This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 6a2226867c [fix](test) load case bug in tpch_sf10_unique_p2 #21093 6a2226867c is described below commit 6a2226867cf8e05728023805e0689b814eb9ed17 Author: shuke <37901441+shuke...@users.noreply.github.com> AuthorDate: Thu Jun 22 15:19:46 2023 +0800 [fix](test) load case bug in tpch_sf10_unique_p2 #21093 --- regression-test/suites/tpch_sf10_unique_p2/load_four_step/load.groovy | 2 -- regression-test/suites/tpch_sf10_unique_p2/load_one_step/load.groovy | 2 -- regression-test/suites/tpch_sf10_unique_p2/load_three_step/load.groovy | 2 -- regression-test/suites/tpch_sf10_unique_p2/load_two_step/load.groovy | 1 - 4 files changed, 7 deletions(-) diff --git a/regression-test/suites/tpch_sf10_unique_p2/load_four_step/load.groovy b/regression-test/suites/tpch_sf10_unique_p2/load_four_step/load.groovy index a4d4216b34..d1ebfc5f19 100644 --- a/regression-test/suites/tpch_sf10_unique_p2/load_four_step/load.groovy +++ b/regression-test/suites/tpch_sf10_unique_p2/load_four_step/load.groovy @@ -119,7 +119,5 @@ suite("load_four_step") { finally { try_sql("DROP TABLE IF EXISTS ${table}") } - - sql """ ANALYZE TABLE $table WITH SYNC """ } } diff --git a/regression-test/suites/tpch_sf10_unique_p2/load_one_step/load.groovy b/regression-test/suites/tpch_sf10_unique_p2/load_one_step/load.groovy index 734cfbb2b7..0db6495aad 100644 --- a/regression-test/suites/tpch_sf10_unique_p2/load_one_step/load.groovy +++ b/regression-test/suites/tpch_sf10_unique_p2/load_one_step/load.groovy @@ -71,7 +71,5 @@ suite("load_one_step") { finally { try_sql("DROP TABLE IF EXISTS ${table}") } - - sql """ ANALYZE TABLE $table WITH SYNC """ } } diff --git a/regression-test/suites/tpch_sf10_unique_p2/load_three_step/load.groovy b/regression-test/suites/tpch_sf10_unique_p2/load_three_step/load.groovy index 8a2c0d7474..c6685a9bc9 100644 --- a/regression-test/suites/tpch_sf10_unique_p2/load_three_step/load.groovy +++ b/regression-test/suites/tpch_sf10_unique_p2/load_three_step/load.groovy @@ -96,7 +96,5 @@ suite("load_three_step") { finally { try_sql("DROP TABLE IF EXISTS ${table}") } - - sql """ ANALYZE TABLE $table WITH SYNC """ } } diff --git a/regression-test/suites/tpch_sf10_unique_p2/load_two_step/load.groovy b/regression-test/suites/tpch_sf10_unique_p2/load_two_step/load.groovy index cc1970294c..0f0f035f36 100644 --- a/regression-test/suites/tpch_sf10_unique_p2/load_two_step/load.groovy +++ b/regression-test/suites/tpch_sf10_unique_p2/load_two_step/load.groovy @@ -72,6 +72,5 @@ suite("load_two_step") { finally { try_sql("DROP TABLE IF EXISTS ${table}") } - sql """ ANALYZE TABLE $table WITH SYNC """ } } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org