We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b19a1 commit 9a6d286Copy full SHA for 9a6d286
tests/integration/test_restore_replica/test.py
@@ -215,6 +215,8 @@ def test_fix_metadata_version_on_attach_part_after_restore(start_cluster):
215
# Restore replicas
216
node_1.query("SYSTEM RESTART REPLICA test_ttl")
217
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")
220
221
node_2.query("SYSTEM RESTART REPLICA test_ttl")
222
node_2.query("SYSTEM RESTORE REPLICA test_ttl")
0 commit comments