]
Adrian Nistor updated ISPN-6702:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 8.2.3.Final
Resolution: Done
Integrated in master and backported to 8.2.x too. Thanks [~dan.berindei]!
ClientEventsOOMTest hangs the TRACE build
-----------------------------------------
Key: ISPN-6702
URL:
https://issues.jboss.org/browse/ISPN-6702
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Server
Affects Versions: 9.0.0.Alpha2
Reporter: Dan Berindei
Assignee: Dan Berindei
Labels: testsuite_stability
Fix For: 9.0.0.Alpha3, 8.2.3.Final
{{ClientEventsOOMTest}} very often causes an {{OutOfMemoryError}} in the TRACE build in
CI. Because the test waits for events without a timeout, this hangs the build forever.
For some reason, Maven and/or TeamCity aren't able to stop the forked Surefire JVM
either, and it hangs around forever, causing {{java.net.BindException: Address already in
use}} failures in future builds.