[
https://issues.apache.org/jira/browse/OOZIE-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16625713#comment-16625713
]
Peter Bacsko commented on OOZIE-3352:
-------------------------------------
This is probably another test which should be a pure unit test. Besides, I'm
not 100% convinced that we need it. I'll think about this.
> TestCallableQueueService#testPriorityExecutionOrder() is failing with
> ConcurrentModification
> --------------------------------------------------------------------------------------------
>
> Key: OOZIE-3352
> URL: https://issues.apache.org/jira/browse/OOZIE-3352
> Project: Oozie
> Issue Type: Sub-task
> Components: tests
> Affects Versions: trunk
> Reporter: Julia Kinga Marton
> Priority: Major
>
> During last few precommit runs,
> {{org.apache.oozie.service.TestCallableQueueService#testPriorityExecutionOrder()}}
> failed with {{ConcurrentModificationException}}:
> {noformat}
> [ERROR]
> testPriorityExecutionOrder(org.apache.oozie.service.TestCallableQueueService)
> Time elapsed: 20.999 s <<< ERROR!
> java.util.ConcurrentModificationException
> at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909)
> ...
> at java.util.Collections.min(Collections.java:599)
> at
> org.apache.oozie.service.TestCallableQueueService.testPriorityExecutionOrder(TestCallableQueueService.java:993)
> ...
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)