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

test: ensure atime and mtime are rounded consistently in tests #29937

Merged
merged 1 commit into from
Mar 26, 2025

Conversation

alan-agius4
Copy link
Collaborator

Node.js handles time precision differently, which may cause mtime-based tests to fail.

This update ensures that atime and mtime values are rounded to the same precision, preventing inconsistencies in file timestamp comparisons.

Node.js handles time precision differently, which may cause mtime-based tests to fail.

This update ensures that atime and mtime values are rounded to the same precision,  preventing inconsistencies in file timestamp comparisons.
@alan-agius4 alan-agius4 requested a review from clydin March 26, 2025 07:43
@alan-agius4 alan-agius4 added the target: major This PR is targeted for the next major release label Mar 26, 2025
@alan-agius4 alan-agius4 requested review from devversion and removed request for clydin March 26, 2025 07:44
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker action: review The PR is still awaiting reviews from at least one requested reviewer and removed action: merge The PR is ready for merge by the caretaker labels Mar 26, 2025
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Mar 26, 2025
@alan-agius4 alan-agius4 merged commit 2b73b72 into angular:main Mar 26, 2025
33 of 34 checks passed
@alan-agius4 alan-agius4 deleted the fix-ci-assets branch March 26, 2025 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants