We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following test appears to have failed:
#1715:
W0423 20:27:29.909825 260 client.go:274] client 127.0.0.1:46998 unhealthy after 10ms W0423 20:27:29.947269 260 client.go:274] client 127.0.0.1:57474 unhealthy after 10ms W0423 20:27:29.947407 260 client.go:274] client 127.0.0.1:49729 unhealthy after 10ms W0423 20:27:29.947510 260 client.go:274] client 127.0.0.1:55316 unhealthy after 10ms W0423 20:27:29.947617 260 client.go:274] client 127.0.0.1:57782 unhealthy after 10ms --- FAIL: TestUnretryableError (1.08s) send_test.go:154: Unexpected retryable error: failed to send RPC: too many errors encountered (1 of 1 total): rpc to Heartbeat.Ping: client not ready after 1s === RUN TestClientNotReady W0423 20:27:29.999642 260 client.go:274] client 127.0.0.1:39593 unhealthy after 10ms W0423 20:27:30.026177 260 client.go:274] client 127.0.0.1:47319 unhealthy after 10ms W0423 20:27:30.026311 260 client.go:274] client 127.0.0.1:33232 unhealthy after 10ms W0423 20:27:30.026420 260 client.go:274] client 127.0.0.1:33408 unhealthy after 10ms W0423 20:27:30.026522 260 client.go:274] client 127.0.0.1:38017 unhealthy after 10ms W0423 20:27:30.026631 260 client.go:274] client 127.0.0.1:57474 unhealthy after 10ms W0423 20:27:30.026733 260 client.go:274] client 127.0.0.1:49539 unhealthy after 10ms W0423 20:27:30.026845 260 client.go:274] client 127.0.0.1:46998 unhealthy after 10ms -- === RUN TestUpdatedAddr W0423 20:27:30.197412 260 server.go:167] asked for port 1234, got 1235 W0423 20:27:30.197556 260 server.go:167] asked for port 1234, got 1235 W0423 20:27:30.197643 260 server.go:167] asked for port 1234, got 1235 --- PASS: TestUpdatedAddr (0.00s) FAIL FAIL github.com/cockroachdb/cockroach/rpc 14.449s === RUN TestAll I0423 20:27:34.498168 304 rpc_test.go:48] Arith.Add(1, 2): 3 I0423 20:27:34.504703 304 rpc_test.go:48] Arith.Add(1, 2): 3 --- PASS: TestAll (0.01s) PASS ok github.com/cockroachdb/cockroach/rpc/codec 0.043s ? github.com/cockroachdb/cockroach/rpc/codec/message.pb [no test files] ? github.com/cockroachdb/cockroach/rpc/codec/wire.pb [no test files] === RUN TestLoadTLSConfig --- PASS: TestLoadTLSConfig (0.28s) W0423 20:27:29.909825 260 client.go:274] client 127.0.0.1:46998 unhealthy after 10ms W0423 20:27:29.947269 260 client.go:274] client 127.0.0.1:57474 unhealthy after 10ms W0423 20:27:29.947407 260 client.go:274] client 127.0.0.1:49729 unhealthy after 10ms W0423 20:27:29.947510 260 client.go:274] client 127.0.0.1:55316 unhealthy after 10ms W0423 20:27:29.947617 260 client.go:274] client 127.0.0.1:57782 unhealthy after 10ms --- FAIL: TestUnretryableError (1.08s) send_test.go:154: Unexpected retryable error: failed to send RPC: too many errors encountered (1 of 1 total): rpc to Heartbeat.Ping: client not ready after 1s === RUN TestClientNotReady W0423 20:27:29.999642 260 client.go:274] client 127.0.0.1:39593 unhealthy after 10ms W0423 20:27:30.026177 260 client.go:274] client 127.0.0.1:47319 unhealthy after 10ms W0423 20:27:30.026311 260 client.go:274] client 127.0.0.1:33232 unhealthy after 10ms W0423 20:27:30.026420 260 client.go:274] client 127.0.0.1:33408 unhealthy after 10ms W0423 20:27:30.026522 260 client.go:274] client 127.0.0.1:38017 unhealthy after 10ms W0423 20:27:30.026631 260 client.go:274] client 127.0.0.1:57474 unhealthy after 10ms W0423 20:27:30.026733 260 client.go:274] client 127.0.0.1:49539 unhealthy after 10ms W0423 20:27:30.026845 260 client.go:274] client 127.0.0.1:46998 unhealthy after 10ms -- === RUN TestUpdatedAddr W0423 20:27:30.197412 260 server.go:167] asked for port 1234, got 1235 W0423 20:27:30.197556 260 server.go:167] asked for port 1234, got 1235 W0423 20:27:30.197643 260 server.go:167] asked for port 1234, got 1235 --- PASS: TestUpdatedAddr (0.00s) FAIL FAIL github.com/cockroachdb/cockroach/rpc 14.449s === RUN TestAll I0423 20:27:34.498168 304 rpc_test.go:48] Arith.Add(1, 2): 3 I0423 20:27:34.504703 304 rpc_test.go:48] Arith.Add(1, 2): 3 --- PASS: TestAll (0.01s) PASS ok github.com/cockroachdb/cockroach/rpc/codec 0.043s ? github.com/cockroachdb/cockroach/rpc/codec/message.pb [no test files] ? github.com/cockroachdb/cockroach/rpc/codec/wire.pb [no test files] === RUN TestLoadTLSConfig --- PASS: TestLoadTLSConfig (0.28s)
Please assign, take a look and update the issue accordingly.
The text was updated successfully, but these errors were encountered:
closes cockroachdb#747, closes cockroachdb#774
764373d
tbg
Successfully merging a pull request may close this issue.
The following test appears to have failed:
#1715:
Please assign, take a look and update the issue accordingly.
The text was updated successfully, but these errors were encountered: