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

Access denied in rust read only database test #3291

Open
benjaminwinger opened this issue Apr 16, 2024 · 0 comments
Open

Access denied in rust read only database test #3291

benjaminwinger opened this issue Apr 16, 2024 · 0 comments

Comments

@benjaminwinger
Copy link
Collaborator

Following up #3283, the rust read only database test is failing to flush the WAL on windows with an access denied error, presumably since the file is open read-only. The reason the similar C API test isn't causing the same problem is that it's disabled on windows (TODO: it should be able to be re-enabled).
However SystemConfigTest.testAccessMode should also cover this case on windows and wasn't failing.

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