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

cherrypick-1.1: build: separate out race logic tests #20542

Merged
merged 1 commit into from
Dec 6, 2017

Conversation

benesch
Copy link
Contributor

@benesch benesch commented Dec 6, 2017

Logic tests spin exceed the race detectors goroutine limit on 16 CPU machines, so the testlogicrace build in CI is pinned to 8 CPU machines. Unfortunately the release-1.1 branch does not split testrace and testlogicrace, so backport that split.


the testrace build is going over 20min lately, so pulling logic tests (~15min) into their own build should help a bit.
a follow up step might be to split default from the rest of the logic tests if testlogicrace is still the slowest build.

the testrace build is going over 20min lately, so pulling logic tests (~15min) into their own build should help a bit.
a follow up step might be to split default from the rest of the logic tests if testlogicrace is still the slowest build.
@benesch benesch requested review from dt, tbg and a team December 6, 2017 22:38
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Member

@tbg tbg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐶

@benesch
Copy link
Contributor Author

benesch commented Dec 6, 2017

Thanks!

@benesch benesch merged commit acd2334 into cockroachdb:release-1.1 Dec 6, 2017
@benesch benesch deleted the 1.1-logicrace-split branch December 6, 2017 22:53
bdarnell added a commit to bdarnell/cockroach that referenced this pull request Feb 11, 2018
Newer branches have a more sophisticated solution for this (cockroachdb#20542)
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.

4 participants