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

Prevent spurious and random system errors from test_bgzf.c #1565

Merged
merged 1 commit into from
Feb 17, 2023

Conversation

jkbonfield
Copy link
Contributor

The test script is expected to fail as it's testing both working and failing conditions, but the test harness prints up strerror(errno), which is usually some unrelated event and the text also differs per platform.

The test script is expected to fail as it's testing both working and
failing conditions, but the test harness prints up strerror(errno),
which is usually some unrelated event and the text also differs per
platform.

Also, as per 1.16, changed it so the things that are expected to fail
no longer complain.  Given some of the new diagnostics added to
bgzf.c, this requires manipulation of the global htslib log level.
@whitwham whitwham merged commit 0d0eca1 into samtools:develop Feb 17, 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

Successfully merging this pull request may close these issues.

2 participants