This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit f6540d52cbc5cfd74c8dcbfdfb86b60703099c5d Author: shuke <37901441+shuke...@users.noreply.github.com> AuthorDate: Tue May 28 08:44:18 2024 +0800 [regression-test](fix) fix schema_change_p2/test_schema_change.groovy case (#35470) --- regression-test/suites/schema_change_p2/test_schema_change.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/schema_change_p2/test_schema_change.groovy b/regression-test/suites/schema_change_p2/test_schema_change.groovy index ccd2efc5162..e64e1d0bfa1 100644 --- a/regression-test/suites/schema_change_p2/test_schema_change.groovy +++ b/regression-test/suites/schema_change_p2/test_schema_change.groovy @@ -89,7 +89,7 @@ suite("test_schema_change") { sql """ alter table ${tableName} drop column C_NAME""" - waitSchemaChangeJob = { String tbName /* param */ -> + def waitSchemaChangeJob = { String tbName /* param */ -> int tryTimes = 20 while (tryTimes-- > 0) { def jobResult = sql """SHOW ALTER TABLE COLUMN WHERE IndexName='${tbName}' ORDER BY createtime DESC LIMIT 1 """ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org