Skip to content

Fix "deadline exceeded" issues discovered in conformance tests #1985

Fix "deadline exceeded" issues discovered in conformance tests

Fix "deadline exceeded" issues discovered in conformance tests #1985

Triggered via pull request December 5, 2023 18:16
Status Failure
Total duration 2m 10s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yaml

on: pull_request
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

9 errors
ci (1.21.x): client_ext_norace_test.go#L67
Error return value is not checked (errcheck)
ci (1.21.x): client_ext_norace_test.go#L194
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
ci (1.21.x): client_ext_norace_test.go#L35
import "connectrpc.com/connect" imported without alias but must be with alias "connect" according to config (importas)
ci (1.21.x): client_ext_norace_test.go#L66
test helper function should start from t.Helper() (thelper)
ci (1.21.x): client_ext_norace_test.go#L108
test helper function should start from t.Helper() (thelper)
ci (1.21.x): envelope.go#L208
variable name 'n' is too short for the scope of its usage (varnamelen)
ci (1.21.x): client_ext_norace_test.go#L111
variable name 'n' is too short for the scope of its usage (varnamelen)
ci (1.21.x)
Process completed with exit code 2.
ci (1.20.x)
The job was canceled because "_1_21_x" failed.