[
https://issues.apache.org/jira/browse/OOZIE-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066771#comment-14066771
]
Mona Chitnis commented on OOZIE-1811:
-------------------------------------
{{org.apache.oozie.command.coord.TestCoordActionInputCheckXCommand.testActionInputCheckLatestCurrentTime}}
also failing because JPAService null. Same class test but using latest
calculation with rest to action creation time (old behavior)
{{org.apache.oozie.command.coord.TestCoordActionInputCheckXCommand.testActionInputCheckLatestActionCreationTime}}
however, failing with a dependency mismatch problem - OOZIE-1872
> 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
>
> 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)