log4j config copy fails in EmbeddedCassandraServerHelper
asarkar opened this issue · 1 comments
asarkar commented
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.
guipadua commented
+1 I have the same issue