Zoltan Haindrich created HIVE-22623:
---------------------------------------
Summary: Fix TestLlapSignerImpl.testSigning
Key: HIVE-22623
URL: https://issues.apache.org/jira/browse/HIVE-22623
Project: Hive
Issue Type: Sub-task
Components: Test
Reporter: Zoltan Haindrich
sometimes it fails with the exception:
{code}
Error Message
The ID didn't change but we couldn't get the key 2
Stacktrace
java.lang.AssertionError: The ID didn't change but we couldn't get the key 2
at
org.apache.hadoop.hive.llap.security.TestLlapSignerImpl$FakeSecretManager.getCurrentKey(TestLlapSignerImpl.java:196)
at
org.apache.hadoop.hive.llap.security.LlapSignerImpl.serializeAndSign(LlapSignerImpl.java:50)
at
org.apache.hadoop.hive.llap.security.TestLlapSignerImpl.testSigning(TestLlapSignerImpl.java:50)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at
org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)
Standard Error
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)