Scenario testing report
Closed this issue · 1 comments
Isan-Rivkin commented
Deploy Once
Launch Statusbay from scratch and deploy each time different resources.
Sunny day tests
- Daemonset
- Deployment
- StatefulSet
- All Together
Redeploy Running
Redeploy resources to Statusbay as a rollout to new version.
Sunny day tests
- Daemonset
- Deployment
- StatefulSet
- All Together
Redeploy Deleted
Redeploy resources to Statusbay on previously deployed and now-deleted resources.
Sunny day tests
- Daemonset
- Deployment
- StatefulSet
- All Together
Delete
Delete running resources.
- Daemonset
- Deployment
- StatefulSet
- All Together
Miscellaneous
- "Invalid log level, not setting" error when starting the watcher. @cregev pr #37
- slack always sends "task deleted" fixed at pr #42 @Isan-Rivkin
- Deploy an application with a different image when the application is still deploy
- examples yaml: when using
daemonset.count
ordeployment.count
bigger than 1 it only creates 1 no matter what. fixes #43 - use
-race
flag BUG issue #49 - race condition on deployment status BUG issue #50
- Delete when deployment is running BUG issue: #47
- Restart watcher while deployments are in "running" state BUG issue #48
- Deployment finish by still waiting for the
collect_data_after_apply_finish
, at the waiting time try to redeploy new image. @kaplanelad please elaborate in an issue.
kaplanelad commented
More issues to test:
- Continue watch on deployment after watcher component is restarted
- Deploy an application with different image when the application is still deploy
- Delete when deployment is running