[ https://issues.apache.org/jira/browse/HIVE-19835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16507803#comment-16507803 ]
Peter Vary commented on HIVE-19835: ----------------------------------- HIVE-19816 added retry to the tests. Left this open, so permanent fix could solve the test problem > Flaky test: TestWorkloadManager.testAsyncSessionInitFailures > ------------------------------------------------------------ > > Key: HIVE-19835 > URL: https://issues.apache.org/jira/browse/HIVE-19835 > Project: Hive > Issue Type: Sub-task > Components: Test > Affects Versions: 4.0.0 > Reporter: Aihua Xu > Priority: Major > > Sometimes this test fails with the following issue. Seems it's a flaky test. > {noformat} > Error Message > expected:<0> but was:<1> > Stacktrace > java.lang.AssertionError: expected:<0> but was:<1> > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotEquals(Assert.java:743) > at org.junit.Assert.assertEquals(Assert.java:118) > at org.junit.Assert.assertEquals(Assert.java:555) > at org.junit.Assert.assertEquals(Assert.java:542) > at > org.apache.hadoop.hive.ql.exec.tez.TestWorkloadManager.testAsyncSessionInitFailures(TestWorkloadManager.java:1138) > 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) > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)