-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flaky test failure in concurrent streams test (#624)
Using a fixed level of parallelism means the test takes too long when run on a machine with fewer resources/CPUs. So it would occasionally encounter a timeout-related issue in CI. Fixed by tying the level of parallelism to GOMAXPROCS (whose default value comes from the number of CPIs).
- Loading branch information
1 parent
8292c67
commit 67dceff
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters