Skip to content
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

Fix Server-Side ABORT That Should be CANCELLED #5018

Merged

Conversation

nbauernfeind
Copy link
Member

This fixes a spurious ApplicationExampleTest failure.

The issue is that the client CANCELs. The local client "cancel" task gets put into a queue as well as the "abort" task created from the server response. Given the threading model, and local execution, these can race causing a rare failure.

@nbauernfeind nbauernfeind added bug Something isn't working core Core development tasks test NoDocumentationNeeded NoReleaseNotesNeeded No release notes are needed. labels Jan 9, 2024
@nbauernfeind nbauernfeind self-assigned this Jan 9, 2024
@nbauernfeind nbauernfeind merged commit f9ee26a into deephaven:main Jan 9, 2024
29 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working core Core development tasks NoDocumentationNeeded NoReleaseNotesNeeded No release notes are needed. test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants