From c15ac3ffca8de60ff6ab3923edcb61848321cec4 Mon Sep 17 00:00:00 2001 From: zclllyybb Date: Mon, 15 Apr 2024 17:00:02 +0800 Subject: [PATCH] [testcases](auto-partition) fix data sync (#33635) fix data sync --- .../partition_p0/auto_partition/test_auto_range_partition.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-test/suites/partition_p0/auto_partition/test_auto_range_partition.groovy b/regression-test/suites/partition_p0/auto_partition/test_auto_range_partition.groovy index e17f4f8ef8..508f086f86 100644 --- a/regression-test/suites/partition_p0/auto_partition/test_auto_range_partition.groovy +++ b/regression-test/suites/partition_p0/auto_partition/test_auto_range_partition.groovy @@ -165,5 +165,6 @@ suite("test_auto_range_partition") { """ sql " insert into isit_src values (20201212); " sql " insert into isit select * from isit_src " + sql " sync " qt_sql " select * from isit order by k " }