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(py-client-test): Read PluginClients In Order; fix shared_ticket Ref #6155

Merged
merged 2 commits into from
Sep 30, 2024

Conversation

nbauernfeind
Copy link
Member

This is related to investigation in #5996. Colin thinks he has the true final work around for the issue that we were able to reproduce. In the meantime, we'll swap the order of the tests to reduce the probability of it occurring.

I also adjusted one of the tests to hit the already-expired shared_ticket error case (it was failing for a different reason as the ticket referenced was a live table and not the shared ticket anymore.)

The ObjectService change is to adopt the proper pattern for ExportObject requirements. In this case it does not matter since all of those dependencies are new server-side exports that the client has not yet been told about; they'll be guaranteed to live until they've been written to the stream. BUT, for the sake of consistency we should manage the requirements as soon as we can.

@nbauernfeind nbauernfeind added bug Something isn't working test NoDocumentationNeeded NoReleaseNotesNeeded No release notes are needed. labels Sep 30, 2024
@nbauernfeind nbauernfeind self-assigned this Sep 30, 2024
Copy link
Contributor

@jmao-denver jmao-denver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nbauernfeind nbauernfeind merged commit 09a7849 into deephaven:main Sep 30, 2024
17 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working NoDocumentationNeeded NoReleaseNotesNeeded No release notes are needed. test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants