]
William Burns updated ISPN-8298:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.4.1.Final
Resolution: Done
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: Dan Berindei
Priority: Major
Fix For: 9.4.1.Final, 10.0.0.Alpha1
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.