-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Recent regression on test_tail::test_stdin_default stdout
#3916
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
Comments
I'll have a look into it |
Hmm, the other macos ci runs pass the same test. Maybe rerunning the ci tests would give some additional insight. |
Similar issue in https://github.com/uutils/coreutils/runs/8273012666?check_suite_focus=true
|
I'm pretty sure this error isn't caused by #3874 but I've added a lot of tests for piped input. I've found a reference in the code of tail to the bad file descriptor problem and the checks for bad file descriptors are disabled. I'll try something to deal with the problem. |
I agree.
These checks were ment to detect a broken FD at program start.
We could implement better error handling for the |
I would simply deactivate this test for macOS if it's run inside the CI.
OK, works for me :)
S
|
maybe fixed ;) |
I guess it regressed by #3874
cc @Joining7943
Full log:
https://github.com/uutils/coreutils/runs/8270803201?check_suite_focus=true
The text was updated successfully, but these errors were encountered: