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

Compatibility tests fail on ARM architectures #930

Open
jwair opened this issue Jun 3, 2022 · 0 comments
Open

Compatibility tests fail on ARM architectures #930

jwair opened this issue Jun 3, 2022 · 0 comments

Comments

@jwair
Copy link
Contributor

jwair commented Jun 3, 2022

Compatibility tests try to download Consul and they are constructing download URLs (from releases.hashicorp.com) for the architecture on which the tests are running.
Prior to Consul 1.10.11, there are no Consul releases for darwin arm64 so the constructed URL (e.g. https://releases.hashicorp.com/consul/1.8.16/consul_1.8.16_darwin_arm64.zip) returns a 404.

image

The compatibility test fails with an error. E.g.

...
        	Error Trace:	consul_test.go:452
        	            				consul_test.go:104
        	Error:      	Received unexpected error:
        	            	bad response code: 404
...
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