Skip to content

GO-4285 stream keep alive #650

GO-4285 stream keep alive

GO-4285 stream keep alive #650

Triggered via pull request November 15, 2024 16:46
Status Failure
Total duration 1m 36s
Artifacts

coverage.yml

on: pull_request
Matrix: release-reusable / test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
release-reusable / test (1.22): commonspace/spaceutils_test.go#L212
cannot use synctest.NewTestPeerManager() (value of type *synctest.TestPeerManager) as peermanager.PeerManager value in return statement: *synctest.TestPeerManager does not implement peermanager.PeerManager (missing method KeepAlive)
release-reusable / test (1.22): commonspace/spaceutils_test.go#L227
cannot use &mockPeerManager{} (value of type *mockPeerManager) as peermanager.PeerManager value in return statement: *mockPeerManager does not implement peermanager.PeerManager (missing method KeepAlive)
release-reusable / test (1.22)
Process completed with exit code 2.
release-reusable / test (1.22)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/