Skip to content

Commit

Permalink
[fix](test) logging result of show tablet to investigate problem (#44224
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dataroaring authored and Your Name committed Nov 19, 2024
1 parent b137aae commit a034331
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 a034331

Please sign in to comment.