This test ensures that file descriptors (fds) are properly closed, which is useful for large software systems like the LAMP stack that frequently open and close fds
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
How Has This Been Tested?
make test
Checklist:
[x] My code follows the style guidelines of this project
[x] I have commented my code, particularly in hard-to-understand areas
[x] My changes generate no new warnings
[x] I have added tests that prove my fix is effective or that my feature works
[x] Any dependent changes have been added to a pull request and/or merged in other modules (native-client, lind-glibc, safeposix-rust)
Description
This test ensures that file descriptors (fds) are properly closed, which is useful for large software systems like the LAMP stack that frequently open and close fds
Type of change
How Has This Been Tested?
make test
Checklist: