jetstack / navigator

Managed Database-as-a-Service (DBaaS) on Kubernetes
Apache License 2.0
271 stars 31 forks source link

Run Cassandra Distributed Tests (DTests) against a Navigator cluster #318

Open wallrj opened 6 years ago

wallrj commented 6 years ago

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