tail: fix behaviour of tail -n0 in follow mode#9114
Conversation
|
Could you please add a test to make sure we don't regress in the future? Thanks |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
sylvestre
left a comment
There was a problem hiding this comment.
please remove the unrelated changes
bf84d0d to
aa059c9
Compare
CodSpeed Performance ReportMerging #9114 will not alter performanceComparing Summary
Footnotes
|
|
GNU testsuite comparison: |
|
@sylvestre It should be fixed now |
|
sorry for the latency |
|
some CI runs for this PR are still queued! https://github.com/uutils/coreutils/actions/runs/19142997114 |
Fixed incorrect handling of
tail -n0 -fin the bounded execution path.Also added logic to handle the case where the file size is less than
blksize_limit, which causes it to follow the unbounded execution pathFixes #9102