-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Revert "gcworker: let gofail in gcworker run serially, make ci happy" #8944
Conversation
/run-all-tests |
/run-common-test |
Codecov Report
@@ Coverage Diff @@
## master #8944 +/- ##
=========================================
Coverage ? 67.52%
=========================================
Files ? 363
Lines ? 75111
Branches ? 0
=========================================
Hits ? 50717
Misses ? 19916
Partials ? 4478 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests |
Reverts #8912
We don't set CustomParallelSuiteFlag to true. So the tests are originally serially executed in gc_worker_test.go.
This change is