Ashutosh Chauhan created HIVE-19196:
---------------------------------------
Summary: TestTriggersMoveWorkloadManager is flaky
Key: HIVE-19196
URL: https://issues.apache.org/jira/browse/HIVE-19196
Project: Hive
Issue Type: Sub-task
Components: Test
Reporter: Ashutosh Chauhan
This is a flaky test which randomly fails. Consider improving its stability.
{code}
org.apache.hive.jdbc.TestTriggersMoveWorkloadManager.testTriggerMoveConflictKill
Failing for the past 1 build (Since Failed#10161 )
Took 2.4 sec.
Error Message
'"eventType" : "GET"' expected in STDERR capture, but not found.
Stacktrace
java.lang.AssertionError: '"eventType" : "GET"' expected in STDERR capture, but
not found.
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.apache.hive.jdbc.AbstractJdbcTriggersTest.runQueryWithTrigger(AbstractJdbcTriggersTest.java:169)
at
org.apache.hive.jdbc.TestTriggersMoveWorkloadManager.testTriggerMoveConflictKill(TestTriggersMoveWorkloadManager.java:261)
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)
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)