Skip to content
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

Time::HiRes: allow not checking atime between stat and lstat #20908

Merged
merged 1 commit into from
Mar 7, 2023

Conversation

tonycoz
Copy link
Contributor

@tonycoz tonycoz commented Mar 7, 2023

On a system with some sort of filesystem monitor such as a virus scanner the atime of the file can be modified by that monitor causing the test to fail.

Testers can set PERL_FILE_ATIME_CHANGES to a true value to avoid comparing atime between the stat() and lstat() calls.

Fixes #19321

On a system with some sort of filesystem monitor such as a virus
scanner the atime of the file can be modified by that monitor
causing the test to fail.

Testers can set PERL_FILE_ATIME_CHANGES to a true value to avoid
comparing atime between the stat() and lstat() calls.

Fixes Perl#19321
@tonycoz tonycoz merged commit 067d2df into Perl:blead Mar 7, 2023
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.

Issue running installation for perl 5.34.0 Time::HiRes test fails on RHEL 8.5
3 participants