This is an automated email from the ASF dual-hosted git repository. samt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git
commit 357268df0cad478f6623272da819c7d60b6902c0 Author: Marcus Eriksson <[email protected]> AuthorDate: Mon May 8 13:54:05 2023 +0200 [CEP-21] remove bad assert in test_remove (#32) --- transient_replication_ring_test.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/transient_replication_ring_test.py b/transient_replication_ring_test.py index e3cac64e..0c6f26f3 100644 --- a/transient_replication_ring_test.py +++ b/transient_replication_ring_test.py @@ -428,11 +428,7 @@ class TestTransientReplicationRing(Tester): nodes[0].nodetool('removenode ' + node4_id) - # Give streaming time to occur, it's asynchronous from removenode completing at other nodes - import time - time.sleep(15) - - self._everyone_should_have_everything(sessions) +# self._everyone_should_have_everything(sessions) # no they shouldn't repair_nodes(nodes) cleanup_nodes(nodes) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
