This is an automated email from the ASF dual-hosted git repository. zhangstar333 pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push: new c68dad63b62 [fix](regression test) fix test_schema_change_cold_heat case (#27556) (#27584) c68dad63b62 is described below commit c68dad63b622320326204c27eac4a5317ab7f32d Author: Dongyang Li <hello_step...@qq.com> AuthorDate: Mon Nov 27 15:09:06 2023 +0800 [fix](regression test) fix test_schema_change_cold_heat case (#27556) (#27584) Co-authored-by: Luwei <814383...@qq.com> --- .../suites/schema_change_p0/test_schema_change_cold_heat.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-test/suites/schema_change_p0/test_schema_change_cold_heat.groovy b/regression-test/suites/schema_change_p0/test_schema_change_cold_heat.groovy index 8f445698624..dcaa0514943 100644 --- a/regression-test/suites/schema_change_p0/test_schema_change_cold_heat.groovy +++ b/regression-test/suites/schema_change_p0/test_schema_change_cold_heat.groovy @@ -83,6 +83,8 @@ suite("test_schema_change_cold_heat", "p0") { def resource_name = "test_sc_resource" def policy_name= "test_sc_policy" + sql """ DROP TABLE IF EXISTS ${tableName3} """ + if (check_storage_policy_exist(policy_name)) { sql """ DROP STORAGE POLICY ${policy_name} @@ -123,8 +125,6 @@ suite("test_schema_change_cold_heat", "p0") { ) """ - sql """ DROP TABLE IF EXISTS ${tableName3} """ - sql """ CREATE TABLE IF NOT EXISTS ${tableName3} ( `k1` int(11) NULL, --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org