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

DM-45921: Protect stat/open call for database load #155

Merged
merged 5 commits into from
Aug 22, 2024
Merged

Conversation

timj
Copy link
Collaborator

@timj timj commented Aug 22, 2024

In some cases we have seen the stat() complete but the open() immediately after file with FileNotFoundError. This is likely some file system issue but it can break builds so trap the problem.

timj added 5 commits August 22, 2024 12:32
In some cases we have seen the stat() complete but the open()
immediately after file with FileNotFoundError. This is likely
some file system issue but it can break builds so trap the
problem.
* It relies on table files from 16 years ago
* It uses obsolete test suite approach
* None of the tests work
* The version comparison test has one failure

v1_0_3      > a1.0.2     (expected  <)

which seems like it's not a failure.
@timj timj merged commit 32ddee3 into master Aug 22, 2024
9 checks passed
@timj timj deleted the tickets/DM-45921 branch August 22, 2024 21:36
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