Skip to content

Commit

Permalink
[test](routine load) fix some unstable routine load cases (#42252) (#…
Browse files Browse the repository at this point in the history
…44388)

pick #42252

Fix some unstable routine load case.
  • Loading branch information
sollhui authored Nov 21, 2024
1 parent 4ae4833 commit 88c258c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ suite("test_routine_load_condition","p0") {
}
break;
}
sleep(2000)
} finally {
sql "stop routine load for ${jobName}"
sql "DROP TABLE IF EXISTS ${tableName}"
Expand Down

0 comments on commit 88c258c

Please sign in to comment.