]
Galder Zamarreño updated ISPN-9191:
-----------------------------------
Fix Version/s: 9.4.0.Final
(was: 9.3.0.Final)
ExceptionEvictionTest random failure during clearContent
--------------------------------------------------------
Key: ISPN-9191
URL:
https://issues.jboss.org/browse/ISPN-9191
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Reporter: William Burns
Assignee: William Burns
Fix For: 9.4.0.Final
There is a random failure that occurs for ExceptionEvictionTest.
After each test is run we verify that there are no pending transactions leftover. It
seems that the cause is due to the tx completion is sent asynchronously that we need to
wait for them to clean up to verify.
This is related to
https://issues.jboss.org/browse/ISPN-9189