Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha-1, 2.3.0
-
None
-
Reviewed
Description
TestShadeSaslAuthenticationProvider now fails deterministically with the following exception..
java.lang.Exception: Unexpected exception, expected<org.apache.hadoop.hbase.DoNotRetryIOException> but was<java.io.IOException> at org.apache.hadoop.hbase.security.provider.example.TestShadeSaslAuthenticationProvider.testNegativeAuthentication(TestShadeSaslAuthenticationProvider.java:233)
The test now fails a different place than before merging HBASE-18095 because the RPCs are also a part of connection setup. We might need to rewrite the test..
Attachments
Issue Links
- breaks
-
HBASE-24263 TestDelegationToken is broken
- Resolved
- is broken by
-
HBASE-18095 Provide an option for clients to find the server hosting META that does not involve the ZooKeeper client
- Resolved
- is related to
-
HBASE-28110 Align TestShadeSaslAuthenticationProvider between different branches
- Resolved
- relates to
-
HBASE-24047 [Flakey Tests] Disable TestCustomSaslAuthenticationProvider#testNegativeAuthentication on branch-2.3
- Resolved
-
HBASE-28337 Positive connection test in TestShadeSaslAuthenticationProvider runs with Kerberos instead of Shade authentication
- Resolved
- links to