crossbario / crossbar

Crossbar.io - WAMP application router
https://crossbar.io/
Other
2.05k stars 274 forks source link

Integration tests for restarting and recreating resources #2023

Open oberstet opened 2 years ago

oberstet commented 2 years ago

In the functional tests using the CLI, after creating a webcluster and other resources

https://github.com/crossbario/crossbar/blob/075753f5354edc03087e56f43635211891db50d1/test/test_cli_1.sh#L108

we should stop (destroy) the resources and check the resources can be started (created) again.

note: above doesn't include testing restarting the master node .. see https://github.com/crossbario/crossbar/issues/2024 for that