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 bfc2ba54576 [regression-test](case) move
test_group_commit_and_wal_back_pressure … (#51347)
bfc2ba54576 is described below
commit bfc2ba54576f4d0aff52136df020e52786a8e831
Author: shuke <[email protected]>
AuthorDate: Thu May 29 15:49:26 2025 +0800
[regression-test](case) move test_group_commit_and_wal_back_pressure …
(#51347)
…to p2 #51334
---
.../org/apache/doris/regression/action/StreamLoadAction.groovy | 6 +++---
.../stream_load/test_group_commit_and_wal_back_pressure.groovy | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/action/StreamLoadAction.groovy
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/action/StreamLoadAction.groovy
index c10e1a1eb84..b293afa2a6d 100644
---
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/action/StreamLoadAction.groovy
+++
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/action/StreamLoadAction.groovy
@@ -368,10 +368,10 @@ class StreamLoadAction implements SuiteAction {
long elapsed = endTime - startTime
try {
// stream load may cost more time than expected in
regression test, because of case run in parallel.
- // So we allow stream load cost more time, use 3 * time as
threshold.
- Assert.assertTrue("Stream load Expect elapsed <= 3 *
${time}, but meet ${elapsed}", elapsed <= 3 * time)
+ // So we allow stream load cost more time, use 4 * time as
threshold.
+ Assert.assertTrue("Stream load Expect elapsed <= 4 *
${time}, but meet ${elapsed}", elapsed <= 3 * time)
} catch (Throwable t) {
- throw new IllegalStateException("Stream load Expect
elapsed <= 3 * ${time}, but meet ${elapsed}")
+ throw new IllegalStateException("Stream load Expect
elapsed <= 4 * ${time}, but meet ${elapsed}")
}
}
}
diff --git
a/regression-test/suites/load_p0/stream_load/test_group_commit_and_wal_back_pressure.groovy
b/regression-test/suites/load_p0/stream_load/test_group_commit_and_wal_back_pressure.groovy
index fc1e1a7cc5c..c85c46aba7b 100644
---
a/regression-test/suites/load_p0/stream_load/test_group_commit_and_wal_back_pressure.groovy
+++
b/regression-test/suites/load_p0/stream_load/test_group_commit_and_wal_back_pressure.groovy
@@ -18,7 +18,7 @@
import org.awaitility.Awaitility
import static java.util.concurrent.TimeUnit.SECONDS
-suite("test_group_commit_and_wal_back_pressure") {
+suite("test_group_commit_and_wal_back_pressure", "p2") {
def getRowCount = { table, expectedRowCount ->
Awaitility.await().atMost(120, SECONDS).pollInterval(2, SECONDS).until(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]