Skip to content

feat: add peer manager for persistent cache task #10843

feat: add peer manager for persistent cache task

feat: add peer manager for persistent cache task #10843

Triggered via pull request October 21, 2024 13:11
Status Failure
Total duration 4m 0s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Test: scheduler/resource/persistentcache/peer_manager.go#L60
cannot use &peerManager{…} (value of type *peerManager) as PeerManager value in return statement: *peerManager does not implement PeerManager (missing method Delete)
Test: scheduler/resource/persistentcache/peer_manager.go#L108
cannot use Task{} (value of type Task) as *Task value in argument to NewPeer
Test: scheduler/resource/persistentcache/peer_manager.go#L109
cannot use Peer{} (value of type Peer) as *Host value in argument to NewPeer
Test: scheduler/resource/persistentcache/peer_manager.go#L113
not enough arguments in call to logger.WithPeer
Test: scheduler/resource/persistentcache/task.go#L118
undefined: logger.WithPersistentCacheTask
Test
Process completed with exit code 2.