Skip to content

Commit

Permalink
fix regression test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Yulei-Yang committed Jul 18, 2024
1 parent 7e039d3 commit aff9a0e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ suite("test_external_catalog_hive", "p0,external,hive,external_docker,external_d
sql """switch hms;"""
try {
sql """show tables;"""
assertTrue(false)
} catch (Exception e) {
assertTrue(e.getMessage().contains("No database selected"))
}
Expand Down

0 comments on commit aff9a0e

Please sign in to comment.