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

parallel-merge unit test assertions #976

Merged

Conversation

benjchristensen
Copy link
Member

Using serialize for merge allows less threads to be used under contention instead of blocking and using them all.
This changes the assertion to be <= 3 instead of == 3 because of that.

Using serialize for merge allows less threads to be used under contention instead of blocking and using them all.
This changes the assertion to be <= 3 instead of == 3 because of that.
benjchristensen added a commit that referenced this pull request Mar 20, 2014
@benjchristensen benjchristensen merged commit c10af94 into ReactiveX:master Mar 20, 2014
@benjchristensen benjchristensen deleted the parallel-merge-assertions branch March 20, 2014 18:32
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.

None yet

1 participant