jsevellec / cassandra-unit

Utility tool to load Data into Cassandra to help you writing good isolated JUnit Test into your application
GNU Lesser General Public License v3.0
425 stars 0 forks source link

log4j config copy fails in EmbeddedCassandraServerHelper #319

Open asarkar opened 3 years ago

asarkar commented 3 years ago

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 3 years ago

+1 I have the same issue