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

testing: use env var for configuring debugaddress for tests #5660

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

tonistiigi
Copy link
Member

Unix socket support for --debugaddr was added later what means the test suite can not be used to test old versions of releases anymore. This makes debug address configurable via env variable so that old versions can just ignore it without crashing.

This resolves the need for extra patch in docker/buildx#2914 to make full buildx test matrix run.

Unix socket support for --debugaddr was added later what means the
test suite can not be used to test old versions of releases anymore.
This makes debug address configurable via env variable so that old
versions can just ignore it without crashing.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
@crazy-max crazy-max merged commit f92c83b into moby:master Jan 15, 2025
97 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants