]
William Burns updated ISPN-4521:
--------------------------------
Status: Pull Request Sent (was: Coding In Progress)
Git Pull Request:
ReplicationQueueTest.testReplicationQueueMultipleThreads random
failures
------------------------------------------------------------------------
Key: ISPN-4521
URL:
https://issues.jboss.org/browse/ISPN-4521
Project: Infinispan
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Core, Test Suite - Core
Affects Versions: 7.0.0.Alpha4
Reporter: Dan Berindei
Assignee: William Burns
Labels: testsuite_stability
Fix For: 7.0.0.Alpha5
Either the test didn't manage to fill the replication queue in 3 seconds, or there
are some extra entries from the previous test...
{noformat}
java.lang.AssertionError
at
org.infinispan.replication.ReplicationQueueTest.testReplicationQueueMultipleThreads(ReplicationQueueTest.java:194)
{noformat}
The test should be changed to use proper assertions and prevent interference between test
methods.
Perhaps we should also revisit the changes I made for ISPN-1123, they make the last lines
of {[testReplicationQueueMultipleThreads}} look superfluous.