-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Arbitrary.WithExceptions
: Too many open files
#257
Labels
bug
Something isn't working
priority: high
Usability of the library severely hindered
testsuite
Problem with the test suite but not the main library
Comments
Moving this to high priority as it can affect non-test code also; file handles are scarce resources that we should be careful with. Not sure if this is a regression in |
See kazu-yamamoto/http2#151 for an analysis of what is happening. |
edsko
added a commit
that referenced
this issue
Nov 16, 2024
See kazu-yamamoto/http2#151 for the `http2` bug report. Closes #257.
edsko
added a commit
that referenced
this issue
Nov 16, 2024
The problem is fixed in latest `http2` (`7036a3429fb08bfcd5947230c37d1f3e63dfb3a6`). See kazu-yamamoto/http2#151 for the `http2` bug report. Closes #257.
Merged
edsko
added a commit
that referenced
this issue
Nov 19, 2024
The problem is fixed in latest `http2` (`7036a3429fb08bfcd5947230c37d1f3e63dfb3a6`). See kazu-yamamoto/http2#151 for the `http2` bug report. Closes #257.
edsko
added a commit
that referenced
this issue
Nov 23, 2024
The problem is fixed in latest `http2` (`7036a3429fb08bfcd5947230c37d1f3e63dfb3a6`). See kazu-yamamoto/http2#151 for the `http2` bug report. Closes #257.
edsko
added a commit
that referenced
this issue
Nov 23, 2024
The problem is fixed in latest `http2` (`7036a3429fb08bfcd5947230c37d1f3e63dfb3a6`). See kazu-yamamoto/http2#151 for the `http2` bug report. Closes #257.
edsko
added a commit
that referenced
this issue
Nov 23, 2024
The problem is fixed in latest `http2` (`7036a3429fb08bfcd5947230c37d1f3e63dfb3a6`). See kazu-yamamoto/http2#151 for the `http2` bug report. Closes #257.
edsko
added a commit
that referenced
this issue
Nov 23, 2024
The problem is fixed in latest `http2` (`7036a3429fb08bfcd5947230c37d1f3e63dfb3a6`). See kazu-yamamoto/http2#151 for the `http2` bug report. Closes #257.
edsko
added a commit
that referenced
this issue
Nov 29, 2024
The problem is fixed in latest `http2` (`7036a3429fb08bfcd5947230c37d1f3e63dfb3a6`). See kazu-yamamoto/http2#151 for the `http2` bug report. Closes #257.
edsko
added a commit
that referenced
this issue
Dec 4, 2024
The problem is fixed in latest `http2` (`7036a3429fb08bfcd5947230c37d1f3e63dfb3a6`). See kazu-yamamoto/http2#151 for the `http2` bug report. Closes #257.
edsko
added a commit
that referenced
this issue
Dec 4, 2024
The problem is fixed in latest `http2` (`7036a3429fb08bfcd5947230c37d1f3e63dfb3a6`). See kazu-yamamoto/http2#151 for the `http2` bug report. Closes #257.
edsko
added a commit
that referenced
this issue
Dec 17, 2024
The problem is fixed in latest `http2` (`7036a3429fb08bfcd5947230c37d1f3e63dfb3a6`). See kazu-yamamoto/http2#151 for the `http2` bug report. Closes #257.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
bug
Something isn't working
priority: high
Usability of the library severely hindered
testsuite
Problem with the test suite but not the main library
Example run:
This happens only with the
WithExceptions
tests, not with the regular tests, and it also doesn't happen (at least, I haven''t seen it) when running fewer tests. I think this is a regression, didn't use to happen.The text was updated successfully, but these errors were encountered: