Skip to content

Wait for OpenSSL server shutdown in e2e test #892

Wait for OpenSSL server shutdown in e2e test

Wait for OpenSSL server shutdown in e2e test #892

Triggered via pull request June 29, 2023 17:00
Status Failure
Total duration 23s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Commit message check failed
Capitalize the subject line
lint / Metadata
Process completed with exit code 1.
lint / Go: e2e/e2e_openssl_test.go#L109
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"waiting on serverReady err: timeout\")" (goerr113)
lint / Go: e2e/e2e_openssl_test.go#L269
S1008: should use 'return cmp != -1' instead of 'if cmp == -1 { return false }; return true' (gosimple)
lint / Go
issues found
lint / Go: e2e/e2e_openssl_test.go#L264
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)