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

Avoid sharing temporary files amongst tests #64

Merged

Conversation

marcosbento
Copy link
Collaborator

No description provided.

When several tests use the same temporary file there is an effective race condition between them, which causes the tests to occasionally fail. The goal of the changes is to create unique temporary file names to be used by the tests.
@marcosbento marcosbento force-pushed the feature/avoid_sharing_temporary_files_amongst_tests branch from 915396f to ae116e0 Compare November 28, 2023 14:05
@marcosbento marcosbento merged commit befbfba into develop Nov 28, 2023
47 checks passed
@marcosbento marcosbento deleted the feature/avoid_sharing_temporary_files_amongst_tests branch November 28, 2023 14:31
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.

1 participant