Durable task eviction for Go SDK #7685
Annotations
10 errors
|
Generate
Process completed with exit code 201.
|
|
Generate
task: Failed to run task "pre-commit-run": exit status 1
|
|
Generate:
pkg/worker/eviction/manager_test.go#L206
invalid operation: m.Cache() != customCache (mismatched types DurableEvictionCache and *InMemoryDurableEvictionCache) (typecheck)
|
|
Generate:
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)
|
|
Generate:
pkg/worker/eviction/manager.go#L129
too many arguments in call to m.cache.RegisterRun
|
|
Generate:
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)
|
|
Generate:
pkg/worker/eviction/manager_test.go#L206
invalid operation: m.Cache() != customCache (mismatched types DurableEvictionCache and *InMemoryDurableEvictionCache) (typecheck)
|
|
Generate:
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)
|
|
Generate:
pkg/worker/eviction/manager.go#L129
too many arguments in call to m.cache.RegisterRun
|
|
Generate:
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)
|
Loading