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

Cassandra-unit, Integration test during org.springframework.boot:spring-boot-maven-plugin:X.X.X.RELEASE:start (pre-integration-test) #313

Open patpatpat123 opened 4 years ago

patpatpat123 commented 4 years ago

Hello Cassandra-unit team,

First of all a big thank you for this cool project, hope you are safe. My team and I are working with Springboot 2.3.1 and reactive Cassandra, and this project is helping us a lot with our tests!

I have a question (as I do not want to categorize a bug without further understanding). Is it possible to run the embedded Cassandra during spring-boot-maven-plugin:X.X.X.RELEASE:start (pre-integration-test) phase? It is running very well during test phase, and we managed to run it as standalone during integration test with failsafe and *IT.java.

However, a part of a lifecycle, we would like to spin up the embedded server during spring-boot-maven-plugin:X.X.X.RELEASE:start (pre-integration-test) as well. Could you please help indicate how to do it?

Thank you!