This is an automated email from the ASF dual-hosted git repository.
gabriellee 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 ddb05e36e2b [regression-test](fix) fix
schema_change_p2/test_schema_change.groovy case (#35470)
ddb05e36e2b is described below
commit ddb05e36e2b7f920dadf2d8c8a356a3e1d3df9a3
Author: shuke <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]