Peter Vary created HIVE-26308:
---------------------------------

             Summary: Fix flaky 
TestHostAffinitySplitLocationProvider.testConsistentHashingFallback
                 Key: HIVE-26308
                 URL: https://issues.apache.org/jira/browse/HIVE-26308
             Project: Hive
          Issue Type: Test
            Reporter: Peter Vary


The test is flaky.

See: http://ci.hive.apache.org/job/hive-flaky-check/562

{code}
org.junit.runners.model.TestTimedOutException: test timed out after 20000 
milliseconds
        at java.lang.StackTraceElement.toString(StackTraceElement.java:172)
        at 
org.mockito.internal.debugging.LocationImpl.computeStackTraceInformation(LocationImpl.java:58)
        at 
org.mockito.internal.debugging.LocationImpl.<init>(LocationImpl.java:35)
        at 
org.mockito.internal.debugging.LocationImpl.<init>(LocationImpl.java:26)
        at 
org.mockito.internal.debugging.LocationImpl.<init>(LocationImpl.java:22)
        at 
org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:47)
        at 
org.mockito.internal.creation.bytebuddy.MockMethodInterceptor$DispatcherDefaultingToRealMethod.interceptAbstract(MockMethodInterceptor.java:129)
        at org.mockito.codegen.List$MockitoMock$19554873.get(Unknown Source)
        at 
org.apache.hadoop.hive.ql.exec.tez.HostAffinitySplitLocationProvider.determineLocation(HostAffinitySplitLocationProvider.java:84)
        at 
org.apache.hadoop.hive.ql.exec.tez.TestHostAffinitySplitLocationProvider.testHashDistribution(TestHostAffinitySplitLocationProvider.java:219)
        at 
org.apache.hadoop.hive.ql.exec.tez.TestHostAffinitySplitLocationProvider.testConsistentHashingFallback(TestHostAffinitySplitLocationProvider.java:184)
        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:59)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:288)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:282)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.lang.Thread.run(Thread.java:748)
{code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to