Problems running etcd tests locally #16404
-
Hello, am exploring contributing to etcd. I'm having trouble with running the tests. I'm following the documentation provided from the CONTRIBUTING readme (https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#Setup-development-environment) I'm able to
All of these error for me on this line: https://github.com/etcd-io/etcd/blob/main/scripts/test.sh#L690
with a "unbound variable" error. I tried looking among the issues and other discussion, but did not see this error. Note re: "Setup development environment", I have followed option 1 "Manually setup local environment.", if that matters. Any help would be appreciated :) thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @nchu-stripe - Thanks for your question. Can you please confirm:
|
Beta Was this translation helpful? Give feedback.
Hey @nchu-stripe - As mentioned in the contributor guide, the only supported development platform for the project is
linux amd64
.Personally I don't have access to a mac so I can't look into this any further myself sorry. Perhaps another contributor will be able to shed some light on what might be going wrong.
In the interim, as an alternative consider using a linux virtual machine for etcd development.