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

CLOUDP-279474: Use generator to avoid sharing list value #1871

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

josvazg
Copy link
Collaborator

@josvazg josvazg commented Oct 18, 2024

  • 1st commit adds a test to detect the race condition.
  • 2nd commit fixes the race condition by using a function that generates the empty list for each call, instead of reusing the same value for all calls.

All Submissions:

  • Have you signed our CLA?

@josvazg josvazg marked this pull request as draft October 18, 2024 11:35
@josvazg josvazg added the cloud-tests Run expensive Cloud Tests: Integration & E2E label Oct 18, 2024
Copy link
Contributor

github-actions bot commented Oct 18, 2024

@s-urbaniak s-urbaniak merged commit ad40d6f into main Oct 18, 2024
62 of 70 checks passed
@s-urbaniak s-urbaniak deleted the CLOUDP-279474/fix-creds-race branch October 18, 2024 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants