jetstack/navigator

Run Cassandra Distributed Tests (DTests) against a Navigator cluster

wallrj opened this issue · 0 comments

Cassandra Distributed Tests (or better known as "DTests") are a set of Python-based tests for Apache Cassandra clusters. DTests aim to test functionality that requires multiple Cassandra instances. Functionality that of code that can be tested in isolation should ideally be a unit test (which can be found in the actual Cassandra repository).

These seem to be the official Cassandra acceptance tests, but it's not clear whether they can be easily run on an existing cluster. They seem to be designed to use ccm

/kind feature