-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
net: TestLookupHostCancel failure with "too many open files" on netbsd-arm-bsiegert builder #50537
Comments
Leaving on the backlog since there has only been one such failure so far. If and when we see more of these, we might get a better idea of whether it is a platform bug or a test bug. (But note that more platforms will be skipping this test in order to resolve #50191.) |
It could also be the number of open files in the system. On NetBSD, there is a global maximum that can be changed via |
@bsiegert That error should report |
This isn't the native resolver; if it were the error wouldn't say |
As far as I can tell from the code, the fact that the context is canceled before calling If that is correct, then it's weird that the test takes 5 seconds to run. And it means that the failure doesn't have much to do with But I may have made some mistake in this analysis. |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
It's not clear to me whether this is a platform bug in the native resolver (CC @bsiegert), or if the parallel
net
tests are actually leaving too many file descriptors open when this test executes (compare #46279; CC @bradfitz @ianlancetaylor).greplogs --dashboard -md -l -e 'lookup www\.google\.com .*: too many open files'
2022-01-07T18:20:24-ade5488/netbsd-arm-bsiegert
The text was updated successfully, but these errors were encountered: