Skip to content

Commit 8417e50

Browse files
Merge pull request ClickHouse#79990 from ClickHouse/parallel-insert-select-fix
Fix flaky `test_parallel_replicas_insert_select/test.py::test_insert_select`
2 parents b4673be + f66ef2f commit 8417e50

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

tests/integration/test_parallel_replicas_insert_select/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def test_insert_select(start_cluster, cluster_name, max_parallel_replicas, local
9292
},
9393
query_id=query_id
9494
)
95+
node1.query(f"SYSTEM SYNC REPLICA {target_table} LIGHTWEIGHT")
9596
assert (
9697
node1.query(
9798
f"select count() from {target_table}"

0 commit comments

Comments
 (0)