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

Shutdown after tests in CI-CD #311

Open acurvers opened 4 years ago

acurvers commented 4 years ago

How to shutdown embeded cassandra on linux/windows after tests are run. and how to set this up in CI CD

Current sittuation Concerning: cassandra-unit-spring CI CD, jdk8 maven3 image

On test failure in CICD the test is ended, and i suppose the JVM shutdown on test success in CICD the mvn test does not return because Embedded Cassandra keeps running.

Thank you for the great project and your reply