Skip to content

Commit

Permalink
branch-2.1: [Fix](case) Fix test_config_prune_delete_sign when `for…
Browse files Browse the repository at this point in the history
…ce_olap_table_replication_num=3` #48778 (#48794)

Cherry-picked from #48778

Co-authored-by: bobhan1 <[email protected]>
  • Loading branch information
github-actions[bot] and bobhan1 authored Mar 8, 2025
1 parent d4e4893 commit 77049c4
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 77049c4

Please sign in to comment.