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 sequential client query clobbering #594

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Conversation

mskarlin
Copy link
Collaborator

DocDetails objects that were requested with sequential client queries (rather than simultaneous) were clobbering each other. Our only test worked to check that they were all being called, but not if they overwrote each other.

Now this works as intended with a test.

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. bug Something isn't working labels Oct 16, 2024
Copy link
Collaborator

@jamesbraza jamesbraza left a comment

Choose a reason for hiding this comment

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

Nice catch

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Oct 16, 2024
@mskarlin mskarlin enabled auto-merge (squash) October 16, 2024 00:16
@jamesbraza jamesbraza merged commit a21e199 into main Oct 16, 2024
3 of 5 checks passed
@jamesbraza jamesbraza deleted the fix-sequential-clobbering branch October 16, 2024 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants