Skip to content

Refactored sqs client #88

Refactored sqs client

Refactored sqs client #88

Triggered via push June 27, 2024 14:18
Status Failure
Total duration 3m 10s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors
CI tests: pkg/client/controllers/suite_test.go#L73
undefined: sqs.NewFakeProducer (typecheck)
CI tests: pkg/client/webhook/suite_test.go#L78
undefined: sqs.NewFakeProducer (typecheck)
CI tests: pkg/sync/manager/controller.go#L129
func `(*SyncController).isAllowedGVK` is unused (unused)
CI tests: pkg/sync/manager/result.go#L28
func `requeueAfter` is unused (unused)
CI tests: pkg/sync/manager/result.go#L32
func `requeueImmediately` is unused (unused)
CI tests: pkg/sqs/sqs.go#L214
S1002: should omit comparison to bool constant, can be simplified to `s.RunOnce` (gosimple)
CI tests: pkg/sqs/sqs.go#L208
SA4001: &*x will be simplified to x. It will not copy x. (staticcheck)
CI tests: local/sqs/sqs.go#L47
SA4006: this value of `err` is never used (staticcheck)
CI tests
Process completed with exit code 2.