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 e409ebe8cd6 [chore](regression-test) Move cloud new tablet compaction 
test suites from p0 to p1 (#41143)
e409ebe8cd6 is described below

commit e409ebe8cd66c7f740175ca29551d3c2e562a807
Author: Siyang Tang <82279870+tangsiyang2...@users.noreply.github.com>
AuthorDate: Wed Sep 25 11:17:59 2024 +0800

    [chore](regression-test) Move cloud new tablet compaction test suites from 
p0 to p1 (#41143)
    
    As title, to reduce cloud_p0 time consumption
---
 regression-test/pipeline/cloud_p1/conf/be_custom.conf                 | 1 +
 .../compaction1/test_schema_change_with_compaction1.groovy            | 4 ++--
 .../compaction10/test_schema_change_with_compaction10.groovy          | 0
 .../compaction11/test_schema_change_with_compaction11.groovy          | 0
 .../compaction2/test_schema_change_with_compaction2.groovy            | 4 ++--
 .../compaction3/test_schema_change_with_compaction3.groovy            | 4 ++--
 .../compaction4/test_schema_change_with_compaction4.groovy            | 4 ++--
 .../compaction5/test_schema_change_with_compaction5.groovy            | 0
 .../compaction6/test_schema_change_with_compaction6.groovy            | 0
 .../compaction7/test_schema_change_with_compaction7.groovy            | 4 ++--
 .../compaction8/test_schema_change_with_compaction8.groovy            | 4 ++--
 .../compaction9/test_schema_change_with_compaction9.groovy            | 0
 .../suites/{cloud_p0 => cloud_p1}/schema_change/ddl/date_create.sql   | 0
 .../suites/{cloud_p0 => cloud_p1}/schema_change/ddl/date_delete.sql   | 0
 .../suites/{cloud_p0 => cloud_p1}/schema_change/ddl/date_load.sql     | 0
 .../{cloud_p0 => cloud_p1}/schema_change/ddl/date_unique_create.sql   | 0
 16 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/regression-test/pipeline/cloud_p1/conf/be_custom.conf 
b/regression-test/pipeline/cloud_p1/conf/be_custom.conf
index 0dc78140ed9..4310441a0ed 100644
--- a/regression-test/pipeline/cloud_p1/conf/be_custom.conf
+++ b/regression-test/pipeline/cloud_p1/conf/be_custom.conf
@@ -32,3 +32,4 @@ save_load_error_log_to_s3 = true
 arrow_flight_sql_port = 8181
 pipeline_task_leakage_detect_period_sec=1
 crash_in_memory_tracker_inaccurate = true
+enable_new_tablet_do_compaction = true
diff --git 
a/regression-test/suites/cloud_p0/schema_change/compaction1/test_schema_change_with_compaction1.groovy
 
b/regression-test/suites/cloud_p1/schema_change/compaction1/test_schema_change_with_compaction1.groovy
similarity index 99%
rename from 
regression-test/suites/cloud_p0/schema_change/compaction1/test_schema_change_with_compaction1.groovy
rename to 
regression-test/suites/cloud_p1/schema_change/compaction1/test_schema_change_with_compaction1.groovy
index 93bb6254303..549542e6dee 100644
--- 
a/regression-test/suites/cloud_p0/schema_change/compaction1/test_schema_change_with_compaction1.groovy
+++ 
b/regression-test/suites/cloud_p1/schema_change/compaction1/test_schema_change_with_compaction1.groovy
@@ -26,7 +26,7 @@ import org.apache.doris.regression.util.DebugPoint
 
 import org.apache.doris.regression.util.NodeType
 
-suite('test_schema_change_with_compaction1', 'nonConcurrent') {
+suite('test_schema_change_with_compaction1', 'p1,nonConcurrent') {
     def getJobState = { tableName ->
         def jobStateResult = sql """ SHOW ALTER TABLE COLUMN WHERE 
IndexName='${tableName}' ORDER BY createtime DESC LIMIT 1 """
         return jobStateResult[0][9]
@@ -254,4 +254,4 @@ suite('test_schema_change_with_compaction1', 
'nonConcurrent') {
         assertTrue(out.contains("[8-16]"))
     }
 
-}
\ No newline at end of file
+}
diff --git 
a/regression-test/suites/cloud_p0/schema_change/compaction10/test_schema_change_with_compaction10.groovy
 
b/regression-test/suites/cloud_p1/schema_change/compaction10/test_schema_change_with_compaction10.groovy
similarity index 100%
rename from 
regression-test/suites/cloud_p0/schema_change/compaction10/test_schema_change_with_compaction10.groovy
rename to 
regression-test/suites/cloud_p1/schema_change/compaction10/test_schema_change_with_compaction10.groovy
diff --git 
a/regression-test/suites/cloud_p0/schema_change/compaction11/test_schema_change_with_compaction11.groovy
 
b/regression-test/suites/cloud_p1/schema_change/compaction11/test_schema_change_with_compaction11.groovy
similarity index 100%
rename from 
regression-test/suites/cloud_p0/schema_change/compaction11/test_schema_change_with_compaction11.groovy
rename to 
regression-test/suites/cloud_p1/schema_change/compaction11/test_schema_change_with_compaction11.groovy
diff --git 
a/regression-test/suites/cloud_p0/schema_change/compaction2/test_schema_change_with_compaction2.groovy
 
b/regression-test/suites/cloud_p1/schema_change/compaction2/test_schema_change_with_compaction2.groovy
similarity index 99%
rename from 
regression-test/suites/cloud_p0/schema_change/compaction2/test_schema_change_with_compaction2.groovy
rename to 
regression-test/suites/cloud_p1/schema_change/compaction2/test_schema_change_with_compaction2.groovy
index c8ca8a54109..8f37a4dab9a 100644
--- 
a/regression-test/suites/cloud_p0/schema_change/compaction2/test_schema_change_with_compaction2.groovy
+++ 
b/regression-test/suites/cloud_p1/schema_change/compaction2/test_schema_change_with_compaction2.groovy
@@ -26,7 +26,7 @@ import org.apache.doris.regression.util.DebugPoint
 
 import org.apache.doris.regression.util.NodeType
 
-suite('test_schema_change_with_compaction2', 'nonConcurrent') {
+suite('test_schema_change_with_compaction2', 'p1,nonConcurrent') {
     def getJobState = { tableName ->
         def jobStateResult = sql """ SHOW ALTER TABLE COLUMN WHERE 
IndexName='${tableName}' ORDER BY createtime DESC LIMIT 1 """
         return jobStateResult[0][9]
@@ -211,4 +211,4 @@ suite('test_schema_change_with_compaction2', 
'nonConcurrent') {
         assertTrue(out.contains("[8-12]"))
     }
 
-}
\ No newline at end of file
+}
diff --git 
a/regression-test/suites/cloud_p0/schema_change/compaction3/test_schema_change_with_compaction3.groovy
 
b/regression-test/suites/cloud_p1/schema_change/compaction3/test_schema_change_with_compaction3.groovy
similarity index 99%
rename from 
regression-test/suites/cloud_p0/schema_change/compaction3/test_schema_change_with_compaction3.groovy
rename to 
regression-test/suites/cloud_p1/schema_change/compaction3/test_schema_change_with_compaction3.groovy
index b2aab9f2dc7..952a5c000a2 100644
--- 
a/regression-test/suites/cloud_p0/schema_change/compaction3/test_schema_change_with_compaction3.groovy
+++ 
b/regression-test/suites/cloud_p1/schema_change/compaction3/test_schema_change_with_compaction3.groovy
@@ -26,7 +26,7 @@ import org.apache.doris.regression.util.DebugPoint
 
 import org.apache.doris.regression.util.NodeType
 
-suite('test_schema_change_with_compaction3', 'nonConcurrent') {
+suite('test_schema_change_with_compaction3', 'p1,nonConcurrent') {
     def getJobState = { tableName ->
         def jobStateResult = sql """ SHOW ALTER TABLE COLUMN WHERE 
IndexName='${tableName}' ORDER BY createtime DESC LIMIT 1 """
         return jobStateResult[0][9]
@@ -191,4 +191,4 @@ suite('test_schema_change_with_compaction3', 
'nonConcurrent') {
         assertTrue(out.contains("[9-13]"))
     }
 
-}
\ No newline at end of file
+}
diff --git 
a/regression-test/suites/cloud_p0/schema_change/compaction4/test_schema_change_with_compaction4.groovy
 
b/regression-test/suites/cloud_p1/schema_change/compaction4/test_schema_change_with_compaction4.groovy
similarity index 99%
rename from 
regression-test/suites/cloud_p0/schema_change/compaction4/test_schema_change_with_compaction4.groovy
rename to 
regression-test/suites/cloud_p1/schema_change/compaction4/test_schema_change_with_compaction4.groovy
index 4b53dbdd998..2a5e818a6bc 100644
--- 
a/regression-test/suites/cloud_p0/schema_change/compaction4/test_schema_change_with_compaction4.groovy
+++ 
b/regression-test/suites/cloud_p1/schema_change/compaction4/test_schema_change_with_compaction4.groovy
@@ -26,7 +26,7 @@ import org.apache.doris.regression.util.DebugPoint
 
 import org.apache.doris.regression.util.NodeType
 
-suite('test_schema_change_with_compaction4', 'nonConcurrent') {
+suite('test_schema_change_with_compaction4', 'p1,nonConcurrent') {
     def getJobState = { tableName ->
         def jobStateResult = sql """ SHOW ALTER TABLE MATERIALIZED VIEW WHERE 
IndexName='${tableName}' ORDER BY createtime DESC LIMIT 1 """
         return jobStateResult[0][8]
@@ -191,4 +191,4 @@ suite('test_schema_change_with_compaction4', 
'nonConcurrent') {
         assertTrue(out.contains("[9-13]"))
     }
 
-}
\ No newline at end of file
+}
diff --git 
a/regression-test/suites/cloud_p0/schema_change/compaction5/test_schema_change_with_compaction5.groovy
 
b/regression-test/suites/cloud_p1/schema_change/compaction5/test_schema_change_with_compaction5.groovy
similarity index 100%
rename from 
regression-test/suites/cloud_p0/schema_change/compaction5/test_schema_change_with_compaction5.groovy
rename to 
regression-test/suites/cloud_p1/schema_change/compaction5/test_schema_change_with_compaction5.groovy
diff --git 
a/regression-test/suites/cloud_p0/schema_change/compaction6/test_schema_change_with_compaction6.groovy
 
b/regression-test/suites/cloud_p1/schema_change/compaction6/test_schema_change_with_compaction6.groovy
similarity index 100%
rename from 
regression-test/suites/cloud_p0/schema_change/compaction6/test_schema_change_with_compaction6.groovy
rename to 
regression-test/suites/cloud_p1/schema_change/compaction6/test_schema_change_with_compaction6.groovy
diff --git 
a/regression-test/suites/cloud_p0/schema_change/compaction7/test_schema_change_with_compaction7.groovy
 
b/regression-test/suites/cloud_p1/schema_change/compaction7/test_schema_change_with_compaction7.groovy
similarity index 99%
rename from 
regression-test/suites/cloud_p0/schema_change/compaction7/test_schema_change_with_compaction7.groovy
rename to 
regression-test/suites/cloud_p1/schema_change/compaction7/test_schema_change_with_compaction7.groovy
index 7291ea3a341..905688efe8b 100644
--- 
a/regression-test/suites/cloud_p0/schema_change/compaction7/test_schema_change_with_compaction7.groovy
+++ 
b/regression-test/suites/cloud_p1/schema_change/compaction7/test_schema_change_with_compaction7.groovy
@@ -26,7 +26,7 @@ import org.apache.doris.regression.util.DebugPoint
 
 import org.apache.doris.regression.util.NodeType
 
-suite('test_schema_change_with_compaction7', 'nonConcurrent') {
+suite('test_schema_change_with_compaction7', 'p1,nonConcurrent') {
     def getJobState = { tableName ->
         def jobStateResult = sql """ SHOW ALTER TABLE COLUMN WHERE 
IndexName='${tableName}' ORDER BY createtime DESC LIMIT 1 """
         return jobStateResult[0][9]
@@ -253,4 +253,4 @@ suite('test_schema_change_with_compaction7', 
'nonConcurrent') {
         assertTrue(out.contains("[8-16]"))
     }
 
-}
\ No newline at end of file
+}
diff --git 
a/regression-test/suites/cloud_p0/schema_change/compaction8/test_schema_change_with_compaction8.groovy
 
b/regression-test/suites/cloud_p1/schema_change/compaction8/test_schema_change_with_compaction8.groovy
similarity index 99%
rename from 
regression-test/suites/cloud_p0/schema_change/compaction8/test_schema_change_with_compaction8.groovy
rename to 
regression-test/suites/cloud_p1/schema_change/compaction8/test_schema_change_with_compaction8.groovy
index 1017e1d50f2..fa7d5cacc71 100644
--- 
a/regression-test/suites/cloud_p0/schema_change/compaction8/test_schema_change_with_compaction8.groovy
+++ 
b/regression-test/suites/cloud_p1/schema_change/compaction8/test_schema_change_with_compaction8.groovy
@@ -26,7 +26,7 @@ import org.apache.doris.regression.util.DebugPoint
 
 import org.apache.doris.regression.util.NodeType
 
-suite('test_schema_change_with_compaction8', 'nonConcurrent') {
+suite('test_schema_change_with_compaction8', 'p1,nonConcurrent') {
     def getJobState = { tableName ->
         def jobStateResult = sql """ SHOW ALTER TABLE COLUMN WHERE 
IndexName='${tableName}' ORDER BY createtime DESC LIMIT 1 """
         return jobStateResult[0][9]
@@ -211,4 +211,4 @@ suite('test_schema_change_with_compaction8', 
'nonConcurrent') {
         assertTrue(out.contains("[8-12]"))
     }
 
-}
\ No newline at end of file
+}
diff --git 
a/regression-test/suites/cloud_p0/schema_change/compaction9/test_schema_change_with_compaction9.groovy
 
b/regression-test/suites/cloud_p1/schema_change/compaction9/test_schema_change_with_compaction9.groovy
similarity index 100%
rename from 
regression-test/suites/cloud_p0/schema_change/compaction9/test_schema_change_with_compaction9.groovy
rename to 
regression-test/suites/cloud_p1/schema_change/compaction9/test_schema_change_with_compaction9.groovy
diff --git a/regression-test/suites/cloud_p0/schema_change/ddl/date_create.sql 
b/regression-test/suites/cloud_p1/schema_change/ddl/date_create.sql
similarity index 100%
rename from regression-test/suites/cloud_p0/schema_change/ddl/date_create.sql
rename to regression-test/suites/cloud_p1/schema_change/ddl/date_create.sql
diff --git a/regression-test/suites/cloud_p0/schema_change/ddl/date_delete.sql 
b/regression-test/suites/cloud_p1/schema_change/ddl/date_delete.sql
similarity index 100%
rename from regression-test/suites/cloud_p0/schema_change/ddl/date_delete.sql
rename to regression-test/suites/cloud_p1/schema_change/ddl/date_delete.sql
diff --git a/regression-test/suites/cloud_p0/schema_change/ddl/date_load.sql 
b/regression-test/suites/cloud_p1/schema_change/ddl/date_load.sql
similarity index 100%
rename from regression-test/suites/cloud_p0/schema_change/ddl/date_load.sql
rename to regression-test/suites/cloud_p1/schema_change/ddl/date_load.sql
diff --git 
a/regression-test/suites/cloud_p0/schema_change/ddl/date_unique_create.sql 
b/regression-test/suites/cloud_p1/schema_change/ddl/date_unique_create.sql
similarity index 100%
rename from 
regression-test/suites/cloud_p0/schema_change/ddl/date_unique_create.sql
rename to 
regression-test/suites/cloud_p1/schema_change/ddl/date_unique_create.sql


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to