You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Mona Chitnis (JIRA)" <ji...@apache.org> on 2014/08/01 18:03:39 UTC

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

     [ https://issues.apache.org/jira/browse/OOZIE-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mona Chitnis updated OOZIE-1811:
--------------------------------

    Attachment: OOZIE-1811-3.patch

addressed review comments and fixed couple of classes missed in earlier patch - BatchQueryExecutor, SLA*QueryExecutors to be consistent

> 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
>            Assignee: Mona Chitnis
>            Priority: Critical
>         Attachments: OOZIE-1811-1.patch, OOZIE-1811-2.patch, OOZIE-1811-3.patch
>
>
> 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)