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

Please make it possible to run tests without Docker #340

Open
mgorny opened this issue Jun 11, 2023 · 1 comment
Open

Please make it possible to run tests without Docker #340

mgorny opened this issue Jun 11, 2023 · 1 comment

Comments

@mgorny
Copy link

mgorny commented Jun 11, 2023

We'd like to package aiomcache for Gentoo. As part of the packaging process, we need to be able to run the test suite. While we can reasonably easily spawn a local memcached instance for testing, we can't use Docker for testing (both because it can't work without direct Internet access and because it poses security issues).

Unfortunately, the test suite seems to be really tightly tied to using a Docker container. Could you please make it possible to use an externally running memcached server instead?

@Dreamsorcerer
Copy link
Member

We can definetely take a PR, but I'm not hugely familiar with the docker parts of the test suite. I've personally not even run the docker tests locally, only in CI (the /ut/ tests can be run without docker or other services though).

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

2 participants