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

test: fix test flakiness due to reusing "for" loop variable in sub-tests #6

Merged
merged 1 commit into from
May 4, 2024

Conversation

arikkfir
Copy link
Owner

@arikkfir arikkfir commented May 4, 2024

This change fixes test flakiness caused to due "for" loops reusing the same loop variable in parallel tests.

This change fixes test flakiness caused to due "for" loops reusing the
same loop variable in parallel tests.
@arikkfir arikkfir added bug Something isn't working test Changes or additions to testing code labels May 4, 2024
@arikkfir arikkfir self-assigned this May 4, 2024
@arikkfir arikkfir merged commit a6741d1 into main May 4, 2024
2 checks passed
@arikkfir arikkfir deleted the arikkfir/fix-test-flakiness branch May 4, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working test Changes or additions to testing code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant