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 e8646329d2a branch-3.1: [fix](test) fix unstable regression test
#56814 (#56890)
e8646329d2a is described below
commit e8646329d2afd05b447aee8d6f5d6d3cc6721f80
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 14 09:46:47 2025 +0800
branch-3.1: [fix](test) fix unstable regression test #56814 (#56890)
Cherry-picked from #56814
Co-authored-by: Sun Chenyang <[email protected]>
---
.../suites/compaction/test_single_replica_compaction.groovy | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/regression-test/suites/compaction/test_single_replica_compaction.groovy
b/regression-test/suites/compaction/test_single_replica_compaction.groovy
index bdf388bd4da..2b91328014b 100644
--- a/regression-test/suites/compaction/test_single_replica_compaction.groovy
+++ b/regression-test/suites/compaction/test_single_replica_compaction.groovy
@@ -137,7 +137,8 @@ suite("test_single_compaction_p2", "p2") {
PROPERTIES (
"replication_num" = "2",
"enable_single_replica_compaction" = "true",
- "enable_unique_key_merge_on_write" = "false"
+ "enable_unique_key_merge_on_write" = "false",
+ "disable_auto_compaction" = "true"
);
"""
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]