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

CI tests failing due to missing Mongo DB #29

Closed
jaraco opened this issue Jul 24, 2023 · 1 comment
Closed

CI tests failing due to missing Mongo DB #29

jaraco opened this issue Jul 24, 2023 · 1 comment

Comments

@jaraco
Copy link
Owner

jaraco commented Jul 24, 2023

It seems that since the last time I was working on this project, the GHA environments have evolved not to have MongoDB installed by default. As a result, the tests are failing.

I looked into using something like this action, but it simultaneously does too much and too little. In particular, it allows configuration of a single MongoDB instance in a separate container. It doesn't allow for the types of integrations demanded by jaraco.mongodb, which itself facilitates the creation of MongoDB servers in different configurations (standalone and replica sets). Moreover, it doesn't work on Windows or Mac at all.

I've started work in feature/install-mongodb to facilitate the download and installation of MongoDB on various platforms.

@jaraco
Copy link
Owner Author

jaraco commented Jul 29, 2023

Fixed in #33

@jaraco jaraco closed this as completed Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant