Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Only enqueue non-terminal tasks #351

Only enqueue non-terminal tasks

Only enqueue non-terminal tasks #351

Triggered via pull request September 12, 2023 22:55
Status Failure
Total duration 3m 7s
Artifacts

pull_request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 2 warnings
Run tests: cache/auto_refresh_test.go#L31
impossible type assertion: obj.GetItem().(fakeCacheItem)
Run tests: cache/auto_refresh_test.go#L39
cannot use fakeCacheItem{…} (value of type fakeCacheItem) as type Item in struct literal:
Run tests: cache/auto_refresh_test.go#L63
cannot use fakeCacheItem{…} (value of type fakeCacheItem) as type Item in argument to cache.GetOrCreate:
Run tests: cache/auto_refresh_test.go#L74
impossible type assertion: item.(fakeCacheItem)
Run tests: cache/auto_refresh_test.go#L89
cannot use fakeCacheItem{…} (value of type fakeCacheItem) as type Item in argument to cache.GetOrCreate:
Run tests: cache/auto_refresh_test.go#L137
cannot use "test" (constant of type string) as type Item in argument to cache.GetOrCreate:
Run tests
Process completed with exit code 2.
Lint / Run Lint: cache/auto_refresh_test.go#L31
impossible type assertion: obj.GetItem().(fakeCacheItem)
Lint / Run Lint: cache/auto_refresh_test.go#L39
cannot use fakeCacheItem{…} (value of type fakeCacheItem) as type Item in struct literal:
Lint / Run Lint: cache/auto_refresh_test.go#L63
cannot use fakeCacheItem{…} (value of type fakeCacheItem) as type Item in argument to cache.GetOrCreate:
Lint / Run Lint: cache/auto_refresh_test.go#L74
impossible type assertion: item.(fakeCacheItem)
Lint / Run Lint: cache/auto_refresh_test.go#L89
cannot use fakeCacheItem{…} (value of type fakeCacheItem) as type Item in argument to cache.GetOrCreate:
Lint / Run Lint: cache/auto_refresh_test.go#L137
cannot use "test" (constant of type string) as type Item in argument to cache.GetOrCreate:
Lint / Run Lint
Process completed with exit code 2.
Run tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Ensure go generate has run
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/