Skip to content

Commit

Permalink
[fix](case) regression-test/suites/show_p0/test_show_statistic_proc.g…
Browse files Browse the repository at this point in the history
…roovy (apache#26925)

Co-authored-by: stephen <[email protected]>
  • Loading branch information
2 people authored and gnehil committed Dec 4, 2023
1 parent b8745c4 commit dba929b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ suite("test_show_statistic_proc", "show") {

sql """grant ADMIN_PRIV on *.*.* to test_show_statistic_proc_user1"""

sql """drop database if exists test_statistic_proc_db"""

sql """create database test_statistic_proc_db"""

def result1 = connect(user = 'test_show_statistic_proc_user1', password = '12345', url = context.config.jdbcUrl) {
Expand Down

0 comments on commit dba929b

Please sign in to comment.