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

dd: fix flaky test_null_stats #6204

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

BenWiederhake
Copy link
Collaborator

If the first four decimal digits are zero, GNU dd elides them altogether. Therefore, this test just contained an overly-strict regex.

See also ede944e.

This flake causes real problems.

If the first four decimal digits are zero, GNU dd elides them altogether.
Therefore, this test just contained an overly-strict regex.

See also ede944e.
Copy link

github-actions bot commented Apr 7, 2024

GNU testsuite comparison:

Congrats! The gnu test tests/misc/kill is no longer failing!
Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)
GNU test error: tests/misc/kill. tests/misc/kill is passing on 'main'. Maybe you have to rebase?

@cakebaker cakebaker merged commit 8b82fcd into uutils:main Apr 10, 2024
63 of 64 checks passed
@cakebaker
Copy link
Contributor

Good catch, thanks :)

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