Skip to content

Commit

Permalink
Better fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kssenii committed Jan 13, 2023
1 parent 56f8899 commit 0110b63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/integration/test_multiple_disks/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1625,6 +1625,11 @@ def test_rename(start_cluster):
"""
)

# We want to check that after inserts, some parts were moved to external disk
# and some parts are still on the main disk, but because of merge all parts
# might end up on external disk.
node1.query("SYSTEM STOP MERGES default.renaming_table")

# jbod1 disk is 40mb
for _ in range(5):
data = []
Expand Down

0 comments on commit 0110b63

Please sign in to comment.