cassandra-dtest icon indicating copy to clipboard operation
cassandra-dtest copied to clipboard

Mirror of Distributed test suite for Apache Cassandra

Results 49 cassandra-dtest issues
Sort by recently updated
recently updated
newest added

Opening in preparation for an update to the cassandra-test branch of the python driver. See: https://issues.apache.org/jira/browse/CASSANDRA-16275

Updated all instances of LooseVersion to use packaging.version.parse() and .packaging.version.Version().

… change Patch by Sam Tunnicliffe; reviewed by XXX for CASSANDRA-19217

largecolumn_test.py: configure native_transport_max_request_data_in_flight and native_transport_max_request_data_in_flight_per_ip explicitly to large enough values to not activate overload mode (the test is not about it) Patch by Dmitry Konstantinov; reviewed by TBD for CASSANDRA-19702

[CEP-37](https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-37+%28DRAFT%29+Apache+Cassandra+Unified+Repair+Solution) has added the following two new table properties: ``` AND auto_repair = {'full_enabled': 'true', 'incremental_enabled': 'true', 'preview_repaired_enabled': 'true', 'priority': '0'} ``` Due to this, a couple of dtest fails....

Jira: CASSANDRA-20046 Extends preview repair dtest to verify the new preview repair metrics introduced [here](https://github.com/jaydeepkumar1984/cassandra/pull/4)

Remove unused and unimplemented in C* witness_write metric Update transient replication tests to be since 5.1 in anticipation of 5.1 not keeping compatibility with transient replication