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

x/exp/jsonrpc2: TestIdleTimeout failures #57945

Open
gopherbot opened this issue Jan 21, 2023 · 19 comments
Open

x/exp/jsonrpc2: TestIdleTimeout failures #57945

gopherbot opened this issue Jan 21, 2023 · 19 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "golang.org/x/exp/jsonrpc2" && test == "TestIdleTimeout"

Issue created automatically to collect these failures.

Example (log):

time="2023/01/20 22:32:20" name=no_args method=no_args direction=out id="{'\\x01'}" trace=1
time="2023/01/20 22:32:20" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/01/20 22:32:20" parent=1 metricValue=43 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/01/20 22:32:20" name=no_args method=no_args direction=in id="{'\\x01'}" trace=1
time="2023/01/20 22:32:20" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/01/20 22:32:20" parent=1 metricValue=43 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=no_args
time="2023/01/20 22:32:20" parent=1 status.code=NONE end
time="2023/01/20 22:32:20" parent=1 metricValue=38 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/01/20 22:32:20" parent=1 status.code=OK end
time="2023/01/20 22:32:20" name=one_string method=one_string direction=out id="{'\\x01'}" trace=1
...
time="2023/01/20 22:32:20" parent=111 metricValue=71 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=unblock
time="2023/01/20 22:32:20" parent=111 status.code=OK end
time="2023/01/20 22:32:20" parent=87 metricValue=60 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/01/20 22:32:20" parent=87 status.code=OK end
time="2023/01/20 22:32:20" parent=28 metricValue=71 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/01/20 22:32:20" parent=28 metricValue=1 metric="&{finished {golang.org/x/exp/jsonrpc2 Count of finished RPCs (includes error). 1}}"
time="2023/01/20 22:32:20" parent=28 end
time="2023/01/20 22:32:20" parent=1 status.code=NONE end
--- FAIL: TestIdleTimeout (0.31s)
    serve_test.go:38: dial tcp 127.0.0.1:49175: connect: connection refused

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jan 21, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/exp/jsonrpc2" && test == "TestIdleTimeout"
2023-01-18 13:47 darwin-amd64-13 exp@a68e582f go@1011ccad x/exp/jsonrpc2.TestIdleTimeout (log)
time="2023/01/20 22:32:20" name=no_args method=no_args direction=out id="{'\\x01'}" trace=1
time="2023/01/20 22:32:20" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/01/20 22:32:20" parent=1 metricValue=43 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/01/20 22:32:20" name=no_args method=no_args direction=in id="{'\\x01'}" trace=1
time="2023/01/20 22:32:20" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/01/20 22:32:20" parent=1 metricValue=43 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=no_args
time="2023/01/20 22:32:20" parent=1 status.code=NONE end
time="2023/01/20 22:32:20" parent=1 metricValue=38 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/01/20 22:32:20" parent=1 status.code=OK end
time="2023/01/20 22:32:20" name=one_string method=one_string direction=out id="{'\\x01'}" trace=1
...
time="2023/01/20 22:32:20" parent=111 metricValue=71 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=unblock
time="2023/01/20 22:32:20" parent=111 status.code=OK end
time="2023/01/20 22:32:20" parent=87 metricValue=60 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/01/20 22:32:20" parent=87 status.code=OK end
time="2023/01/20 22:32:20" parent=28 metricValue=71 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/01/20 22:32:20" parent=28 metricValue=1 metric="&{finished {golang.org/x/exp/jsonrpc2 Count of finished RPCs (includes error). 1}}"
time="2023/01/20 22:32:20" parent=28 end
time="2023/01/20 22:32:20" parent=1 status.code=NONE end
--- FAIL: TestIdleTimeout (0.31s)
    serve_test.go:38: dial tcp 127.0.0.1:49175: connect: connection refused

watchflakes

@gopherbot gopherbot added this to the Unreleased milestone Jan 21, 2023
@bcmills
Copy link
Contributor

