]
Dan Berindei updated ISPN-9607:
-------------------------------
Labels: testsuite_stability (was: )
ClientEventsOOMTest.testOOM random failures
-------------------------------------------
Key: ISPN-9607
URL:
https://issues.jboss.org/browse/ISPN-9607
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Server
Affects Versions: 9.4.0.Final, 9.3.3.Final
Reporter: Dan Berindei
Priority: Critical
Labels: testsuite_stability
The test used to hang when it didn't receive all the events, after the ISPN-6702 fix
it fails with an assertion error:
{noformat}
java.lang.AssertionError: expected:<100> but was:<92>
at
org.infinispan.client.hotrod.event.ClientEventsOOMTest.testOOM(ClientEventsOOMTest.java:94)
{noformat}