You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Rohini Palaniswamy (JIRA)" <ji...@apache.org> on 2014/04/25 23:15:19 UTC

[jira] [Commented] (OOZIE-1811) Current test failures in trunk

    [ https://issues.apache.org/jira/browse/OOZIE-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13981616#comment-13981616 ] 

Rohini Palaniswamy commented on OOZIE-1811:
-------------------------------------------

JPAService is becoming null in the test somewhere and there are NPE because of that. 

> Current test failures in trunk
> ------------------------------
>
>                 Key: OOZIE-1811
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1811
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk
>            Reporter: Robert Kanter
>            Priority: Critical
>
> There's a bunch of test failures currently in trunk; I'm not sure what commit(s) is the cause, but I think it was somewhat recent.
> e.g. https://builds.apache.org/job/oozie-trunk-precommit-build/1199/
> Reproducible by running these tests, instead of having to run them all, which takes a lot longer :)
> {noformat}
> mvn clean test -Dtest=TestSubWorkflowActionExecutor,TestBunldeChangeXCommand,TestCoordUpdateXCommand,TestCoordJobQueryExecutor,TestStatusTransitService,TestSLAEventGeneration
> {noformat}
> {noformat}
> Results :
> Failed tests:   testCoordinatorActionCommandsSubmitAndStart(org.apache.oozie.sla.TestSLAEventGeneration): expected:<...11921-oozie-rkan-C@1[]> but was:<...11921-oozie-rkan-C@1[2]>
>   testCoordStatusTransitServiceDoneWithError(org.apache.oozie.service.TestStatusTransitService): expected:<DONEWITHERROR> but was:<KILLED>
>   testBundleStatusTransitRunningFromKilled(org.apache.oozie.service.TestStatusTransitService): expected:<RUNNING> but was:<KILLED>
> Tests in error: 
>   testGetList(org.apache.oozie.executor.jpa.TestCoordJobQueryExecutor)
>   testInsert(org.apache.oozie.executor.jpa.TestCoordJobQueryExecutor)
> Tests run: 62, Failures: 3, Errors: 2, Skipped: 0
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)