This is an automated email from the ASF dual-hosted git repository.
airborne 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 e1d98d2e262 [test](inverted index) make full compaction instead of cu
compaction (#55118)
e1d98d2e262 is described below
commit e1d98d2e262648219ab8e56122400a7077ab619a
Author: Jack <[email protected]>
AuthorDate: Fri Aug 22 13:44:02 2025 +0800
[test](inverted index) make full compaction instead of cu compaction
(#55118)
---
.../test_single_replica_compaction_with_format_v2.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/inverted_index_p0/index_format_v2/test_single_replica_compaction_with_format_v2.groovy
b/regression-test/suites/inverted_index_p0/index_format_v2/test_single_replica_compaction_with_format_v2.groovy
index 75bc7bd456f..185fdd2e731 100644
---
a/regression-test/suites/inverted_index_p0/index_format_v2/test_single_replica_compaction_with_format_v2.groovy
+++
b/regression-test/suites/inverted_index_p0/index_format_v2/test_single_replica_compaction_with_format_v2.groovy
@@ -167,7 +167,7 @@ suite("test_single_replica_compaction_with_format_v2",
"inverted_index_format_v2
def tablets = sql_return_maparray """ show tablets from ${tableName};
"""
// trigger compactions for all tablets in ${tableName}
- trigger_and_wait_compaction(tableName, "cumulative")
+ trigger_and_wait_compaction(tableName, "full")
for (def tablet in tablets) {
String tablet_id = tablet.TabletId
backend_id = tablet.BackendId
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]