-
Notifications
You must be signed in to change notification settings - Fork 7
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
Subtle failure in UNDO #500
Comments
We should create an integration testing app which can communicate with Redis and push undo commands, expect move undone events, push make move commands, expect acceptance. It should push many thousands of requests and detect failure. This would either rule out or blame the undo /changelog flow |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This occurs infrequently when I test using personal devices. Can it be triggered more often if BUGOUT web client is running on an azure vm ? |
This failure state does not prevent unrelated games from proceeding. It does not log anything useful in undo service. one potential planWrite sync procedures into sync service and browser impl,so that silently failing UNDO requests can be reconciled |
Generally undo works, but sometimes it doesn't.
Is this about backend? If so, which service? Does sync impact this?
Or is it the frontend?
Can we describe the failure scenario more precisely? Sometimes after 60 undos you still cannot trigger this bug
The text was updated successfully, but these errors were encountered: