Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
zddr committed Dec 31, 2023
1 parent 36a89ac commit 8a9f0c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ class Suite implements GroovyInterceptable {

void waitingMTMVTaskFinished(String jobName) {
Thread.sleep(2000);
String showTasks = "select TaskId,JobId,JobName,MvId,Status from tasks('type'='mv') where JobName = '${jobName}'"
String showTasks = "select TaskId,JobId,JobName,MvId,Status from tasks('type'='mv') where JobName = '${jobName}' order by CreateTime ASC"
String status = "NULL"
List<List<Object>> result
long startTime = System.currentTimeMillis()
Expand Down

0 comments on commit 8a9f0c5

Please sign in to comment.