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

WIP: Use pytest-xdist to run tests in parallel #1950

Closed
wants to merge 5 commits into from

Conversation

dnephin
Copy link

@dnephin dnephin commented Aug 31, 2015

Branched from #1920

Most runs seem to have a few flakes, I'm submitting this PR to see how they run on jenkins.

@aanand
Copy link

aanand commented Aug 31, 2015

Nice.

@dnephin
Copy link
Author

dnephin commented Aug 31, 2015

Still 3 or 4 failures per run unfortunately.

I was able to set a unique project name per test case, but I think there's going to be some work to address the flakes. Still trying to figure out if these are problems with the test (overlapping constants) or if they're failures in docker engine.

@dnephin dnephin force-pushed the pytest_xdist branch 3 times, most recently from 55a098d to 5ba183a Compare September 4, 2015 14:45
dnephin and others added 5 commits September 21, 2015 19:26
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
…to be consistent

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Signed-off-by: Daniel Nephin <dnephin@docker.com>
@dnephin
Copy link
Author

dnephin commented Oct 5, 2015

The only tests that fail now are ones that do a build. We need a way to assign a dynamic label to the image to do proper cleanup. This is going to require more work, so closing this PR for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants