Skip to content

Commit

Permalink
[CEP-21] remove bad assert in test_remove (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Eriksson authored and beobal committed Nov 24, 2023
1 parent d6e2ec5 commit 357268d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions transient_replication_ring_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,11 +428,7 @@ def test_remove(self):

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)
Expand Down

0 comments on commit 357268d

Please sign in to comment.