-
Notifications
You must be signed in to change notification settings - Fork 4
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
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
edsko
added
bug
Something isn't working
testsuite
Problem with the test suite but not the main library
priority: medium
Should be done before the library can be considered complete
labels
Nov 1, 2024
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 |
edsko
added
priority: high
Usability of the library severely hindered
and removed
priority: medium
Should be done before the library can be considered complete
labels
Nov 6, 2024
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.
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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: