-
Notifications
You must be signed in to change notification settings - Fork 13
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
Could not set executable bit for mongod #5
Comments
Thanks for reporting the issue! I'll try to reproduce it on my macbook. For an unknown reason yet, FYI, Mongo2Go does the same thing ( |
It works now. Here's what we tried:
None of those worked. However, cloning to a new folder inside I'll close this since it seems to have just been a weird file system permission issue. |
Hi @fjmorel the issue is in EphemeralMongo's code. Your coworker used a path with a space, and it was not properly escaped. It does not happen often with Mongo2Go because it usually locates mongod in the nuget package directory - its path does not contain spaces. I'll escape the paths and publish a new version very soon. |
It's fixed in 0.1.2 |
One of my coworkers is encountering this exception when trying to use this library. It's probably something in their environment, but am flagging it just in case.
This machine worked fine with the latest Mongo2Go. We're all using .NET 6. They upgraded to the latest version of the SDK just in case. This library is working fine for other developers and in GitHub Actions.
P.S. thanks for putting this out there! MongoDB 6 support in our tests helps us feel confident about code using newer aggregation features.
The text was updated successfully, but these errors were encountered: