Skip to content

Fix file atime tests. Issue #206#208

Merged
haesbaert merged 1 commit into
mainfrom
fixtime
Jul 28, 2025
Merged

Fix file atime tests. Issue #206#208
haesbaert merged 1 commit into
mainfrom
fixtime

Conversation

@haesbaert
Copy link
Copy Markdown
Collaborator

@haesbaert haesbaert commented Jul 27, 2025

It seems unlink(2) can change atime.

Since the events are aggregated by quark, including the unlink, we always get
the most recent atime, meaning the one from unlink. To fix the test we must do
fstat after the unlink, not before.

@haesbaert haesbaert requested a review from a team as a code owner July 27, 2025 20:38
It seems unlink(2) can change atime.

Since the events are aggregated by quark, including the unlink, we always get
the most recent atime, meaning the one from unlink. To fix the test we must do
fstat after the unlink, not before.
@haesbaert haesbaert merged commit 1d955bd into main Jul 28, 2025
2 checks passed
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.

2 participants