Skip to content

Commit 31353ba

Browse files
branch-4.0: [fix](case) fix group commit case #58142 (#58173)
Cherry-picked from #58142 Co-authored-by: meiyi <[email protected]>
1 parent 1d63c19 commit 31353ba

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

regression-test/suites/insert_p2/test_group_commit_http_stream_lineitem_schema_change.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ l_shipmode,l_comment) select c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12,
175175
}
176176
}
177177
break
178+
} catch (org.opentest4j.AssertionFailedError e) {
179+
Thread.sleep(10000)
178180
} catch (Exception e) {
179181
Thread.sleep(10000)
180182
}

regression-test/suites/insert_p2/test_group_commit_stream_load_lineitem_schema_change.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ PROPERTIES (
172172
}
173173
}
174174
break;
175+
} catch (org.opentest4j.AssertionFailedError e) {
176+
Thread.sleep(10000)
175177
} catch (Exception e) {
176178
Thread.sleep(10000)
177179
}

0 commit comments

Comments
 (0)