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

flaky unit test: go/vt/grpcclient TestDialErrors #5640

Closed
morgo opened this issue Jan 1, 2020 · 1 comment
Closed

flaky unit test: go/vt/grpcclient TestDialErrors #5640

morgo opened this issue Jan 1, 2020 · 1 comment

Comments

@morgo
Copy link
Contributor

morgo commented Jan 1, 2020

This failed on MariaDB 10.1 in https://github.com/vitessio/vitess/pull/5639/checks?check_run_id=370060460 and 10.3: https://github.com/vitessio/vitess/runs/370051580

ok  	vitess.io/vitess/go/vt/events	0.009s
W0101 18:07:13.097701   16507 clientconn.go:1191] grpc: addrConn.createTransport failed to connect to {badhost 0  <nil>}. Err :connection error: desc = "transport: Error while dialing dial tcp: address badhost: missing port in address". Reconnecting...
W0101 18:07:13.108046   16507 clientconn.go:1191] grpc: addrConn.createTransport failed to connect to {badhost:123456 0  <nil>}. Err :connection error: desc = "transport: Error while dialing dial tcp: address 123456: invalid port". Reconnecting...
W0101 18:07:13.118877   16507 clientconn.go:1191] grpc: addrConn.createTransport failed to connect to {[::]:12346 0  <nil>}. Err :connection error: desc = "transport: Error while dialing dial tcp [::]:12346: connect: connection refused". Reconnecting...
W0101 18:07:13.127093   16507 clientconn.go:1191] grpc: addrConn.createTransport failed to connect to {badhost 0  <nil>}. Err :connection error: desc = "transport: Error while dialing dial tcp: address badhost: missing port in address". Reconnecting...
W0101 18:07:13.137243   16507 clientconn.go:1191] grpc: addrConn.createTransport failed to connect to {badhost:123456 0  <nil>}. Err :connection error: desc = "transport: Error while dialing dial tcp: address 123456: invalid port". Reconnecting...
W0101 18:07:13.147654   16507 clientconn.go:1191] grpc: addrConn.createTransport failed to connect to {[::]:12346 0  <nil>}. Err :connection error: desc = "transport: Error while dialing dial tcp [::]:12346: connect: connection refused". Reconnecting...
--- FAIL: TestDialErrors (0.06s)
##[error]    client_test.go:49: Dial(badhost, FailFast=true): rpc error: code = DeadlineExceeded desc = context deadline exceeded, must contain Unavailable
##[error]    client_test.go:49: Dial(badhost:123456, FailFast=true): rpc error: code = DeadlineExceeded desc = context deadline exceeded, must contain Unavailable
FAIL
FAIL	vitess.io/vitess/go/vt/grpcclient	0.067s
@rohit-nayak-ps
Copy link
Contributor

We are not seeing this anymore

systay pushed a commit that referenced this issue Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants