Re: Unit testing with JanusGraph
Vladyslav Kosulin <vkos...@...>
Suny, in the original post you wrote about "in-memory database for unit testing and cassandra for the real application data on same janusgraph instance". I assumed you mean same JG instance for both testing and production which I would strongly object about. But even speaking about separation of JG instances for in-memory unit testing and for (acceptance/regression) testing with real backend - yes, I would keep them separate. JG itself is very cheap to run, and such setup will allow you to have testing environment as closely matching production as possible while using another env for development including changes to JG config and upgrades.
On Thursday, September 7, 2017 at 11:24:54 AM UTC-4, Suny wrote:
|
|