Skip to content

Commit

Permalink
[Fix](test)Fixing the Issue of Kerberos Principal Not Mapping Correct…
Browse files Browse the repository at this point in the history
…ly to a Local User
  • Loading branch information
CalvinKirs committed Sep 18, 2024
1 parent 157d2b3 commit 9f69d0f
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("org.apache.thrift.transport.TTransportException: null"))
assertTrue(e.toString().contains("thrift.transport.TTransportException: null"))
}

try {
Expand Down

0 comments on commit 9f69d0f

Please sign in to comment.