Skip to content

Commit

Permalink
Test failure: dtest-novnode.disk_balance_test.TestDiskBalance.test_di…
Browse files Browse the repository at this point in the history
…sk_balance_stress

Patch by Berenguer Blasi; reviewed by Ekaterina Dimitrova, Michael Semb Wever for CASSANDRA-18947
  • Loading branch information
bereng committed Dec 1, 2023
1 parent 146f767 commit 365085b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions disk_balance_test.py
Expand Up @@ -43,6 +43,7 @@ def test_disk_balance_stress(self):
node1.stress(['write', 'n=50k', 'no-warmup', '-rate', 'threads=100', '-schema', 'replication(factor=3)',
'compaction(strategy=SizeTieredCompactionStrategy,enabled=false)'])
cluster.flush()
cluster.stop()
# make sure the data directories are balanced:
for node in cluster.nodelist():
self.assert_balanced(node)
Expand Down

0 comments on commit 365085b

Please sign in to comment.