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

Remove logic that handles connecting to mongodb via unix domain socket #864

Closed
bizob2828 opened this issue Sep 1, 2021 · 2 comments · Fixed by #2129
Closed

Remove logic that handles connecting to mongodb via unix domain socket #864

bizob2828 opened this issue Sep 1, 2021 · 2 comments · Fixed by #2129
Assignees
Labels

Comments

@bizob2828
Copy link
Member

bizob2828 commented Sep 1, 2021

Is your feature request related to a problem? Please describe.

We have 2 test suites in test/versioned/mongodb/collection-common that require running mongod locally, otherwise they get skipped. They connect to mongo via domain socket and historically have proven to have different behaviors that need ironed out. It's quite a lot of work to get a local db setup. Also architectures these days make this use case highly unlikely, meaning hosting a Node.js application on the same server as mongodb. You'll typically have mongodb in a container and a Node.js app in another container, or connect to a Database as a Service(mongo atlas, etc).

Feature Description

Remove logic that handles connecting to a unix domain socket with mongodb.

@rr0214
Copy link
Contributor

rr0214 commented Sep 1, 2021

Effort: Medium - Large

@workato-integration
Copy link

@bizob2828 bizob2828 self-assigned this Apr 2, 2024
@bizob2828 bizob2828 changed the title Run mongodb versioned tests against a local mongod Updated mongodb test coverage around domain sockets Apr 2, 2024
@bizob2828 bizob2828 changed the title Updated mongodb test coverage around domain sockets Remove logic that handles connecting to mongodb via unix domain socket Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
5 participants