[
https://issues.apache.org/jira/browse/HADOOP-12613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15039777#comment-15039777
]
Wei-Chiu Chuang commented on HADOOP-12613:
------------------------------------------
Test failures are unrelated and have been observed previously.
I locally ran the patched TestFind for more than 500 runs without failures.
> 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
> Attachments: HADOOP-12613.001.patch, HADOOP-12613.002.patch
>
>
> 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)