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

use aroundAll instead of around with testWithApplication #1694

Conversation

intolerable
Copy link
Contributor

@intolerable intolerable commented Jul 7, 2023

use aroundAll instead of around with testWithApplication, to avoid allocating a new port for every example of a QuickCheck property we're testing (and exhausting the per-process file descriptor limit on Macs)

Fixes #1693

…oid allocating a new port for every example of a QuickCheck property we're testing (and exhausting the per-process file descriptor limit on Macs)
@arianvp arianvp self-requested a review July 8, 2023 07:23
@ysangkok ysangkok merged commit 104a8ad into haskell-servant:master Jul 11, 2023
8 checks passed
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.

servant-auth-client test fails on the 248th call to getIntClient on Mac
3 participants