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

Add argument to disable all Goroutines #17

Merged
merged 1 commit into from
Dec 21, 2019

Conversation

lfos
Copy link
Contributor

@lfos lfos commented Dec 21, 2019

This is a preparatory patch for the test suite patch series.

When the filter is run with the -disableConcurrency argument, all
requests are processed sequentially. In particular, new filter requests
will not be processed until all previous request have been handled.
Potential delays will accumulate. This option is intended to be used for
testing and debugging only, where immediate and deterministic replies
are helpful. Do not enable this in production.
@poolpOrg poolpOrg merged commit dad0b61 into poolpOrg:master Dec 21, 2019
@lfos lfos deleted the disable-concurrency branch December 22, 2019 22:40
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.

2 participants