Skip to content

Receive: refactor handler for improved readability and organization #13114

Receive: refactor handler for improved readability and organization

Receive: refactor handler for improved readability and organization #13114

Triggered via pull request January 8, 2024 15:00
Status Failure
Total duration 8m 0s
Artifacts

go.yaml

on: pull_request
Go build for different platforms
7m 50s
Go build for different platforms
Linters (Static Analysis) for Go
44s
Linters (Static Analysis) for Go
Matrix: Thanos end-to-end tests
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Linters (Static Analysis) for Go: pkg/receive/handler_test.go#L192
cannot convert &fakePeersGroup{} (value of type *fakePeersGroup) to type peersContainer: *fakePeersGroup does not implement peersContainer (missing method isPeerUp)
Linters (Static Analysis) for Go: pkg/receive/handler_test.go#L218
cannot use fakePeers (variable of type *fakePeersGroup) as peersContainer value in assignment: *fakePeersGroup does not implement peersContainer (missing method isPeerUp)
Linters (Static Analysis) for Go: pkg/receive/handler_test.go#L1637
impossible type assertion: allHandlers[0].peers.(*fakePeersGroup)
Linters (Static Analysis) for Go: pkg/receive/handler_test.go#L192
cannot convert &fakePeersGroup{} (value of type *fakePeersGroup) to type peersContainer: *fakePeersGroup does not implement peersContainer (missing method isPeerUp)
Linters (Static Analysis) for Go: pkg/receive/handler_test.go#L218
cannot use fakePeers (variable of type *fakePeersGroup) as peersContainer value in assignment: *fakePeersGroup does not implement peersContainer (missing method isPeerUp)
Linters (Static Analysis) for Go: pkg/receive/handler_test.go#L1637
impossible type assertion: allHandlers[0].peers.(*fakePeersGroup)
Linters (Static Analysis) for Go
Process completed with exit code 2.