[ https://issues.apache.org/jira/browse/HIVE-19196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16441404#comment-16441404 ]
Sergey Shelukhin commented on HIVE-19196: ----------------------------------------- I can repro the failures very occasionally when running in a loop, however I can see the WM events are the same in both failed and successful log file. Trying to add some more logging to see what happens... test seems to be timing dependent. > 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 > Assignee: Sergey Shelukhin > Priority: Major > > 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)