Skip to content

JetStream API routed queue changes #1156

JetStream API routed queue changes

JetStream API routed queue changes #1156

Triggered via pull request January 13, 2025 14:14
Status Failure
Total duration 55s
Artifacts

mqtt-test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
test
cannot use olen (variable of type int) as uint64 value in return statement
test
cannot use n.reqs (variable of type *ipQueue[*voteRequest]) as interface{drain(); unregister()} value in array or slice literal: *ipQueue[*voteRequest] does not implement interface{drain(); unregister()} (wrong type for method drain)
test
cannot use n.votes (variable of type *ipQueue[*voteResponse]) as interface{drain(); unregister()} value in array or slice literal: *ipQueue[*voteResponse] does not implement interface{drain(); unregister()} (wrong type for method drain)
test
cannot use n.prop (variable of type *ipQueue[*proposedEntry]) as interface{drain(); unregister()} value in array or slice literal: *ipQueue[*proposedEntry] does not implement interface{drain(); unregister()} (wrong type for method drain)
test
cannot use n.entry (variable of type *ipQueue[*appendEntry]) as interface{drain(); unregister()} value in array or slice literal: *ipQueue[*appendEntry] does not implement interface{drain(); unregister()} (wrong type for method drain)
test
cannot use n.resp (variable of type *ipQueue[*appendEntryResponse]) as interface{drain(); unregister()} value in array or slice literal: *ipQueue[*appendEntryResponse] does not implement interface{drain(); unregister()} (wrong type for method drain)
test
cannot use n.apply (variable of type *ipQueue[*CommittedEntry]) as interface{drain(); unregister()} value in array or slice literal: *ipQueue[*CommittedEntry] does not implement interface{drain(); unregister()} (wrong type for method drain)
test
Process completed with exit code 1.
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636