Skip to content

Commit eee7602

Browse files
Update test
1 parent 926d439 commit eee7602

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

tests/integration/test_partition/test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ def test_system_detached_parts(drop_detached_parts_table):
503503

504504

505505
def test_detached_part_dir_exists(started_cluster):
506+
q("drop table if exists detached_part_dir_exists sync")
506507
q(
507508
"create table detached_part_dir_exists (n int) engine=MergeTree order by n "
508509
"SETTINGS compress_marks=false, compress_primary_key=false, ratio_of_defaults_for_sparse_serialization=1, old_parts_lifetime=0"
@@ -556,6 +557,7 @@ def test_detached_part_dir_exists(started_cluster):
556557

557558

558559
def test_make_clone_in_detached(started_cluster):
560+
q("drop table if exists clone_in_detached sync")
559561
q(
560562
"create table clone_in_detached (n int, m String) engine=ReplicatedMergeTree('/clone_in_detached', '1') order by n SETTINGS compress_marks=false, compress_primary_key=false, ratio_of_defaults_for_sparse_serialization=1"
561563
)

0 commit comments

Comments
 (0)