test: elevate test suite coverage with renderer unit tests, TOCTOU concurrency, and memory scaling - #101
Merged
Merged
Conversation
fxrdhan
force-pushed
the
test/maximum-test-coverage
branch
2 times, most recently
from
August 31, 2026 18:50
8776757 to
b239953
Compare
…, TOCTOU concurrency, and memory scaling
fxrdhan
force-pushed
the
test/maximum-test-coverage
branch
from
August 31, 2026 18:59
b239953 to
df1c300
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closing renderer unit-test blindspots and introducing dynamic filesystem concurrency and memory scaling stress test suites:
securityctx.rs), Windows attributes & flags renderer (flags_windows.rs), Windows permissions & type formatting (permissions_windows.rs), and BSD flags rendering (flags_bsd.rs).dynamic_fs_concurrency.rs), asserting non-panicking resilience during concurrent file deletion, dynamic permission revocation (chmod 000), symlink target swapping/flipping, and rapid file mutation during multi-threaded Rayon traversal.memory_allocation_limits.rs) across 3,000+ files to guarantee linear memory scaling and prevent memory allocation regressions.pty_terminal.rs) with extreme terminal geometry (10 columns, 400 columns) and interactive tree/long view verification.Type of Change
Related Issues & Upstream References
How Has This Been Tested?
cargo test --lib(790 unit tests passed)cargo nextest run --workspace(2,287 nextest cases passed, 0 failed, 0 skipped)cargo test --doc(29 doctests passed)cargo clippy --all-targets --all-features(clean with 0 warnings)cargo fmt --check(clean formatting)Contributor Checklist
cargo clippy --all-targetspasses with no warningscargo nextest run(orcargo test) passescargo fmt --check/nix fmtpasses