Skip to content

Commit

Permalink
[fix](test) Use single tablet table to verify compaction score action
Browse files Browse the repository at this point in the history
  • Loading branch information
TangSiyang2001 committed Feb 6, 2025
1 parent 4c73155 commit f8e1609
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ suite("test_compaction_score_action") {
id INT NOT NULL,
name STRING NOT NULL
) DUPLICATE KEY (`id`)
DISTRIBUTED BY HASH(`id`) BUCKETS 1
PROPERTIES ("replication_num" = "1", "disable_auto_compaction" = "true");
"""
for (i in 0..<30) {
Expand Down

0 comments on commit f8e1609

Please sign in to comment.