forked from hyperledger/fabric
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-17716] Fix test flake due to too many requests for /protos.Deliver
Currently peer.limits.concurrency.deliverService value is set to 1 in IT core_template.go. This value is too low and may cause test flakes because some tests have multiple goroutines sending requests to DeliverService. This PR sets a higher value for all tests in IT. Meanwhile, it overwrites the value to 1 in pvtdata_test.go where maximum 1 goroutine sends requests to DeliverService. Signed-off-by: Wenjian Qiao <[email protected]>
- Loading branch information
1 parent
9bcf256
commit 2c2274d
Showing
3 changed files
with
188 additions
and
145 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
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