You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Márton Balassi (JIRA)" <ji...@apache.org> on 2016/01/30 08:08:39 UTC

[jira] [Created] (FLINK-3307) RMQSourceTest failure

Márton Balassi created FLINK-3307:
-------------------------------------

             Summary: RMQSourceTest failure
                 Key: FLINK-3307
                 URL: https://issues.apache.org/jira/browse/FLINK-3307
             Project: Flink
          Issue Type: Bug
          Components: Streaming Connectors
    Affects Versions: 0.10.0
            Reporter: Márton Balassi


Running org.apache.flink.streaming.connectors.rabbitmq.RMQSourceTest
java.util.ConcurrentModificationException
	at java.util.HashMap$HashIterator.remove(HashMap.java:940)
	at java.util.AbstractSet.removeAll(AbstractSet.java:177)
	at org.apache.flink.streaming.api.functions.source.MessageAcknowledgingSourceBase.notifyCheckpointComplete(MessageAcknowledgingSourceBase.java:203)
	at org.apache.flink.streaming.connectors.rabbitmq.RMQSourceTest$3.run(RMQSourceTest.java:146)
	at java.lang.Thread.run(Thread.java:745)
Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.434 sec <<< FAILURE! - in org.apache.flink.streaming.connectors.rabbitmq.RMQSourceTest
testConcurrentAccess(org.apache.flink.streaming.connectors.rabbitmq.RMQSourceTest)  Time elapsed: 0.656 sec  <<< FAILURE!
java.lang.AssertionError: Test failed with java.util.ConcurrentModificationException
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.flink.streaming.connectors.rabbitmq.RMQSourceTest.testConcurrentAccess(RMQSourceTest.java:180)


Results :

Failed tests: 
  RMQSourceTest.testConcurrentAccess:180 Test failed with java.util.ConcurrentModificationException

Full travis log: https://s3.amazonaws.com/archive.travis-ci.org/jobs/105724919/log.txt



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)