Hi, We are working on Jepsen testing for Cassandra. https://github.com/scalar-labs/jepsen/tree/cassandra/cassandra
As you may know, Jepsen is a framework for distributed systems verification. It can inject network failure and so on and check data consistency. https://github.com/jepsen-io/jepsen Our tests are based on riptano's great work. https://github.com/riptano/jepsen/tree/cassandra/cassandra I refined it for the latest Jepsen and removed some tests. Next, I'll fix clock-drift tests. I would like to get your feedback. Thanks, Yuji Ito