Skip to content

Conversation

@mattsu2020
Copy link
Contributor

As mentioned in the comment below, it hits the file descriptor limit.

#9554 (comment)

Make adjustments to reduce the use of FD.

Replace recursive safe_traverse_dir with iterative depth-first search using a stack to prevent file descriptor exhaustion during deep directory hierarchies. Also collect read_dir entries upfront to release the directory iterator early, reducing resource usage.
Use rlimit crate's .limit() method instead of manual libc rlimit calls for constraining NOFILE.
This cleans up the test code and leverages existing utilities in the rlimit crate.
Additionally, optimize import by using PathBuf directly from std::path.
@github-actions
Copy link

github-actions bot commented Dec 7, 2025

GNU testsuite comparison:

Skip an intermittent issue tests/tail/overlay-headers (fails in this run but passes in the 'main' branch)

@github-actions
Copy link

GNU testsuite comparison:

GNU test failed: tests/sort/sort-stale-thread-mem. tests/sort/sort-stale-thread-mem is passing on 'main'. Maybe you have to rebase?

@uutils uutils deleted a comment from github-actions bot Dec 26, 2025
@uutils uutils deleted a comment from github-actions bot Dec 26, 2025
mattsu2020 and others added 4 commits December 27, 2025 16:38
- Add new SMACK test job to GnuTests.yml with corresponding environment variables
- Remove unused dependencies (autopoint, texinfo, rustfmt) from CI jobs
- Enhance disk space management in CICD.yml by cleaning additional directories and adding df -h for monitoring
- Update spell-checker ignores to include zstd and cpio
- Add test for stty --all option to validate output parsing

These changes expand test coverage for security modules and improve CI efficiency by reducing disk usage and streamlining dependencies.
# Conflicts:
#	src/uu/chmod/src/chmod.rs
@github-actions
Copy link

github-actions bot commented Jan 5, 2026

GNU testsuite comparison:

GNU test failed: tests/tty/tty-eof. tests/tty/tty-eof is passing on 'main'. Maybe you have to rebase?

@github-actions
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/stty/bad-speed is now passing!

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.

1 participant