This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 9e6666cf218 branch-3.1: [fix](case) fix txn_insert_with_schema_change
#53177 (#53222)
9e6666cf218 is described below
commit 9e6666cf2185fa9f119c912c07e98ef9d58634a3
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 15 15:34:03 2025 +0800
branch-3.1: [fix](case) fix txn_insert_with_schema_change #53177 (#53222)
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]