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 c36eead3063 branch-3.0: [fix](regression test) fix stream load 2pc
case fail #45919 (#45975)
c36eead3063 is described below
commit c36eead3063466730b7d2ba070b58089d9ac0b8e
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 27 19:30:04 2024 +0800
branch-3.0: [fix](regression test) fix stream load 2pc case fail #45919
(#45975)
Cherry-picked from #45919
Co-authored-by: hui lai <[email protected]>
---
.../suites/load_p0/stream_load/test_stream_load_properties.groovy | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git
a/regression-test/suites/load_p0/stream_load/test_stream_load_properties.groovy
b/regression-test/suites/load_p0/stream_load/test_stream_load_properties.groovy
index f88218995fd..e6842ed6e7a 100644
---
a/regression-test/suites/load_p0/stream_load/test_stream_load_properties.groovy
+++
b/regression-test/suites/load_p0/stream_load/test_stream_load_properties.groovy
@@ -741,11 +741,7 @@ suite("test_stream_load_properties", "p0,nonConcurrent") {
// Commit the same txnId again to trigger operate_txn_2pc() failure
body = do_streamload_2pc.call(txnId, "commit", tableName1)
- if (isCloudMode()) {
- assertEquals("success", parseJson(body).status.toLowerCase())
- } else {
- assertEquals("analysis_error",
parseJson(body).status.toLowerCase())
- }
+ assertEquals("analysis_error",
parseJson(body).status.toLowerCase())
assertTrue(parseJson(body).msg.toLowerCase().contains("is already
visible"))
i++
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]