This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 9465ed77246 branch-3.1: [chore](case) log msg to investigate failure 
cases #54063 (#54204)
9465ed77246 is described below

commit 9465ed77246163bcdb22ee84887d63d033464dfc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 1 22:42:59 2025 +0800

    branch-3.1: [chore](case) log msg to investigate failure cases #54063 
(#54204)
    
    Cherry-picked from #54063
    
    Co-authored-by: Yongqiang YANG <[email protected]>
---
 .../compaction10/test_schema_change_with_compaction10.groovy             | 1 +
 .../compaction11/test_schema_change_with_compaction11.groovy             | 1 +
 .../schema_change/compaction5/test_schema_change_with_compaction5.groovy | 1 +
 .../schema_change/compaction6/test_schema_change_with_compaction6.groovy | 1 +
 .../schema_change/compaction9/test_schema_change_with_compaction9.groovy | 1 +
 5 files changed, 5 insertions(+)

diff --git 
a/regression-test/suites/cloud_p0/schema_change/compaction10/test_schema_change_with_compaction10.groovy
 
b/regression-test/suites/cloud_p0/schema_change/compaction10/test_schema_change_with_compaction10.groovy
index 3c023b26c28..b7b6bd4e433 100644
--- 
a/regression-test/suites/cloud_p0/schema_change/compaction10/test_schema_change_with_compaction10.groovy
+++ 
b/regression-test/suites/cloud_p0/schema_change/compaction10/test_schema_change_with_compaction10.groovy
@@ -31,6 +31,7 @@ suite('test_schema_change_with_compaction10', 'docker') {
     docker(options) {
         def getJobState = { tableName ->
             def jobStateResult = sql """ SHOW ALTER TABLE COLUMN WHERE 
IndexName='${tableName}' ORDER BY createtime DESC LIMIT 1 """
+            logger.info("Get job state: " + jobStateResult)
             return jobStateResult[0][9]
         }
 
diff --git 
a/regression-test/suites/cloud_p0/schema_change/compaction11/test_schema_change_with_compaction11.groovy
 
b/regression-test/suites/cloud_p0/schema_change/compaction11/test_schema_change_with_compaction11.groovy
index 2845fe2f5c0..2f7268b9624 100644
--- 
a/regression-test/suites/cloud_p0/schema_change/compaction11/test_schema_change_with_compaction11.groovy
+++ 
b/regression-test/suites/cloud_p0/schema_change/compaction11/test_schema_change_with_compaction11.groovy
@@ -31,6 +31,7 @@ suite('test_schema_change_with_compaction11', 'docker') {
     docker(options) {
         def getJobState = { tableName ->
             def jobStateResult = sql """ SHOW ALTER TABLE COLUMN WHERE 
IndexName='${tableName}' ORDER BY createtime DESC LIMIT 1 """
+            logger.info("Get job state: " + jobStateResult)
             return jobStateResult[0][9]
         }
 
diff --git 
a/regression-test/suites/cloud_p0/schema_change/compaction5/test_schema_change_with_compaction5.groovy
 
b/regression-test/suites/cloud_p0/schema_change/compaction5/test_schema_change_with_compaction5.groovy
index fd6267b85bc..094b8a53737 100644
--- 
a/regression-test/suites/cloud_p0/schema_change/compaction5/test_schema_change_with_compaction5.groovy
+++ 
b/regression-test/suites/cloud_p0/schema_change/compaction5/test_schema_change_with_compaction5.groovy
@@ -31,6 +31,7 @@ suite('test_schema_change_with_compaction5', 'docker') {
     docker(options) {
         def getJobState = { tableName ->
             def jobStateResult = sql """ SHOW ALTER TABLE COLUMN WHERE 
IndexName='${tableName}' ORDER BY createtime DESC LIMIT 1 """
+            logger.info("getJobState: " + jobStateResult)
             return jobStateResult[0][9]
         }
 
diff --git 
a/regression-test/suites/cloud_p0/schema_change/compaction6/test_schema_change_with_compaction6.groovy
 
b/regression-test/suites/cloud_p0/schema_change/compaction6/test_schema_change_with_compaction6.groovy
index d77db4eb2df..d2ac4f14cd9 100644
--- 
a/regression-test/suites/cloud_p0/schema_change/compaction6/test_schema_change_with_compaction6.groovy
+++ 
b/regression-test/suites/cloud_p0/schema_change/compaction6/test_schema_change_with_compaction6.groovy
@@ -31,6 +31,7 @@ suite('test_schema_change_with_compaction6', 'docker') {
     docker(options) {
         def getJobState = { tableName ->
             def jobStateResult = sql """ SHOW ALTER TABLE COLUMN WHERE 
IndexName='${tableName}' ORDER BY createtime DESC LIMIT 1 """
+            logger.info("Get job state: " + jobStateResult)
             return jobStateResult[0][9]
         }
 
diff --git 
a/regression-test/suites/cloud_p0/schema_change/compaction9/test_schema_change_with_compaction9.groovy
 
b/regression-test/suites/cloud_p0/schema_change/compaction9/test_schema_change_with_compaction9.groovy
index 3797a89f565..4a9ea8ea41e 100644
--- 
a/regression-test/suites/cloud_p0/schema_change/compaction9/test_schema_change_with_compaction9.groovy
+++ 
b/regression-test/suites/cloud_p0/schema_change/compaction9/test_schema_change_with_compaction9.groovy
@@ -31,6 +31,7 @@ suite('test_schema_change_with_compaction9', 'docker') {
     docker(options) {
         def getJobState = { tableName ->
             def jobStateResult = sql """ SHOW ALTER TABLE COLUMN WHERE 
IndexName='${tableName}' ORDER BY createtime DESC LIMIT 1 """
+            logger.info("Get job state: " + jobStateResult)
             return jobStateResult[0][9]
         }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to