Skip to content

Commit

Permalink
[Fix](Full compaction) Fix full compaction by table id regressison test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukang-Lian authored Aug 25, 2023
1 parent 04e520b commit e1367d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
2 2
2 20
2 200
3 300
3 100
3 300

-- !select_final --
1 100
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ suite("test_full_compaction_by_table_id") {
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}; """
Expand Down

0 comments on commit e1367d5

Please sign in to comment.