[
https://issues.jboss.org/browse/ISPN-8298?page=com.atlassian.jira.plugin....
]
William Burns commented on ISPN-8298:
-------------------------------------
I can't figure out why this is failing exactly, but from the stack trace there must be
some kind of timing issue in ReplListener that I just can't spot atm. Unfortunately
this means that hundreds of tests could fail randomly if this is the case, since they all
rely on ReplListener to tell when a command has been properly replicated. I might suggest
rewriting this portion if we cannot locate the issue, although that could also have its
own issues :(
DistAsyncFuncTest.testLockedStreamSetValue random test failure
--------------------------------------------------------------
Key: ISPN-8298
URL:
https://issues.jboss.org/browse/ISPN-8298
Project: Infinispan
Issue Type: Bug
Reporter: William Burns
Assignee: William Burns
Test failure at:
http://ci.infinispan.org/job/Infinispan/job/master/144/
Looking at the stack trace, this test failed before it even got to the lock stream. For
some reason the async write wasn't completed properly...
It seems the ReplListener was just recently fixed for something similar with L1
invalidations
https://github.com/infinispan/infinispan/commit/fb165dc25cba7f26652292a1f...
I fear this test in general may not be very deterministic and could fail for any test
using it. I would suggest replacing it possibly.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)