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

rpc test: rpc to Heartbeat.Ping: client not ready after 1s #774

Closed
tbg opened this issue Apr 23, 2015 · 0 comments · Fixed by #776
Closed

rpc test: rpc to Heartbeat.Ping: client not ready after 1s #774

tbg opened this issue Apr 23, 2015 · 0 comments · Fixed by #776
Assignees
Labels
C-test-failure Broken test (automatically or manually discovered).

Comments

@tbg
Copy link
Member

tbg commented Apr 23, 2015

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.

@tbg tbg added the C-test-failure Broken test (automatically or manually discovered). label Apr 23, 2015
@tbg tbg changed the title Test failure in CI build 1715 rpc test: rpc to Heartbeat.Ping: client not ready after 1s Apr 23, 2015
@tbg tbg self-assigned this Apr 23, 2015
tbg added a commit to tbg/cockroach that referenced this issue Apr 23, 2015
@tbg tbg closed this as completed in #776 Apr 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-test-failure Broken test (automatically or manually discovered).
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant