You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Timothy Farkas (JIRA)" <ji...@apache.org> on 2017/10/24 16:54:01 UTC

[jira] [Created] (DRILL-5904) TestCTAS.testPartitionByForAllType fails sporadically on some build machines

Timothy Farkas created DRILL-5904:
-------------------------------------

             Summary: TestCTAS.testPartitionByForAllType fails sporadically on some build machines
                 Key: DRILL-5904
                 URL: https://issues.apache.org/jira/browse/DRILL-5904
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Timothy Farkas
            Assignee: Timothy Farkas


Vlad found that the TestCTAS.testPartitionByForAllType test sporadically fails with this stack trace sometimes.

testPartitionByForAllTypes(org.apache.drill.exec.sql.TestCTAS)
java.lang.Exception: test timed out after 100000 milliseconds
	at java.io.UnixFileSystem.canonicalize0(Native Method) ~[na:1.7.0_131]
	at java.io.UnixFileSystem.canonicalize(UnixFileSystem.java:172) ~[na:1.7.0_131]
	at java.io.File.getCanonicalPath(File.java:618) ~[na:1.7.0_131]
	at java.io.File.getCanonicalFile(File.java:643) ~[na:1.7.0_131]
	at org.apache.commons.io.FileUtils.isSymlink(FileUtils.java:2935) ~[commons-io-2.4.jar:2.4]
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1534) ~[commons-io-2.4.jar:2.4]
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2270) ~[commons-io-2.4.jar:2.4]
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1653) ~[commons-io-2.4.jar:2.4]
	at org.apache.commons.io.FileUtils.deleteQuietly(FileUtils.java:1566) ~[commons-io-2.4.jar:2.4]
	at org.apache.drill.exec.sql.TestCTAS.testPartitionByForAllTypes(TestCTAS.java:292) ~[test-classes/:na]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_131]
	at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_131]
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) ~[junit-4.11.jar:na]
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.11.jar:na]
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) ~[junit-4.11.jar:na]
	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:120) ~[jmockit-1.3.jar:na]
	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65) ~[jmockit-1.3.jar:na]
	at mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:29) ~[jmockit-1.3.jar:na]
	at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[na:na]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_131]
	at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_131]
	at mockit.internal.util.MethodReflection.invokeWithCheckedThrows(MethodReflection.java:95) ~[jmockit-1.3.jar:na]
	at mockit.internal.annotations.MockMethodBridge.callMock(MockMethodBridge.java:76) ~[jmockit-1.3.jar:na]
	at mockit.internal.annotations.MockMethodBridge.invoke(MockMethodBridge.java:41) ~[jmockit-1.3.jar:na]
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java) ~[junit-4.11.jar:na]
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.11.jar:na]
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) ~[junit-4.11.jar:na]
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.11.jar:na]
	at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) ~[junit-4.11.jar:na]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)