This is an automated email from the ASF dual-hosted git repository.

zhangchen 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 84006dd8c7 [Fix](Full compaction) Fix full compaction regressison test 
(#23487)
84006dd8c7 is described below

commit 84006dd8c7fd5f08fc29cb0ee2347df432774c4b
Author: abmdocrt <yukang.lian2...@gmail.com>
AuthorDate: Tue Aug 29 18:27:19 2023 +0800

    [Fix](Full compaction) Fix full compaction regressison test (#23487)
---
 regression-test/data/compaction/test_full_compaction.out      | 2 +-
 regression-test/pipeline/p0/conf/regression-conf.groovy       | 4 +++-
 regression-test/suites/compaction/test_full_compaction.groovy | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/regression-test/data/compaction/test_full_compaction.out 
b/regression-test/data/compaction/test_full_compaction.out
index b5ed2dffc1..ead5be01b4 100644
--- a/regression-test/data/compaction/test_full_compaction.out
+++ b/regression-test/data/compaction/test_full_compaction.out
@@ -32,8 +32,8 @@
 2      2
 2      20
 2      200
-3      300
 3      100
+3      300
 
 -- !select_final --
 1      100
diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy 
b/regression-test/pipeline/p0/conf/regression-conf.groovy
index ae63202eba..a34f57e9e8 100644
--- a/regression-test/pipeline/p0/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p0/conf/regression-conf.groovy
@@ -54,7 +54,9 @@ testDirectories = ""
 // this groups will not be executed
 excludeGroups = ""
 // this suites will not be executed
-excludeSuites = 
"test_stream_load_move_memtable,ds_rf95,test_full_compaction,test_default_limit,test_profile,test_broker_load,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_export_parquet,test_doris_jdbc_catalog,nereids_delete_mow_partial_update,test_hdfs_tvf"
+
+excludeSuites = 
"test_stream_load_move_memtable,ds_rf95,test_default_limit,test_profile,test_broker_load,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_export_parquet,test_doris_jdbc_catalog,nereids_delete_mow_partial_update,test_hdfs_tvf"
+
 // this directories will not be executed
 excludeDirectories = "workload_manager_p1"
 
diff --git a/regression-test/suites/compaction/test_full_compaction.groovy 
b/regression-test/suites/compaction/test_full_compaction.groovy
index 41813fde3b..eaebd33377 100644
--- a/regression-test/suites/compaction/test_full_compaction.groovy
+++ b/regression-test/suites/compaction/test_full_compaction.groovy
@@ -95,7 +95,7 @@ suite("test_full_compaction") {
         sql "SET skip_delete_bitmap = true"
         // show all hidden data
         // (1,10)(1,100)(2,2)(2,20)(2,200)(3,300)(3,100)
-        qt_skip_delete """select * from ${tableName} order by user_id"""
+        qt_skip_delete """select * from ${tableName} order by user_id, value"""
 
         
//TabletId,ReplicaId,BackendId,SchemaHash,Version,LstSuccessVersion,LstFailedVersion,LstFailedTime,LocalDataSize,RemoteDataSize,RowCount,State,LstConsistencyCheckTime,CheckVersion,VersionCount,PathHash,MetaUrl,CompactionStatus
         String[][] tablets = sql """ show tablets from ${tableName}; """


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to