[
https://issues.apache.org/jira/browse/HADOOP-12613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15038181#comment-15038181
]
Wei-Chiu Chuang commented on HADOOP-12613:
------------------------------------------
I have ran it locally a few hundred times without only two failures. The test
failure appears sporadic (does not time out at the same location at all), and
maybe the fact is the test simply requires more than 1000 milliseconds to
execute in some cases.
> TestFind.processArguments occasionally fails
> --------------------------------------------
>
> Key: HADOOP-12613
> URL: https://issues.apache.org/jira/browse/HADOOP-12613
> Project: Hadoop Common
> Issue Type: Bug
> Components: test
> Reporter: Wei-Chiu Chuang
> Assignee: Wei-Chiu Chuang
>
> This failure seems to exist after November 3rd. I am still tracing where this
> can come from.
> https://builds.apache.org/job/Hadoop-Common-trunk/2066/testReport/org.apache.hadoop.fs.shell.find/TestFind/processArguments/
> Error Message
> test timed out after 1000 milliseconds
> Stacktrace
> {noformat}
> java.lang.Exception: test timed out after 1000 milliseconds
> at java.util.AbstractList$Itr.next(AbstractList.java:357)
> at java.util.SubList$1.next(AbstractList.java:707)
> at java.util.AbstractCollection.toArray(AbstractCollection.java:141)
> at java.util.ArrayList.addAll(ArrayList.java:559)
> at
> org.mockito.internal.exceptions.base.StackTraceFilter.filter(StackTraceFilter.java:54)
> at org.mockito.internal.debugging.Location.<init>(Location.java:22)
> at org.mockito.internal.debugging.Location.<init>(Location.java:17)
> at org.mockito.internal.invocation.Invocation.<init>(Invocation.java:60)
> at
> org.mockito.internal.creation.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:46)
> at
> org.apache.hadoop.fs.FileStatus$$EnhancerByMockitoWithCGLIB$$a131b1e2.isSymlink(<generated>)
> at org.apache.hadoop.fs.shell.find.Find.recursePath(Find.java:355)
> at org.apache.hadoop.fs.shell.Command.processPaths(Command.java:323)
> at org.apache.hadoop.fs.shell.Command.recursePath(Command.java:377)
> at org.apache.hadoop.fs.shell.find.Find.recursePath(Find.java:369)
> at org.apache.hadoop.fs.shell.Command.processPaths(Command.java:323)
> at
> org.apache.hadoop.fs.shell.Command.processPathArgument(Command.java:293)
> at org.apache.hadoop.fs.shell.Command.processArgument(Command.java:275)
> at org.apache.hadoop.fs.shell.Command.processArguments(Command.java:259)
> at org.apache.hadoop.fs.shell.find.Find.processArguments(Find.java:427)
> at
> org.apache.hadoop.fs.shell.find.TestFind.processArguments(TestFind.java:253)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)