-
Task
-
Resolution: Done
-
Minor
-
None
-
None
HASingletonControllerBeanUnitTestCase and HASingletonDeployerTestCase both assume node 0 is the singleton master and then make assertions based on that fact. This leads to spurious test failures if some earlier event during the test run caused node 1 to become the coordinator.
The tests should determine who the master is and then check the behavior was as expected.