Skip to content

test(output): add integration tests #57

test(output): add integration tests

test(output): add integration tests #57

Triggered via pull request November 25, 2024 11:41
Status Failure
Total duration 2m 57s
Artifacts

all.yml

on: pull_request
Matrix: checks / test-go-versions
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
checks / lint: pkg/opentelemetry/output_test.go#L103
Error return value of `s.server.Serve` is not checked (errcheck)
checks / lint: pkg/opentelemetry/output_test.go#L109
Error return value of `s.listener.Close` is not checked (errcheck)
checks / lint: pkg/opentelemetry/output_test.go#L191
Error return value of `output.Stop` is not checked (errcheck)
checks / lint: pkg/opentelemetry/output_test.go#L143
Function TestOutput missing the call to method parallel
checks / lint: pkg/opentelemetry/output_test.go#L179
Range statement for test TestOutput does not reinitialise the variable protocol
checks / lint
issues found
checks / lint: pkg/opentelemetry/output_test.go#L119
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)