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

fix: handle removal of ephemeralForTest in MongoDB 7 #32

Merged

Conversation

devnev
Copy link
Contributor

@devnev devnev commented Oct 16, 2023

Although not really announced anywhere, ephemeralForTest was removed: https://jira.mongodb.org/browse/SERVER-65151

With the 7.-prefix condition commented out, memongo_test.go tests fail for the 7.0.0 version with Received unexpected error: timed out waiting for mongod to start, and if you find the right line of output you can see DBException in initAndListen, terminating","attr":{"error":"Location18656: Cannot start server with an unknown storage engine: ephemeralForTest

@devnev devnev force-pushed the handle-mongo7-no-ephemeralfortest branch from 01d6a97 to 5fe8a45 Compare October 16, 2023 20:38
@devnev devnev force-pushed the handle-mongo7-no-ephemeralfortest branch from 5fe8a45 to c2f3b42 Compare October 16, 2023 20:39
@devnev
Copy link
Contributor Author

devnev commented Nov 8, 2023

@saniales would it be possible to get this merged?

@saniales
Copy link
Member

saniales commented Nov 8, 2023

Done

@saniales saniales merged commit b846744 into tryvium-travels:main Nov 8, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants