cassandra-dtest
cassandra-dtest copied to clipboard
Mirror of Distributed test suite for Apache Cassandra
before this change, we fail the test if repr(e) does *not* match with the given `matching` regular expression. despite that the tests pass as expected, this is what we intend...
patch by Andrés de la Peña; reviewed by Benjamin Lerer and Berenguer Blasi for CASSANDRA-18068
Adds a new test to reproduce the issue reported in [CASSANDRA-18319](https://issues.apache.org/jira/browse/CASSANDRA-18319). Decommissioning a node soon after changing its IP causes the old IP to be resurrected and re-added to the...