[
https://issues.apache.org/jira/browse/OOZIE-2794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15946922#comment-15946922
]
Andras Piros commented on OOZIE-2794:
-------------------------------------
It's also suspected that {{bin/test-patch-11-findbugs-diff}} may also fail
sometimes because multiple pre-commit jobs are running on the same Jenkins
slave at the same time:
{noformat}
Running test-patch task FINDBUGS_DIFF
[TRACE] Downloading FindBugs diff JAR from
https://repo1.maven.org/maven2/me/andrz/findbugs/findbugs-diff/0.1.0/findbugs-diff-0.1.0-all.jar
[TRACE] FindBugs diff JAR downloaded
grep:
/home/jenkins/jenkins-slave/workspace/oozie-trunk-precommit-build/bin/findbugs-diff-0.1.0-all.jar.md5sum:
No such file or directory
[TRACE] FindBugs diff JAR checked, is safe to use
[TRACE] Performing FindBugs diffs
bin/test-patch-11-findbugs-diff: line 253: : No such file or directory
bin/test-patch-11-findbugs-diff: line 255: [: -le: unary operator expected
Exception in thread "main" groovy.lang.GroovyRuntimeException: Ambiguous method
overloading for method java.io.File#<init>.
Cannot resolve which method to invoke for [null] due to overlapping prototypes
between:
[class java.lang.String]
[class java.net.URI]
at
groovy.lang.MetaClassImpl.chooseMostSpecificParams(MetaClassImpl.java:3202)
...
at
me.andrz.findbugs.diff.FindBugsDiffCli.main(FindBugsDiffCli.groovy:51)
{noformat}
> Hive and Pig tests failing when multiple pre-commit jobs are running
> --------------------------------------------------------------------
>
> Key: OOZIE-2794
> URL: https://issues.apache.org/jira/browse/OOZIE-2794
> Project: Oozie
> Issue Type: Bug
> Reporter: Peter Cseh
>
> There are multiple cases when the following tests are failing together:
> {noformat}
> . testMain(org.apache.oozie.action.hadoop.TestHiveMain)
> . testPigScript(org.apache.oozie.action.hadoop.TestPigMain)
> . testEmbeddedPigWithinPython(org.apache.oozie.action.hadoop.TestPigMain)
> . testPig_withNullExternalID(org.apache.oozie.action.hadoop.TestPigMain)
> . testPigScript(org.apache.oozie.action.hadoop.TestPigMainWithOldAPI)
> . testLoadDump(org.apache.oozie.tools.TestDBLoadDump)
> {noformat}
> This issue seems to occur when multiple pre-commit jobs are running.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)