Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
0.2.0
-
None
-
None
-
None
Description
If the broker should stop during a test, the test will continue to try to run all of the tests. A check should be made between each test that will ensure the broker is still present. Perhaps a check of the PID will suffice.
Note that for some broker configurations (such as multi-node dispatch router tests), multiple nodes and/or brokers may be present, and all of them must be checked.
If one or more of the test nodes is missing, the test should immediately terminate with an error message.