-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
integration test not working on Windows #10854
Comments
I recommend deploying etcd on a Linux virtual machine. It is easy to get an answer when encountering an error. |
I am also experiencing this problem |
I believe this is related to #6959, more specifically to how addresses are being handled here https://github.com/etcd-io/etcd/blob/master/integration/bridge.go#L46 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
This is about the |
The integration package, which is very useful for integration testing, isn't working on Windows:
Throws:
cluster.go:485: listen unix 127.0.0.1:2100111204: bind: The requested address is not valid in its context.
How to instantiate an in-memory cluster on Windows?
The text was updated successfully, but these errors were encountered: