Hi, we are trying to set up intergation testing for Cassanrda, so we need to
run and stop it as embeded service. Don't have any problem to start
cassandra:
import
org.apache.cassandra.contrib.utils.service.CassandraServiceDataCleaner;
class SomeTestClass {
@Before
public void setup() thr
> On Jul 9, 2010 9:51 PM, "Jonathan Ellis" wrote:
>
> there's some support for this in 0.7 (see
> http://issues.apache.org/jira/browse/CASSANDRA-1018) but fundamentally
> it's not really designed to be started and stopped multiple times
> within the same proc