[ https://issues.apache.org/jira/browse/HIVE-19196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16441746#comment-16441746 ]
Sergey Shelukhin commented on HIVE-19196: ----------------------------------------- Hmm, now I cannot repro it anymore. Looks like it's pretty rare. [~prasanth_j] have you seen this before? I see in the only log I saved from a failed test that the test proceeds normally and all the WmEvent-s are there, same as in a log of a test that passes. However, it still fails with the error above. I even see the output of the events in the failed log that has all the events, apparently the test doesn't get it though. The only interesting difference I can see is that in the failed log RM address in the minicluster is a real network IP of my machine and in the successful test logs it's 127.0.0.1. Not sure if that's relevant to some part of getting events.. > 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)