-
Notifications
You must be signed in to change notification settings - Fork 167
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
Sporadic test failure LangBindHelper_ImplicitTransactions_NoExtremeFileSpaceLeaks on Windows #6547
Comments
Another failure.
The extra info here is error code 1224, which a brief search reveals this: "ERROR_USER_MAPPED_FILE or error 1224 occurs when you try to delete or overwrite a file which has been mapped by other process." This maybe points to a race of compact vs opening as a mmap'd file. |
Possibly fixed by #6807 |
Similar error is still happening with core 13.23.2 in Many_ConcurrentReaders test on the same CI builder (see #6508):
|
We saw this in the wild (a user report). Realm error:
Other error in our app around the same time:
The only way we can imagine this happening is a virus scanner / windows defender had the file open and was denying access to the realm database (and other files) in our app. |
We had a test failure on Jenkins Windows CI
checkWindows_x86_Release
The text was updated successfully, but these errors were encountered: