Details
-
Bug
-
Resolution: Unresolved
-
Major
-
6.5.0
-
2019-10-17 build form source, Enterprise Edition 6.5.0 build 000
Description
While in Eventing for any given function/handler
- When I hit a Deploy button the UI shows first a status of "undeploy..." and then a final status of "deployed"
- When I hit a Deploy button the UI shows first a status of "undeploying..." and then a final status of "undeployed"
There seem to be issues with reporting status in the UI when doing a Pause and Resume:
- ISSUE: When I hit a Pause button the UI shows first a status of "pausing..." and then a final status of either "undeployed" or "paused" (some sort of race condition) I have seen both status messages.
- ISSUE: When I hit a Resume button the UI shows first a status of "deploying..." and then a final status of "deployed". For consistency after hitting the Resume button case the UI should first show a status of "resuming..." and then a final status of "deployed" when the resume is complete.