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 race condition when running tests concurrently #2

Merged
merged 1 commit into from
Sep 24, 2012

Conversation

kmaehashi
Copy link
Contributor

A routine copied from waf_unit_test.py has a race condition when running tests simultaneously (e.g., ./waf -j 10).
The part where caching environment variables for unittests is thread-unsafe, as reported here.

tanakh added a commit that referenced this pull request Sep 24, 2012
fix race condition when running tests concurrently
@tanakh tanakh merged commit 32e2442 into tanakh:master Sep 24, 2012
@tanakh
Copy link
Owner

tanakh commented Sep 24, 2012

It seems OK. Thank you.

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