Skip to content

Commit

Permalink
branch-3.0: [fix](test) logging result of show tablet to investigate …
Browse files Browse the repository at this point in the history
…problem #44224 (#44256)

Cherry-picked from #44224

Co-authored-by: Yongqiang YANG <yangyongqiang@selectdb.com>
  • Loading branch information
github-actions[bot] and dataroaring authored Nov 19, 2024
1 parent 8f2898d commit aa64b64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions regression-test/suites/show_p0/test_show_tablet.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ suite("test_show_tablet") {
"replication_num" = "1"
);"""
def res = sql """SHOW TABLETS FROM show_tablets_test_t limit 5, 1;"""

logger.info("result: " + res.toString());
assertTrue(res.size() == 0)

res = sql """SHOW TABLETS FROM show_tablets_test_t limit 3, 5;"""
Expand Down

0 comments on commit aa64b64

Please sign in to comment.