Durable task eviction for Go SDK #8883
Annotations
5 errors and 1 warning
|
lint
Process completed with exit code 1.
|
|
lint:
pkg/worker/eviction/manager_test.go#L206
invalid operation: m.Cache() != customCache (mismatched types DurableEvictionCache and *InMemoryDurableEvictionCache) (typecheck)
|
|
lint:
pkg/worker/eviction/manager_test.go#L204
cannot use customCache (variable of type *InMemoryDurableEvictionCache) as DurableEvictionCache value in argument to WithEvictionCache: *InMemoryDurableEvictionCache does not implement DurableEvictionCache (wrong type for method RegisterRun)
|
|
lint:
pkg/worker/eviction/manager.go#L129
too many arguments in call to m.cache.RegisterRun
|
|
lint:
pkg/worker/eviction/manager.go#L57
cannot use NewInMemoryDurableEvictionCache() (value of type *InMemoryDurableEvictionCache) as DurableEvictionCache value in struct literal: *InMemoryDurableEvictionCache does not implement DurableEvictionCache (wrong type for method RegisterRun)
|
|
Run actions/setup-python@v6
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
Loading