Skip to content

Commit

Permalink
[Fix](case) Fix test_config_prune_delete_sign when `force_olap_tabl…
Browse files Browse the repository at this point in the history
…e_replication_num=3` (#48778)
  • Loading branch information
bobhan1 authored Mar 7, 2025
1 parent 7cd9757 commit 7f4662c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ suite("test_config_prune_delete_sign", "nonConcurrent") {

def tablets = sql_return_maparray """ show tablets from ${table1}; """
logger.info("tablets: ${tablets}")
assert 1 == tablets.size()
String compactionUrl = tablets[0]["CompactionStatus"]
def (code, out, err) = curl("GET", compactionUrl)
logger.info("Show tablets status: code=" + code + ", out=" + out + ", err=" + err)
Expand Down

0 comments on commit 7f4662c

Please sign in to comment.