Skip to content

Commit

Permalink
[enhance](cloud)support SHOW-TRANSACTION
Browse files Browse the repository at this point in the history
  • Loading branch information
cjj2010 committed Oct 11, 2024
1 parent 1eac5f1 commit 8fde3f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ suite("test_show_transaction", "p0") {
def uuid = UUID.randomUUID().toString().replaceAll("-", "");
sql """ INSERT INTO ${testTable} WITH LABEL label_test_show_transaction_${uuid} VALUES(100, 'doris') """
def res = sql_return_maparray """ show transaction where label = 'label_test_show_transaction_${uuid}' """
assertTrue(res.size() != 0)
print("show transaction result : " + res)
if (!isCloudMode()) {
def reslike = sql_return_maparray """ show transaction where label like 'label_test_show_transaction_${uuid}%' """
Expand Down

0 comments on commit 8fde3f4

Please sign in to comment.