Skip to content

Commit 9a6d286

Browse files
committed
Fix rreproducing a bug
1 parent 75b19a1 commit 9a6d286

File tree

1 file changed

+2
-0
lines changed
  • tests/integration/test_restore_replica

1 file changed

+2
-0
lines changed

tests/integration/test_restore_replica/test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ def test_fix_metadata_version_on_attach_part_after_restore(start_cluster):
215215
# Restore replicas
216216
node_1.query("SYSTEM RESTART REPLICA test_ttl")
217217
node_1.query("SYSTEM RESTORE REPLICA test_ttl")
218+
# Disable TTL merges on node_1. We expect it to be done on node_2
219+
node_1.query("SYSTEM STOP TTL MERGES test_ttl")
218220

219221
node_2.query("SYSTEM RESTART REPLICA test_ttl")
220222
node_2.query("SYSTEM RESTORE REPLICA test_ttl")

0 commit comments

Comments
 (0)