-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QA testing - Behaviour of cluster restart procedure in the UI #3178
Comments
Review data
Testing environment
Tested packages
Conclusion 🟡Unexpected behavior was found during testing. Unhandled responses and missing messages for the user. Also when trying to manually cause a sync error, the application timedout and was unable to reconnect to the API. Status
|
Task ResultsRestart correctlySynchronizes cluster and restarts correctly 🟢
Restart node successfully 🟢
Failed to restartCluster failed to restart 🟢
Restart Node - Node disconnected during restart 🟡
Failed to restart - unexpected API response 🟡
Error restarting node 🟢
restart_node_failed.mp4Error restarting cluster with intensive file sync - 1000 copies 🔴
Error restarting cluster with intensive file sync - 50 copies 🔴
|
After testing the proposed changes of this issue and supervising all the results obtained, it has been decided that the new development does not meet the expected expectations, and therefore, it will be necessary to give it a new iteration to improve all the following aspects: Regarding the restart/synchronization waiting modal:
Regarding performance:
|
Following the reports made, we have proceeded to perform a rollback of the changes made to the interface that have been tested in this issue. In the future, a better design will be made and its development will be included in a future release. In the meantime, the next testing issue #3178 has been opened to test the behavior after the rollback. |
Description
We need to ensure these situations work as expected, and check if we should test more situations we haven't identified yet.
Proposed checks
Restart correctly
Failed to restart
Expected results
All the cases inform the user about what happened and what to do.
Configuration and considerations
It would be interesting to test timeouts between the API and the UI in the middle of a restart cycle.
The text was updated successfully, but these errors were encountered: