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

network_reader_illegal_offset unit test failure on macOS #519

Closed
kirkrodrigues opened this issue Aug 18, 2024 · 1 comment · Fixed by #517
Closed

network_reader_illegal_offset unit test failure on macOS #519

kirkrodrigues opened this issue Aug 18, 2024 · 1 comment · Fixed by #517
Labels
bug Something isn't working

Comments

@kirkrodrigues
Copy link
Member

Bug

The network_reader_illegal_offset unit test is failing on GH's macOS runners. The issue is being investigated and mitigated in #517.

CLP version

1b67fdb

Environment

Any macOS GH runner

Reproduction steps

Run the clp-core-build-macos workflow on a macOS GH runner.

@LinZhihao-723
Copy link
Member

The investigation shows that the issue only happens in some versions of libcurl on macOS, where HTTP return code 416 is not treated as CURL_HTTP_RETURNED_ERROR. In Ubuntu 20.04 and 22.04, we tried to update libcurl to 8.9.1 (which is the latest release when this comment was written) and it didn't reproduce.
Therefore, we suspect this is a macOS-specific issue and will handle it with specialized check for macOS only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants