Skip to content

Commit

Permalink
fix regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
seawinde committed Dec 5, 2023
1 parent f0075e6 commit e0ce9d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions regression-test/suites/nereids_rules_p0/mv/inner_join.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ suite("inner_join") {
PROPERTIES ('replication_num' = '1')
AS ${mv_sql}
"""
// tmp sleep, should read mv status and then decide sleep or not
sleep(5000)

def job_name = getJobName(db, mv_name);
waitingMTMVTaskFinished(job_name)
explain {
sql("${query_sql}")
contains "(${mv_name})"
Expand Down

0 comments on commit e0ce9d1

Please sign in to comment.