-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Tests failing on ARM64 platform #1517
Comments
Hi Team, |
@odidev hi we're taking a look |
Hi @luthermonson, |
Sorry, was quite busy and forgot to send MR =( |
Hi @AleksandrNull, Thanks for your help, the issue is fixed. The tests were passing after some modifications in test files but now the ipsec and vxlan tests are failing with same error as here. Would you be interested in adding ARM64 tests in GitHub Actions using self-hosted arm64 runners. If interested, Please have a look at worksonarm, can get access to ARM H/W through this. |
Hi @luthermonson @AleksandrNull , |
Thanks for your help, the issue is fixed as the etcd version has been upgraded to 3. The tests were passing after some modifications that can be seen in the PR. PR Link:- #1626 Would you be interested in adding ARM64 tests in GitHub Actions using self-hosted arm64 runners. If interested, Please have a look at worksonarm, can get access to ARM H/W through this. |
Hi @luthermonson @AleksandrNull , |
1 similar comment
Hi @luthermonson @AleksandrNull , |
Hi @luthermonson @AleksandrNull , |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi Team,
I have been working on running and testing Flannel on arm64 platform but the
make test
command fails on arm64 platform with the following error:etcd cluster is unavailable or misconfigured
Since the make test command works fine on amd64 platform I changed etcd version in
functional-test.sh
to latest 3.5.1 which gave the following error:Couldn't fetch network config: client: response is invalid json. The endpoint is probably not valid etcd cluster endpoint
I followed recommendations given here but following the recommendations makes the test command stuck in infinite loop. If you would be able to give some pointers on how to resolve the issue on arm64 platform it would be very helpful.
Are you interested in enabling testing on arm64 platform in GitHub Actions?
The text was updated successfully, but these errors were encountered: