This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 44578742eca branch-3.0: [chore](case) log msg to investigate failure
cases #54063 (#54203)
44578742eca is described below
commit 44578742ecab4d11c93a398a6705b5d4ed880b26
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 2 23:07:17 2025 +0800
branch-3.0: [chore](case) log msg to investigate failure cases #54063
(#54203)
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]