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

Force serial execution of child processes on --serial flag #282

Closed
wants to merge 2 commits into from

Conversation

vkholodkov
Copy link
Contributor

This forces serial execution of child processes if --serial flag is specified.

Without control over concurrency test suites are unable to instantiate identical fixtures in a shared database.

Ideally this must be a property of a test suite, e.g.:

test.serialSuite() // Force serial execution of a test suite

@vadimdemedes
Copy link
Contributor

I like it! That's how it should've been done in the first place ;) Thank you for this PR!

@vadimdemedes vadimdemedes mentioned this pull request Nov 29, 2015
4 tasks
vadimdemedes pushed a commit that referenced this pull request Nov 29, 2015
vadimdemedes pushed a commit that referenced this pull request Nov 29, 2015
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