Skip to content

relax passing conditions for dispatch_concur #117

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

Merged
merged 1 commit into from
Jul 21, 2016

Conversation

dgrove-oss
Copy link
Contributor

Further relax the expected minimum level of concurrency
when running on a multi-CPU system to only require that
we observe at least 50% of the potential concurrency is
actually realized. This should be loose enough to avoid
spurious failures when run in the CI environment while
still being able to detect when we are very badly missing
the expected levels of concurrency.

Further relax the expected minimum level of concurrency
when running on a multi-CPU system to only require that
we observe at least 50% of the potential concurrency is
actually realized.  This should be loose enough to avoid
spurious failures when run in the CI environment while
still being able to detect when we are very badly missing
the expected levels of concurrency.
@MadCoder MadCoder merged commit b52f186 into swiftlang:master Jul 21, 2016
@dgrove-oss dgrove-oss deleted the concur-test-tweaks branch August 10, 2016 19:39
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