-
Notifications
You must be signed in to change notification settings - Fork 50
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
Upgrade to mongodb version 6 ??? #10
Comments
It can be done this way: leandroguimaraes@2e62132 |
@leandroguimaraes thanks for that. Do you know why your image wouldn't work on GitLab CI/CD as a service? I haven't tried in GitHub. Not sure if it has to do with the
But for some reason, my functional tests, which work well when running the mongo Replica set container in my local, don't work when running it in GitLab CI/CD I can see the following error in console before the traces about timeout connectivity show
My CI/CD job looks like this
And the exceptions have to do with timeout due to a ReplicaSetGhost.
However connectivity within GitLab CI/CD seems fine
so it looks like the problem is with the replicaset Any tip would be much appreciated! |
this never worked for me. it gives some error, but I didn't bother to debug extensively. also considering there's a newer version of mongodb, i decided to make this in light of version 7. to whom it may concern |
@maybesmurf thank you very much. This helps me a lot. |
Please, would be nice
The text was updated successfully, but these errors were encountered: