This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 84e93081d41 [enhance](regression) adjust the time-consuming compaction
case level to p2 (#37574)
84e93081d41 is described below
commit 84e93081d413efa976695476f0b572760bc97d20
Author: Luwei <[email protected]>
AuthorDate: Wed Jul 17 16:51:42 2024 +0800
[enhance](regression) adjust the time-consuming compaction case level to p2
(#37574)
---
regression-test/suites/compaction/test_base_compaction.groovy | 2 +-
regression-test/suites/compaction/test_base_compaction_no_value.groovy | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/regression-test/suites/compaction/test_base_compaction.groovy
b/regression-test/suites/compaction/test_base_compaction.groovy
index 0a604bae57d..9ec157193ab 100644
--- a/regression-test/suites/compaction/test_base_compaction.groovy
+++ b/regression-test/suites/compaction/test_base_compaction.groovy
@@ -17,7 +17,7 @@
import org.codehaus.groovy.runtime.IOGroovyMethods
-suite("test_base_compaction") {
+suite("test_base_compaction", "p2") {
def tableName = "base_compaction_uniq_keys"
String backend_id;
diff --git
a/regression-test/suites/compaction/test_base_compaction_no_value.groovy
b/regression-test/suites/compaction/test_base_compaction_no_value.groovy
index 91a50ce4dcd..82bdde174b7 100644
--- a/regression-test/suites/compaction/test_base_compaction_no_value.groovy
+++ b/regression-test/suites/compaction/test_base_compaction_no_value.groovy
@@ -17,7 +17,7 @@
import org.codehaus.groovy.runtime.IOGroovyMethods
-suite("test_base_compaction_no_value") {
+suite("test_base_compaction_no_value", "p2") {
def tableName = "base_compaction_uniq_keys_no_value"
String backend_id;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]