Re: distributed test harness

2010-12-14 Thread Kelvin Kakugawa
n 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 testatho

Re: distributed test harness

2010-12-14 Thread Jonathan Ellis
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 co

distributed test harness

2010-12-14 Thread Kelvin Kakugawa
ormalize 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/cass