You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Julia Kinga Marton (JIRA)" <ji...@apache.org> on 2018/09/24 08:37:00 UTC

[jira] [Created] (OOZIE-3352) testPriorityExecutionOrder:org.apache.oozie.service.TestCallableQueueService is failing with ConcurrentModification

Julia Kinga Marton created OOZIE-3352:
-----------------------------------------

             Summary: testPriorityExecutionOrder:org.apache.oozie.service.TestCallableQueueService is failing with ConcurrentModification
                 Key: OOZIE-3352
                 URL: https://issues.apache.org/jira/browse/OOZIE-3352
             Project: Oozie
          Issue Type: Bug
          Components: tests
    Affects Versions: trunk
            Reporter: Julia Kinga Marton


During last few precommit runs, testPriorityExecutionOrder:org.apache.oozie.service.TestCallableQueueService failed with ConcurrentModificationException
[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.ArrayList$Itr.next(ArrayList.java:859)
	at com.google.common.collect.AbstractMultimap$WrappedCollection$WrappedIterator.next(AbstractMultimap.java:531)
	at java.util.Collections.min(Collections.java:599)
	at org.apache.oozie.service.TestCallableQueueService.testPriorityExecutionOrder(TestCallableQueueService.java:993)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)