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

Racy Git #20

Open
richardjennings opened this issue Feb 11, 2024 · 0 comments
Open

Racy Git #20

richardjennings opened this issue Feb 11, 2024 · 0 comments

Comments

@richardjennings
Copy link
Owner

richardjennings commented Feb 11, 2024

Tests intermittently fail when run on Linux. I discovered that the test case filesystem changes sometimes do not result in a change in modification timestamp. When the modification timesteamp has not changed, the timestamp comparison does not detect a change between the working directory and the index and as a result the tests fail.

This I found out is called the Racy Git problem and is discussed:

https://mirrors.edge.kernel.org/pub/software/scm/git/docs/technical/racy-git.txt

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

No branches or pull requests

1 participant