Re: caution for restarting CassandraDaemon in junit

2011-06-09 Thread Thijssen, Ron
;user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Onderwerp: caution for restarting CassandraDaemon in junit I'm doing a bunch of tests for my code that uses Cassandra. I have 2 test classes, each of them sets up a thrift.CassandraDaemon in @

caution for restarting CassandraDaemon in junit

2011-06-09 Thread Yang
I'm doing a bunch of tests for my code that uses Cassandra. I have 2 test classes, each of them sets up a thrift.CassandraDaemon in @BeforeClass and activate it in @AfterClass when I ran them separately , they both work fine; if I run them together by "mvn test", the latter one fails. it turns