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 and Doris-Extras committed May 24, 2024
1 parent 473e14c commit 8c594c6
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 @@ -294,7 +294,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 @@ -466,7 +466,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 8c594c6

Please sign in to comment.