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

TestGetconf fails with OPEN_MAX #77

Closed
zhsj opened this issue Jul 28, 2023 · 2 comments
Closed

TestGetconf fails with OPEN_MAX #77

zhsj opened this issue Jul 28, 2023 · 2 comments

Comments

@zhsj
Copy link

zhsj commented Jul 28, 2023

--- FAIL: TestGetconf (0.00s)
    sysconf_test.go:87: Sysconf(OPEN_MAX/4) returned 1048576, want 1024
FAIL

I think it's related to golang/go#46279

So my system OPEN_MAX is 1024, and Go just bumps it to 1024*1024. However getconf still reports the origin one.

@tklauser
Copy link
Owner

I think this was „fixed“ by #71. I‘ll tag a new release wirh that change included.

@zhsj
Copy link
Author

zhsj commented Jul 28, 2023

Oh I miss that! When I browser new commits on master, I just notice the dependabot ones...

@zhsj zhsj closed this as completed Jul 28, 2023
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

No branches or pull requests

2 participants