Hey all,
was trying to create an EmbeddedServer Instance using below examples
https://github.com/jsevellec/cassandra-unit-examplesAnd unfortunetely its failing for both the cases, i.e.
1- I tried using SpringLoader with @EmbeddedCassandra and Its hung with no exceptions in log.
2- While trying with yaml loader, Its always going until cleanupAndLeaveDirectories from startEmbeddedCassandra and gets hung there for long time.
Am I missing any properties? Kindly help.