[
https://issues.apache.org/jira/browse/OOZIE-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14025875#comment-14025875
]
Rohini Palaniswamy commented on OOZIE-1811:
-------------------------------------------
For eg:
https://builds.apache.org/job/oozie-trunk-precommit-build/1291/testReport/junit/org.apache.oozie.command.coord/TestCoordUpdateXCommand/testUpdateControl/
{code}
21:22:44,315 WARN CallableQueueService$CallableWrapper:542 - USER[-] GROUP[-]
TOKEN[-] APP[-] JOB[-] ACTION[-] exception callable [purge], E0610: Missing
JPAService, StoreService cannot run without a JPAService
org.apache.oozie.command.CommandException: E0610: Missing JPAService,
StoreService cannot run without a JPAService
at
org.apache.oozie.command.PurgeXCommand.loadState(PurgeXCommand.java:106)
at org.apache.oozie.command.XCommand.call(XCommand.java:276)
at
org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:174)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: org.apache.oozie.command.CommandException: E0610: Missing
JPAService, StoreService cannot run without a JPAService
at
org.apache.oozie.command.PurgeXCommand.loadState(PurgeXCommand.java:102)
... 5 more
....
21:23:54,643 WARN SchedulerService:542 - USER[test] GROUP[-] Error executing
runnable [ActionCheckRunnable], null
java.lang.NullPointerException
at
org.apache.oozie.executor.jpa.WorkflowActionQueryExecutor.getList(WorkflowActionQueryExecutor.java:390)
at
org.apache.oozie.executor.jpa.WorkflowActionQueryExecutor.getList(WorkflowActionQueryExecutor.java:38)
at
org.apache.oozie.service.ActionCheckerService$ActionCheckRunnable.runWFActionCheck(ActionCheckerService.java:114)
at
org.apache.oozie.service.ActionCheckerService$ActionCheckRunnable.run(ActionCheckerService.java:82)
at
org.apache.oozie.service.SchedulerService$2.run(SchedulerService.java:174)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at
java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
{code}
> 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)