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

Tests are failing for release-3.4 in go 1.15.15 because of grpc dependency #14074

Closed
lavacat opened this issue May 26, 2022 · 3 comments
Closed

Comments

@lavacat
Copy link

lavacat commented May 26, 2022

2 latests runs for release-3.4 branch are failing
https://github.com/etcd-io/etcd/actions/workflows/tests.yaml?query=branch%3Arelease-3.4

Error: clientv3/naming/grpc.go:25:2: module google.golang.org/grpc@latest found (v1.46.0), but does not contain package google.golang.org/grpc/naming

I can reproduce this locally. Tests work for go 1.12.17

Similar discussion is here.

Shall we downgrade to 1.12.17?

@ahrtr
Copy link
Member

ahrtr commented May 26, 2022

I added a discussion item into next community meeting. Feel free to discuss it by then.
But I may not join the call because it's 2AM my time.

@lavacat
Copy link
Author

lavacat commented May 26, 2022

Here is a fix for 'naming' issue + another fix for test failure because of old bolt db
#14075

Tests still failed in GitHub. (worked for me locally). I'll investigate more

@ahrtr
Copy link
Member

ahrtr commented Jun 24, 2022

This issue should be already fixed.

@ahrtr ahrtr closed this as completed Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants