]
Paul Ferraro closed WFLY-3248.
------------------------------
Resolution: Out of Date
I've replaced the ViewChangeListener logic with TopologyChangeListener logic.
Removing ViewChangeListener* broke the extended clustering testsuite
--------------------------------------------------------------------
Key: WFLY-3248
URL:
https://issues.jboss.org/browse/WFLY-3248
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Clustering, Test Suite
Affects Versions: 8.0.0.Final
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Fix For: 9.0.0.Beta1
What we did a while back, we made the sync-tcp the default configuration for running the
clustering tests. However, we kept a extended testsuite with other combinations and other
unimportant clustering tests.
The async combinations partly relied on the ViewChangeListener* mechanisms. This was not
detected earlier because this part of TS is not run by default on the CI.