While adding more tests in c2d524e22484d8b2e9e034fc8bf9382a95245d3e I got some ideas for improvements: * the `END` block should be added universally to all tests * the "lib" should provide additional functions - [x] universal cleanup (removes all nodes and optionally waits?) - [ ] helper functions for filtering nodes with OK status (waiting 20+ seconds for a node to get removed is annoying) - [x] we should skip if the mod_proxy_cluster module is not configured - [ ] remove the hardcoded version string shown in mod_manager's html output (we should probably check it with regex – mod_cluster/<version spec>)
While adding more tests in c2d524e I got some ideas for improvements:
ENDblock should be added universally to all tests