Manu Chadha
Manu Chadha

Reputation: 16755

how to use ccmlib in scala/play application

My scala/play application uses cassandra database. I want to unit-test the database services. I believe I can use ccm tool to create a cluster locally. I am able to do so following the instruction at https://github.com/riptano/ccm/blob/master/README.md

But I can't figure out how to start, stop and populate the cluster programatically in the unit test (Playspec).

Upvotes: 0

Views: 26

Answers (0)

Related Questions