This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 4232327a432 [fix](regression test) fix test_schema_change_cold_heat
case (#27556)
4232327a432 is described below
commit 4232327a4320ab45543fab3b0777fe3a437aac8b
Author: Luwei <[email protected]>
AuthorDate: Sat Nov 25 23:25:37 2023 +0800
[fix](regression test) fix test_schema_change_cold_heat case (#27556)
---
.../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: [email protected]
For additional commands, e-mail: [email protected]