Okay.. but how would I start this instance? Is there a java api to programmatically start / destroy an instance during tests?
On Fri, Oct 7, 2016 at 4:56 AM, Kant Kodali <k...@peernova.com> wrote: > sure as long as that isolated instance is treated as separate cluster you > shouldn't run into any problems. > > > > On Thu, Oct 6, 2016 4:08 PM, Ali Akhtar ali.rac...@gmail.com wrote: > >> Is it possible to create an isolated cassandra instance which is run >> during integration tests and it disappears after tests have finished >> running? Then its recreated the next time tests run (perhaps being >> populated with test data). >> >> I'm using Java. >> >> >>