I tried to run an EmbeddedCassandra.startEmbeddedCassandra()
in my unit tests (with casandra-unit:4.3.1.0) and after the startEmbeddedCassandra()
is called no errors is thrown but is still loading, no timeout added to the method is triggered.
NOTEs:
- JAVA version 17
- Running platform Windows
- cassandra-driver-core: 3.11.3
- com.datastax.oss dependencies (java-driver-core, java-driver-query-builder): 4.15.0
Does anyone has any idea?