Skip to content

Commit

Permalink
[Fix](regression) fix show data regression case (#35218)
Browse files Browse the repository at this point in the history
  • Loading branch information
airborne12 authored May 23, 2024
1 parent 176e719 commit a6e3579
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ suite("test_show_data", "p0") {
if(alter_res.contains("FINISHED")) {
sleep(3000) // wait change table state to normal
logger.info(table_name + " latest alter job finished, detail: " + alter_res)
break
return
}
useTime = t
Thread.sleep(delta_time)
Expand Down Expand Up @@ -303,7 +303,7 @@ suite("test_show_data_for_bkd", "p0") {
if(alter_res.contains("FINISHED")) {
sleep(3000) // wait change table state to normal
logger.info(table_name + " latest alter job finished, detail: " + alter_res)
break
return
}
useTime = t
Thread.sleep(delta_time)
Expand Down Expand Up @@ -483,7 +483,7 @@ suite("test_show_data_multi_add", "p0") {
if(alter_res.contains("FINISHED")) {
sleep(3000) // wait change table state to normal
logger.info(table_name + " latest alter job finished, detail: " + alter_res)
break
return
}
useTime = t
Thread.sleep(delta_time)
Expand Down

0 comments on commit a6e3579

Please sign in to comment.