Skip to content

Commit 75b19a1

Browse files
committed
Drop table before test
1 parent de347f5 commit 75b19a1

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

tests/integration/test_restore_replica/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ def test_restore_replica_alive_replicas(start_cluster):
186186
def test_fix_metadata_version_on_attach_part_after_restore(start_cluster):
187187
zk = cluster.get_kazoo_client("zoo1")
188188

189+
node_1.query("DROP TABLE IF EXISTS test_ttl ON CLUSTER 'test_cluster' SYNC")
189190
for node in [node_1, node_2]:
190191
node.query(
191192
"""

0 commit comments

Comments
 (0)