jsevellec/cassandra-unit

log4j config copy fails in EmbeddedCassandraServerHelper

asarkar opened this issue · 1 comments

Running two test classes that both start the server fails, because the first one leaves the target/embeddedCassandra/log4j-embedded-cassandra.properties behind, and this line of code fails.

Same problem happens if a test is aborted in the middle.

Overwrite the file, or delete if already exists.

+1 I have the same issue