bcmills commented Jan 23, 2023

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/exp/jsonrpc2" && test == "TestIdleTimeout"
2023-02-06 17:17 darwin-amd64-13 exp@46f607a4 go@0b9974d3 x/exp/jsonrpc2.TestIdleTimeout (log)
time="2023/02/07 19:23:26" name=no_args method=no_args direction=out id="{'\\x01'}" trace=1
time="2023/02/07 19:23:26" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/02/07 19:23:26" name=no_args method=no_args direction=in id="{'\\x01'}" trace=1
time="2023/02/07 19:23:26" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/02/07 19:23:26" parent=1 metricValue=43 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=no_args
time="2023/02/07 19:23:26" parent=1 metricValue=38 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/02/07 19:23:26" parent=1 status.code=OK end
time="2023/02/07 19:23:26" parent=1 metricValue=43 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/02/07 19:23:26" parent=1 status.code=NONE end
time="2023/02/07 19:23:26" name=one_string method=one_string direction=out id="{'\\x01'}" trace=1
...
time="2023/02/07 19:23:26" parent=111 metricValue=71 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=unblock
time="2023/02/07 19:23:26" parent=111 status.code=OK end
time="2023/02/07 19:23:26" parent=87 metricValue=60 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/02/07 19:23:26" parent=87 status.code=OK end
time="2023/02/07 19:23:26" parent=28 metricValue=71 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/02/07 19:23:26" parent=28 metricValue=1 metric="&{finished {golang.org/x/exp/jsonrpc2 Count of finished RPCs (includes error). 1}}"
time="2023/02/07 19:23:26" parent=28 end
time="2023/02/07 19:23:26" parent=1 status.code=NONE end
--- FAIL: TestIdleTimeout (0.56s)
    serve_test.go:38: dial tcp 127.0.0.1:49170: connect: connection refused

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/exp/jsonrpc2" && test == "TestIdleTimeout"
2023-03-21 02:37 darwin-amd64-13 exp@10a50721 go@7f5af094 x/exp/jsonrpc2.TestIdleTimeout (log)
time="2023/04/06 21:00:45" name=no_args method=no_args direction=out id="{'\\x01'}" trace=1
time="2023/04/06 21:00:45" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/04/06 21:00:45" name=no_args method=no_args direction=in id="{'\\x01'}" trace=1
time="2023/04/06 21:00:45" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/04/06 21:00:45" parent=1 metricValue=43 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=no_args
time="2023/04/06 21:00:45" parent=1 metricValue=38 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/04/06 21:00:45" parent=1 status.code=OK end
time="2023/04/06 21:00:45" parent=1 metricValue=43 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/04/06 21:00:45" parent=1 status.code=NONE end
time="2023/04/06 21:00:45" name=one_string method=one_string direction=out id="{'\\x01'}" trace=1
...
time="2023/04/06 21:00:45" parent=111 metricValue=71 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=unblock
time="2023/04/06 21:00:45" parent=111 status.code=OK end
time="2023/04/06 21:00:45" parent=87 metricValue=60 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/04/06 21:00:45" parent=87 status.code=OK end
time="2023/04/06 21:00:45" parent=28 metricValue=71 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/04/06 21:00:45" parent=28 metricValue=1 metric="&{finished {golang.org/x/exp/jsonrpc2 Count of finished RPCs (includes error). 1}}"
time="2023/04/06 21:00:45" parent=28 end
time="2023/04/06 21:00:45" parent=1 status.code=NONE end
--- FAIL: TestIdleTimeout (0.25s)
    serve_test.go:38: dial tcp 127.0.0.1:49170: connect: connection refused

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/exp/jsonrpc2" && test == "TestIdleTimeout"
2023-03-21 02:37 darwin-amd64-13 exp@10a50721 go@f8162a0e x/exp/jsonrpc2.TestIdleTimeout (log)
time="2023/04/17 11:10:52" name=no_args method=no_args direction=out id="{'\\x01'}" trace=1
time="2023/04/17 11:10:52" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/04/17 11:10:52" name=no_args method=no_args direction=in id="{'\\x01'}" trace=1
time="2023/04/17 11:10:52" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/04/17 11:10:52" parent=1 metricValue=43 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=no_args
time="2023/04/17 11:10:52" parent=1 metricValue=38 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/04/17 11:10:52" parent=1 status.code=OK end
time="2023/04/17 11:10:52" parent=1 metricValue=43 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/04/17 11:10:52" parent=1 status.code=NONE end
time="2023/04/17 11:10:52" name=one_string method=one_string direction=out id="{'\\x01'}" trace=1
...
time="2023/04/17 11:10:52" parent=103 metricValue=58 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/04/17 11:10:52" parent=103 status.code=OK end
time="2023/04/17 11:10:52" parent=87 metricValue=60 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/04/17 11:10:52" parent=87 status.code=OK end
time="2023/04/17 11:10:52" parent=28 metricValue=71 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/04/17 11:10:52" parent=28 metricValue=1 metric="&{finished {golang.org/x/exp/jsonrpc2 Count of finished RPCs (includes error). 1}}"
time="2023/04/17 11:10:52" parent=28 end
time="2023/04/17 11:10:52" parent=1 status.code=NONE end
--- FAIL: TestIdleTimeout (1.04s)
    serve_test.go:38: dial tcp 127.0.0.1:49170: connect: connection refused

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/exp/jsonrpc2" && test == "TestIdleTimeout"
2023-04-20 15:56 darwin-amd64-13 exp@133eef43 go@4cba0bd7 x/exp/jsonrpc2.TestIdleTimeout (log)
time="2023/04/21 08:57:38" name=no_args method=no_args direction=out id="{'\\x01'}" trace=1
time="2023/04/21 08:57:38" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/04/21 08:57:38" name=no_args method=no_args direction=in id="{'\\x01'}" trace=1
time="2023/04/21 08:57:38" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/04/21 08:57:38" parent=1 metricValue=43 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=no_args
time="2023/04/21 08:57:38" parent=1 metricValue=38 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/04/21 08:57:38" parent=1 status.code=OK end
time="2023/04/21 08:57:38" parent=1 metricValue=43 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/04/21 08:57:38" parent=1 status.code=NONE end
time="2023/04/21 08:57:38" name=one_string method=one_string direction=out id="{'\\x01'}" trace=1
...
time="2023/04/21 08:57:38" parent=109 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=unblock
time="2023/04/21 08:57:38" parent=109 metricValue=71 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=unblock
time="2023/04/21 08:57:38" parent=109 status.code=OK end
time="2023/04/21 08:57:38" parent=105 metricValue=58 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/04/21 08:57:38" parent=105 status.code=OK end
time="2023/04/21 08:57:38" parent=1 status.code=NONE end
time="2023/04/21 08:57:38" parent=87 metricValue=60 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/04/21 08:57:38" parent=87 status.code=OK end
--- FAIL: TestIdleTimeout (0.64s)
    serve_test.go:38: dial tcp 127.0.0.1:49169: connect: connection refused

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/exp/jsonrpc2" && test == "TestIdleTimeout"
2023-05-22 17:56 darwin-amd64-13 exp@2e198f4a go@512361fb x/exp/jsonrpc2.TestIdleTimeout (log)
time="2023/06/06 08:48:33" name=no_args method=no_args direction=out id="{'\\x01'}" trace=1
time="2023/06/06 08:48:33" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/06/06 08:48:33" name=no_args method=no_args direction=in id="{'\\x01'}" trace=1
time="2023/06/06 08:48:33" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/06/06 08:48:33" parent=1 metricValue=43 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=no_args
time="2023/06/06 08:48:33" parent=1 metricValue=38 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/06/06 08:48:33" parent=1 status.code=OK end
time="2023/06/06 08:48:33" parent=1 metricValue=43 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/06/06 08:48:33" parent=1 status.code=NONE end
time="2023/06/06 08:48:33" name=one_string method=one_string direction=out id="{'\\x01'}" trace=1
...
time="2023/06/06 08:48:33" parent=111 metricValue=71 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=unblock
time="2023/06/06 08:48:33" parent=111 status.code=OK end
time="2023/06/06 08:48:33" parent=87 metricValue=60 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/06/06 08:48:33" parent=87 status.code=OK end
time="2023/06/06 08:48:33" parent=28 metricValue=71 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/06/06 08:48:33" parent=28 metricValue=1 metric="&{finished {golang.org/x/exp/jsonrpc2 Count of finished RPCs (includes error). 1}}"
time="2023/06/06 08:48:33" parent=28 end
time="2023/06/06 08:48:33" parent=1 status.code=NONE end
--- FAIL: TestIdleTimeout (0.51s)
    serve_test.go:38: dial tcp 127.0.0.1:49171: connect: connection refused

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/exp/jsonrpc2" && test == "TestIdleTimeout"
2023-05-22 17:56 darwin-amd64-13 exp@2e198f4a go@36edde9d x/exp/jsonrpc2.TestIdleTimeout (log)
time="2023/06/22 01:51:07" name=no_args method=no_args direction=out id="{'\\x01'}" trace=1
time="2023/06/22 01:51:07" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/06/22 01:51:07" name=no_args method=no_args direction=in id="{'\\x01'}" trace=1
time="2023/06/22 01:51:07" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/06/22 01:51:07" parent=1 metricValue=43 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=no_args
time="2023/06/22 01:51:07" parent=1 metricValue=38 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/06/22 01:51:07" parent=1 status.code=OK end
time="2023/06/22 01:51:07" parent=1 metricValue=43 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/06/22 01:51:07" parent=1 status.code=NONE end
time="2023/06/22 01:51:07" name=one_string method=one_string direction=out id="{'\\x01'}" trace=1
...
time="2023/06/22 01:51:07" parent=111 metricValue=71 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=unblock
time="2023/06/22 01:51:07" parent=111 status.code=OK end
time="2023/06/22 01:51:07" parent=87 metricValue=60 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/06/22 01:51:07" parent=87 status.code=OK end
time="2023/06/22 01:51:07" parent=28 metricValue=71 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/06/22 01:51:07" parent=28 metricValue=1 metric="&{finished {golang.org/x/exp/jsonrpc2 Count of finished RPCs (includes error). 1}}"
time="2023/06/22 01:51:07" parent=28 end
time="2023/06/22 01:51:07" parent=1 status.code=NONE end
--- FAIL: TestIdleTimeout (0.50s)
    serve_test.go:38: dial tcp 127.0.0.1:49170: connect: connection refused

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/exp/jsonrpc2" && test == "TestIdleTimeout"
2023-08-17 17:37 darwin-amd64-13 exp@d852ddb8 go@7b166602 x/exp/jsonrpc2.TestIdleTimeout (log)
time="2023/08/28 22:28:29" name=no_args method=no_args direction=out id="{'\\x01'}" trace=1
time="2023/08/28 22:28:29" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/08/28 22:28:29" name=no_args method=no_args direction=in id="{'\\x01'}" trace=1
time="2023/08/28 22:28:29" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/08/28 22:28:29" parent=1 metricValue=43 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=no_args
time="2023/08/28 22:28:29" parent=1 metricValue=43 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/08/28 22:28:29" parent=1 metricValue=38 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/08/28 22:28:29" parent=1 status.code=OK end
time="2023/08/28 22:28:29" parent=1 status.code=NONE end
time="2023/08/28 22:28:29" name=one_string method=one_string direction=out id="{'\\x01'}" trace=1
...
time="2023/08/28 22:28:29" parent=87 status.code=OK end
time="2023/08/28 22:28:29" parent=28 metricValue=71 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/08/28 22:28:29" parent=28 metricValue=1 metric="&{finished {golang.org/x/exp/jsonrpc2 Count of finished RPCs (includes error). 1}}"
time="2023/08/28 22:28:29" parent=28 end
time="2023/08/28 22:28:29" parent=1 status.code=NONE end
time="2023/08/28 22:28:29" name=error method=error direction=out id="{'\\x01'}" trace=1
time="2023/08/28 22:28:29" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=error
time="2023/08/28 22:28:29" parent=1 status.code=NONE end
--- FAIL: TestIdleTimeout (0.26s)
    serve_test.go:38: dial tcp 127.0.0.1:49170: connect: connection refused

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/exp/jsonrpc2" && test == "TestIdleTimeout"
2023-09-05 20:02 darwin-amd64-13 exp@92128663 go@36e75f67 x/exp/jsonrpc2.TestIdleTimeout (log)
time="2023/09/30 09:29:14" name=no_args method=no_args direction=out id="{'\\x01'}" trace=1
time="2023/09/30 09:29:14" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/09/30 09:29:14" name=no_args method=no_args direction=in id="{'\\x01'}" trace=1
time="2023/09/30 09:29:14" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/09/30 09:29:14" parent=1 metricValue=43 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=no_args
time="2023/09/30 09:29:14" parent=1 metricValue=38 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/09/30 09:29:14" parent=1 status.code=OK end
time="2023/09/30 09:29:14" parent=1 metricValue=43 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/09/30 09:29:14" parent=1 status.code=NONE end
time="2023/09/30 09:29:14" name=one_string method=one_string direction=out id="{'\\x01'}" trace=1
...
time="2023/09/30 09:29:14" parent=87 status.code=OK end
time="2023/09/30 09:29:14" parent=28 metricValue=71 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/09/30 09:29:14" parent=28 metricValue=1 metric="&{finished {golang.org/x/exp/jsonrpc2 Count of finished RPCs (includes error). 1}}"
time="2023/09/30 09:29:14" parent=28 end
time="2023/09/30 09:29:14" parent=1 status.code=NONE end
time="2023/09/30 09:29:14" name=error method=error direction=out id="{'\\x01'}" trace=1
time="2023/09/30 09:29:14" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=error
time="2023/09/30 09:29:14" parent=1 status.code=NONE end
--- FAIL: TestIdleTimeout (0.19s)
    serve_test.go:38: dial tcp 127.0.0.1:49170: connect: connection refused

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/exp/jsonrpc2" && test == "TestIdleTimeout"
2023-10-06 14:00 darwin-amd64-13 exp@7918f672 go@2744155d x/exp/jsonrpc2.TestIdleTimeout (log)
time="2023/10/08 19:52:09" name=no_args method=no_args direction=out id="{'\\x01'}" trace=1
time="2023/10/08 19:52:09" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/10/08 19:52:09" name=no_args method=no_args direction=in id="{'\\x01'}" trace=1
time="2023/10/08 19:52:09" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/10/08 19:52:09" parent=1 metricValue=43 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=no_args
time="2023/10/08 19:52:09" parent=1 metricValue=38 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/10/08 19:52:09" parent=1 status.code=OK end
time="2023/10/08 19:52:09" parent=1 metricValue=43 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/10/08 19:52:09" parent=1 status.code=NONE end
time="2023/10/08 19:52:09" name=one_string method=one_string direction=out id="{'\\x01'}" trace=1
...
time="2023/10/08 19:52:09" parent=87 status.code=OK end
time="2023/10/08 19:52:09" parent=28 metricValue=71 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/10/08 19:52:09" parent=28 metricValue=1 metric="&{finished {golang.org/x/exp/jsonrpc2 Count of finished RPCs (includes error). 1}}"
time="2023/10/08 19:52:09" parent=28 end
time="2023/10/08 19:52:09" parent=1 status.code=NONE end
time="2023/10/08 19:52:09" name=error method=error direction=out id="{'\\x01'}" trace=1
time="2023/10/08 19:52:09" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=error
time="2023/10/08 19:52:09" parent=1 status.code=NONE end
--- FAIL: TestIdleTimeout (2.19s)
    serve_test.go:38: dial tcp 127.0.0.1:49169: connect: connection refused

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/exp/jsonrpc2" && test == "TestIdleTimeout"
2023-10-06 14:00 darwin-amd64-13 exp@7918f672 go@25ad137c x/exp/jsonrpc2.TestIdleTimeout (log)
time="2023/10/24 19:45:12" name=no_args method=no_args direction=out id="{'\\x01'}" trace=1
time="2023/10/24 19:45:12" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/10/24 19:45:12" name=no_args method=no_args direction=in id="{'\\x01'}" trace=1
time="2023/10/24 19:45:12" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/10/24 19:45:12" parent=1 metricValue=43 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=no_args
time="2023/10/24 19:45:12" parent=1 metricValue=38 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/10/24 19:45:12" parent=1 status.code=OK end
time="2023/10/24 19:45:12" parent=1 metricValue=43 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/10/24 19:45:12" parent=1 status.code=NONE end
time="2023/10/24 19:45:12" name=one_string method=one_string direction=out id="{'\\x01'}" trace=1
...
time="2023/10/24 19:45:12" parent=103 metricValue=58 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/10/24 19:45:12" parent=103 status.code=OK end
time="2023/10/24 19:45:12" parent=1 status.code=NONE end
time="2023/10/24 19:45:12" parent=87 metricValue=60 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/10/24 19:45:12" parent=87 status.code=OK end
time="2023/10/24 19:45:12" name=error method=error direction=out id="{'\\x01'}" trace=1
time="2023/10/24 19:45:12" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=error
time="2023/10/24 19:45:12" parent=1 status.code=NONE end
--- FAIL: TestIdleTimeout (2.29s)
    serve_test.go:38: dial tcp 127.0.0.1:49169: connect: connection refused

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/exp/jsonrpc2" && test == "TestIdleTimeout"
2023-10-06 14:00 darwin-amd64-13 exp@7918f672 go@b46aec07 x/exp/jsonrpc2.TestIdleTimeout (log)
time="2023/10/27 12:37:23" name=no_args method=no_args direction=out id="{'\\x01'}" trace=1
time="2023/10/27 12:37:23" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/10/27 12:37:23" parent=1 metricValue=43 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/10/27 12:37:23" name=no_args method=no_args direction=in id="{'\\x01'}" trace=1
time="2023/10/27 12:37:23" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/10/27 12:37:23" parent=1 metricValue=43 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=no_args
time="2023/10/27 12:37:23" parent=1 status.code=NONE end
time="2023/10/27 12:37:23" parent=1 metricValue=38 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/10/27 12:37:23" parent=1 status.code=OK end
time="2023/10/27 12:37:23" name=one_string method=one_string direction=out id="{'\\x01'}" trace=1
...
time="2023/10/27 12:37:23" parent=87 status.code=OK end
time="2023/10/27 12:37:23" parent=28 metricValue=71 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/10/27 12:37:23" parent=28 metricValue=1 metric="&{finished {golang.org/x/exp/jsonrpc2 Count of finished RPCs (includes error). 1}}"
time="2023/10/27 12:37:23" parent=28 end
time="2023/10/27 12:37:23" parent=1 status.code=NONE end
time="2023/10/27 12:37:23" name=error method=error direction=out id="{'\\x01'}" trace=1
time="2023/10/27 12:37:23" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=error
time="2023/10/27 12:37:23" parent=1 status.code=NONE end
--- FAIL: TestIdleTimeout (0.57s)
    serve_test.go:38: dial tcp 127.0.0.1:49169: connect: connection refused

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/exp/jsonrpc2" && test == "TestIdleTimeout"
2023-12-14 17:03 darwin-amd64-13 exp@aacd6d4b go@761e10be x/exp/jsonrpc2.TestIdleTimeout (log)
time="2023/12/18 23:16:50" name=no_args method=no_args direction=out id="{'\\x01'}" trace=1
time="2023/12/18 23:16:50" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/12/18 23:16:50" name=no_args method=no_args direction=in id="{'\\x01'}" trace=1
time="2023/12/18 23:16:50" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2023/12/18 23:16:50" parent=1 metricValue=43 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=no_args
time="2023/12/18 23:16:50" parent=1 metricValue=38 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/12/18 23:16:50" parent=1 status.code=OK end
time="2023/12/18 23:16:50" parent=1 metricValue=43 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/12/18 23:16:50" parent=1 status.code=NONE end
time="2023/12/18 23:16:50" name=one_string method=one_string direction=out id="{'\\x01'}" trace=1
...
time="2023/12/18 23:16:50" parent=87 status.code=OK end
time="2023/12/18 23:16:50" parent=28 metricValue=71 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2023/12/18 23:16:50" parent=28 metricValue=1 metric="&{finished {golang.org/x/exp/jsonrpc2 Count of finished RPCs (includes error). 1}}"
time="2023/12/18 23:16:50" parent=28 end
time="2023/12/18 23:16:50" parent=1 status.code=NONE end
time="2023/12/18 23:16:50" name=error method=error direction=out id="{'\\x01'}" trace=1
time="2023/12/18 23:16:50" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=error
time="2023/12/18 23:16:50" parent=1 status.code=NONE end
--- FAIL: TestIdleTimeout (0.77s)
    serve_test.go:38: dial tcp 127.0.0.1:49169: connect: connection refused

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/exp/jsonrpc2" && test == "TestIdleTimeout"
2024-01-19 08:35 darwin-amd64-13 exp@1b970713 go@79738217 x/exp/jsonrpc2.TestIdleTimeout (log)
time="2024/02/01 00:25:03" name=no_args method=no_args direction=out id="{'\\x01'}" trace=1
time="2024/02/01 00:25:03" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2024/02/01 00:25:03" name=no_args method=no_args direction=in id="{'\\x01'}" trace=1
time="2024/02/01 00:25:03" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2024/02/01 00:25:03" parent=1 metricValue=43 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=no_args
time="2024/02/01 00:25:03" parent=1 metricValue=38 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2024/02/01 00:25:03" parent=1 status.code=OK end
time="2024/02/01 00:25:03" parent=1 metricValue=43 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2024/02/01 00:25:03" parent=1 status.code=NONE end
time="2024/02/01 00:25:03" name=one_string method=one_string direction=out id="{'\\x01'}" trace=1
...
time="2024/02/01 00:25:03" parent=105 metricValue=58 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2024/02/01 00:25:03" parent=105 status.code=OK end
time="2024/02/01 00:25:03" parent=1 status.code=NONE end
time="2024/02/01 00:25:03" parent=87 metricValue=60 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2024/02/01 00:25:03" parent=87 status.code=OK end
time="2024/02/01 00:25:03" name=error method=error direction=out id="{'\\x01'}" trace=1
time="2024/02/01 00:25:03" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=error
time="2024/02/01 00:25:03" parent=1 status.code=NONE end
--- FAIL: TestIdleTimeout (1.88s)
    serve_test.go:38: dial tcp 127.0.0.1:49170: connect: connection refused

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/exp/jsonrpc2" && test == "TestIdleTimeout"
2024-02-22 23:46 darwin-amd64-13 exp@814bf88c go@7db8b9e5 x/exp/jsonrpc2.TestIdleTimeout (log)
time="2024/02/26 04:27:16" name=no_args method=no_args direction=out id="{'\\x01'}" trace=1
time="2024/02/26 04:27:16" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2024/02/26 04:27:16" name=no_args method=no_args direction=in id="{'\\x01'}" trace=1
time="2024/02/26 04:27:16" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2024/02/26 04:27:16" parent=1 metricValue=43 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=no_args
time="2024/02/26 04:27:16" parent=1 metricValue=38 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2024/02/26 04:27:16" parent=1 status.code=OK end
time="2024/02/26 04:27:16" parent=1 metricValue=43 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2024/02/26 04:27:16" parent=1 status.code=NONE end
time="2024/02/26 04:27:16" name=one_string method=one_string direction=out id="{'\\x01'}" trace=1
...
time="2024/02/26 04:27:16" parent=87 status.code=OK end
time="2024/02/26 04:27:16" parent=28 metricValue=71 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2024/02/26 04:27:16" parent=28 metricValue=1 metric="&{finished {golang.org/x/exp/jsonrpc2 Count of finished RPCs (includes error). 1}}"
time="2024/02/26 04:27:16" parent=28 end
time="2024/02/26 04:27:16" parent=1 status.code=NONE end
time="2024/02/26 04:27:16" name=error method=error direction=out id="{'\\x01'}" trace=1
time="2024/02/26 04:27:16" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=error
time="2024/02/26 04:27:16" parent=1 status.code=NONE end
--- FAIL: TestIdleTimeout (0.83s)
    serve_test.go:38: dial tcp 127.0.0.1:49170: connect: connection refused

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/exp/jsonrpc2" && test == "TestIdleTimeout"
2024-02-22 23:46 darwin-amd64-13 exp@814bf88c go@a46285f8 x/exp/jsonrpc2.TestIdleTimeout (log)
time="2024/03/08 13:38:27" name=no_args method=no_args direction=out id="{'\\x01'}" trace=1
time="2024/03/08 13:38:27" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2024/03/08 13:38:27" name=no_args method=no_args direction=in id="{'\\x01'}" trace=1
time="2024/03/08 13:38:27" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2024/03/08 13:38:27" parent=1 metricValue=43 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=no_args
time="2024/03/08 13:38:27" parent=1 metricValue=38 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2024/03/08 13:38:27" parent=1 status.code=OK end
time="2024/03/08 13:38:27" parent=1 metricValue=43 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2024/03/08 13:38:27" parent=1 status.code=NONE end
time="2024/03/08 13:38:27" name=one_string method=one_string direction=out id="{'\\x01'}" trace=1
...
time="2024/03/08 13:38:27" parent=87 status.code=OK end
time="2024/03/08 13:38:27" parent=28 metricValue=71 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2024/03/08 13:38:27" parent=28 metricValue=1 metric="&{finished {golang.org/x/exp/jsonrpc2 Count of finished RPCs (includes error). 1}}"
time="2024/03/08 13:38:27" parent=28 end
time="2024/03/08 13:38:27" parent=1 status.code=NONE end
time="2024/03/08 13:38:27" name=error method=error direction=out id="{'\\x01'}" trace=1
time="2024/03/08 13:38:27" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=error
time="2024/03/08 13:38:27" parent=1 status.code=NONE end
--- FAIL: TestIdleTimeout (1.45s)
    serve_test.go:38: dial tcp 127.0.0.1:49170: connect: connection refused

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/exp/jsonrpc2" && test == "TestIdleTimeout"
2024-03-14 14:43 darwin-amd64-13 exp@c7f7c646 go@d98b4448 x/exp/jsonrpc2.TestIdleTimeout (log)
time="2024/03/15 07:47:23" name=no_args method=no_args direction=out id="{'\\x01'}" trace=1
time="2024/03/15 07:47:23" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2024/03/15 07:47:23" name=no_args method=no_args direction=in id="{'\\x01'}" trace=1
time="2024/03/15 07:47:23" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2024/03/15 07:47:23" parent=1 metricValue=43 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=no_args
time="2024/03/15 07:47:23" parent=1 metricValue=38 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2024/03/15 07:47:23" parent=1 status.code=OK end
time="2024/03/15 07:47:23" parent=1 metricValue=43 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2024/03/15 07:47:23" parent=1 status.code=NONE end
time="2024/03/15 07:47:23" name=one_string method=one_string direction=out id="{'\\x01'}" trace=1
...
time="2024/03/15 07:47:23" parent=87 status.code=OK end
time="2024/03/15 07:47:23" parent=28 metricValue=71 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2024/03/15 07:47:23" parent=28 metricValue=1 metric="&{finished {golang.org/x/exp/jsonrpc2 Count of finished RPCs (includes error). 1}}"
time="2024/03/15 07:47:23" parent=28 end
time="2024/03/15 07:47:23" parent=1 status.code=NONE end
time="2024/03/15 07:47:23" name=error method=error direction=out id="{'\\x01'}" trace=1
time="2024/03/15 07:47:23" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=error
time="2024/03/15 07:47:23" parent=1 status.code=NONE end
--- FAIL: TestIdleTimeout (0.71s)
    serve_test.go:38: dial tcp 127.0.0.1:49169: connect: connection refused

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/exp/jsonrpc2" && test == "TestIdleTimeout"
2024-04-16 16:01 darwin-amd64-13 exp@fe59bbe5 go@16ce8b39 x/exp/jsonrpc2.TestIdleTimeout (log)
time="2024/04/29 13:16:02" name=no_args method=no_args direction=out id="{'\\x01'}" trace=1
time="2024/04/29 13:16:02" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2024/04/29 13:16:02" name=no_args method=no_args direction=in id="{'\\x01'}" trace=1
time="2024/04/29 13:16:02" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=no_args
time="2024/04/29 13:16:02" parent=1 metricValue=43 metric="&{received_bytes {golang.org/x/exp/jsonrpc2 Bytes received. By}}" method=no_args
time="2024/04/29 13:16:02" parent=1 metricValue=43 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2024/04/29 13:16:02" parent=1 metricValue=38 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2024/04/29 13:16:02" parent=1 status.code=OK end
time="2024/04/29 13:16:02" parent=1 status.code=NONE end
time="2024/04/29 13:16:02" name=one_string method=one_string direction=out id="{'\\x01'}" trace=1
...
time="2024/04/29 13:16:02" parent=105 metricValue=58 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2024/04/29 13:16:02" parent=105 status.code=OK end
time="2024/04/29 13:16:02" parent=1 status.code=NONE end
time="2024/04/29 13:16:02" name=error method=error direction=out id="{'\\x01'}" trace=1
time="2024/04/29 13:16:02" parent=1 metricValue=1 metric="&{started {golang.org/x/exp/jsonrpc2 Count of started RPCs. 1}}" method=error
time="2024/04/29 13:16:02" parent=1 status.code=NONE end
time="2024/04/29 13:16:02" parent=87 metricValue=60 metric="&{sent_bytes {golang.org/x/exp/jsonrpc2 Bytes sent. By}}"
time="2024/04/29 13:16:02" parent=87 status.code=OK end
--- FAIL: TestIdleTimeout (0.25s)
    serve_test.go:38: dial tcp 127.0.0.1:49170: connect: connection refused

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

2 participants