Peter Somogyi created HBASE-25599:
-------------------------------------
Summary: Backport TestZKSecretWatcher improvement to branch-2.2
Key: HBASE-25599
URL: https://issues.apache.org/jira/browse/HBASE-25599
Project: HBase
Issue Type: Bug
Components: test
Affects Versions: 2.2.7
Reporter: Peter Somogyi
Assignee: Peter Somogyi
Fix For: 2.2.7
TestZKSecretWatcher.testKeyUpdate failed on branch-2.2 nightly. Branch-2.3+ has
some test stabilization made in HBASE-23899 which improved this test too.
{noformat}
Error Message
expected null, but was:<AuthenticationKey[ id=2, expiration=9223372036854775807
]>
Stacktrace
java.lang.AssertionError: expected null, but was:<AuthenticationKey[ id=2,
expiration=9223372036854775807 ]>
at
org.apache.hadoop.hbase.security.token.TestZKSecretWatcher.testKeyUpdate(TestZKSecretWatcher.java:185)
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)