Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.1.0-1
-
Fix Version/s: 1.2.5-1
-
Labels:None
-
Testcase included:yes
-
Patch Submitted:Yes
-
Number of attachments :
Description
It could be interesting to propose an integration with CassandraUnit to provide the capacity to load a CassandraUnit dataSet (xml, json or yaml) into the cassandra instance.
If you want more information about CassandraUnit, you can take a look here :
https://github.com/jsevellec/cassandra-unit/wiki
The attached patch provide this integration :
- new goal "cu-load"
- modifying existing goal "start"
- modifying existing goal "start-cluster"
- modifying existing goal "run"
What do you think of this patch?