Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Sep 18, 2024
1 parent e8d9717 commit 994b3c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ suite("test_single_hive_kerberos", "p0,external,kerberos,external_docker,externa
logger.info(e.toString())
// caused by a warning msg if enable sasl on hive but "hive.metastore.sasl.enabled" is not true:
// "set_ugi() not successful, Likely cause: new client talking to old server. Continuing without it."
assertTrue(e.toString().contains("thrift.transport.TTransportException: null"))
assertTrue(e.toString().contains("thrift.transport.TTransportException"))
}

try {
Expand Down

0 comments on commit 994b3c7

Please sign in to comment.