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

NEBDUTY-500: use unique temp directories for unit tests data #310

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

budevg
Copy link
Collaborator

@budevg budevg commented Feb 1, 2024

when running tests using ya make we have TMPDIR set to unique name for each
chunk of unit tests.

In stable branch we still using cmake which doesn't pass unique TMPDIR and
therefore when running in parallel execution of different tests can overwrite
each other data and fail.

This commit fixes this by passing unique TMPDIR before calling cpp unit test.

when running tests using ya make we have TMPDIR set to unique name for each
chunk of unit tests.

In stable branch we still using cmake which doesn't pass unique TMPDIR and
therefore when running in parallel execution of different tests can overwrite
each other data and fail.

This commit fixes this by passing unique TMPDIR before calling cpp unit test.
@budevg budevg merged commit 557c562 into stable-23-3 Feb 1, 2024
8 of 9 checks passed
@budevg budevg deleted the users/evgenybud/fix-tmpdir-23-3-v1 branch February 1, 2024 09:42
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.

4 participants