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

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

Robert Kanter created OOZIE-1811:
------------------------------------

             Summary: 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)