Hi devs, A number of us have been doing our own ad-hoc distributed testing. i.e. manually putting up a cluster and then running a script to perform a series of tests against it. [e.g., see: CASSANDRA-1072's increment_test.py]
However, this approach does not scale and we'd like to formalize a distributed test harness. So, we recently hosted a testathon at Twitter to introduce and contribute a distributed test framework. The ticket is CASSANDRA-1859: https://issues.apache.org/jira/browse/CASSANDRA-1859 And, the most recent repository is: https://github.com/kakugawa/cassandra/tree/distributed-test-harness We're looking for contributed test cases, feedback or both. Thanks. -the Cassandra team @ Twitter