-
Notifications
You must be signed in to change notification settings - Fork 53
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
many test failures when using Windows Subsystem for Linux #78
Comments
I see similar failures when testing lmdb-rs itself, so this looks like an upstream issue:
|
Indeed, the lmdb C library itself fails tests on WSL because of what sounds like a limitation of Windows itself: LMDB has a workaround for Windows, but I guess WSL doesn't look like Windows: This probably needs a fix in the lmdb C library and/or Windows/WSL. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Windows, when using Windows Subsystem for Linux (with the Ubuntu distro), I see a bunch of test failures:
I don't see these on Windows outside of WSL, however; nor on Ubuntu running outside of Windows (in a virtual machine on a macOS host).
The text was updated successfully, but these errors were encountered: