This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 285beb2ca1c branch-3.0: [fix](case) fix txn_insert_with_schema_change
#53177 (#53221)
285beb2ca1c is described below
commit 285beb2ca1cab7b1e717edffb1eb231af1ef7edd
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 15 10:21:54 2025 +0800
branch-3.0: [fix](case) fix txn_insert_with_schema_change #53177 (#53221)
Cherry-picked from #53177
Co-authored-by: meiyi <[email protected]>
---
.../suites/insert_p0/transaction/txn_insert_with_schema_change.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/insert_p0/transaction/txn_insert_with_schema_change.groovy
b/regression-test/suites/insert_p0/transaction/txn_insert_with_schema_change.groovy
index f2fc1a009f9..e01f03ac305 100644
---
a/regression-test/suites/insert_p0/transaction/txn_insert_with_schema_change.groovy
+++
b/regression-test/suites/insert_p0/transaction/txn_insert_with_schema_change.groovy
@@ -63,7 +63,7 @@ suite("txn_insert_with_schema_change") {
return
}
retry++
- if (retry >= 10 || last_state == "FINISHED" || last_state ==
"CANCELLED") {
+ if (retry >= 40 || last_state == "FINISHED" || last_state ==
"CANCELLED") {
break
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]