-
Notifications
You must be signed in to change notification settings - Fork 12
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
Multiple failing tests #145
Comments
Is this resolved by #146 ? |
I'm seeing test failures:
|
It wasn't resolved by #146
@Ch4s3 @jeremyowensboggs I've added it tag :enterprise as part of #149 |
The docs say the tests should be run against the environment that is set up via Since an enterprise binary of Faktory is available for download with every release, my thought was that a new image using the enterprise binary should be created and published to Docker Hub for folks to run tests against. My understanding is that you don't need a license key as long as you aren't running in production. Does this seem like a reasonable approach? |
There is a macOS binary available. I’d suggest you use that to test things manually. I would prefer not to publish an Enterprise Linux container which is publicly available. You can use the output from INFO to determine if the server is running Enterprise. |
Looks like we could tag the enterprise-related test modules and filter them out by default:
I'll write up a PR if that sounds agreeable to everyone. |
The following tests are trying to match an
:nxdomain
error response, but when I run the tests I either get an:econnrefused
error or a timeout from the ExUnit test itself after 60s:The following two tests fail because they require Faktory Enterprise features not present in the images being used in
docker-compose.yml
:FWIW, I'm on a Macbook Pro, using Docker Compose v2.1.1, and I've made no changes to the code other than to add the
services
element todocker-compose.yml
.The text was updated successfully, but these errors were encountered: