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 f6d7f7023be branch-3.0: [fix](regression) fix
test_alter_column_comment case failed in 3 FE environment #51655 (#51691)
f6d7f7023be is described below
commit f6d7f7023bec128d59d6d22521a6ca900a7bd511
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 18 12:19:01 2025 +0800
branch-3.0: [fix](regression) fix test_alter_column_comment case failed in
3 FE environment #51655 (#51691)
Cherry-picked from #51655
Co-authored-by: camby <[email protected]>
---
regression-test/suites/alter_p0/test_alter_column_comment.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regression-test/suites/alter_p0/test_alter_column_comment.groovy
b/regression-test/suites/alter_p0/test_alter_column_comment.groovy
index b86f5718272..2e9d648288b 100644
--- a/regression-test/suites/alter_p0/test_alter_column_comment.groovy
+++ b/regression-test/suites/alter_p0/test_alter_column_comment.groovy
@@ -19,7 +19,7 @@ suite('test_alter_column_comment', 'nonConcurrent') {
def tbl = 'test_alter_column_comment_tbl'
def cmt =
'0123456789012345678901234567890123456789012345678901234567890123456789'
- sql "ADMIN SET FRONTEND CONFIG ('column_comment_length_limit' = '64')"
+ sql "ADMIN SET ALL FRONTENDS CONFIG ('column_comment_length_limit' = '64')"
sql "DROP TABLE IF EXISTS ${tbl} FORCE"
@@ -101,5 +101,5 @@ suite('test_alter_column_comment', 'nonConcurrent') {
sql "DROP TABLE IF EXISTS ${tbl} FORCE"
// restore column_comment_length_limit
- sql """ ADMIN SET FRONTEND CONFIG ("column_comment_length_limit" = "-1");
"""
+ sql """ ADMIN SET ALL FRONTENDS CONFIG ("column_comment_length_limit" =
"-1"); """
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]