Closed shankarshastri closed 5 years ago
A bit late to the party but have you tried:
EmbeddedCassandraServerHelper.getSession().close()
EmbeddedCassandraServerHelper.getCluster().close()
?
Embedded Cassandra is started once for the JVM. As long as the JVM is started the process is still there (for your unit tests...)
Cassandra unit starts, but still I find port 7010 still in use, even after the end of the process?