This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 0115b64c2d [Fix](Full compaction) Fix full compaction regressison test
(#23487) (#23645)
0115b64c2d is described below
commit 0115b64c2da8cea6dd167c0d92ab1314ec053bad
Author: abmdocrt <[email protected]>
AuthorDate: Fri Sep 1 22:23:06 2023 +0800
[Fix](Full compaction) Fix full compaction regressison test (#23487)
(#23645)
---
regression-test/data/compaction/test_full_compaction.out | 2 +-
regression-test/suites/compaction/test_full_compaction.groovy | 2 +-
2 files changed, 2 insertions(+), 2 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/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: [email protected]
For additional commands, e-mail: [email protected]