TESv1.1 Support #161
Triggered via pull request
September 27, 2023 19:45
Status
Failure
Total duration
3m 38s
Artifacts
–
tests.yaml
on: pull_request
build
2m 26s
lint
3m 24s
unitTest
3m 22s
Annotations
6 errors and 2 warnings
build:
database/mongodb/scheduler.go#L50
cannot use db (variable of type *MongoDB) as tes.ReadOnlyServer value in argument to scheduler.UpdateNode: *MongoDB does not implement tes.ReadOnlyServer (missing method GetTask)
|
build
Process completed with exit code 2.
|
unitTest:
database/mongodb/scheduler.go#L50
cannot use db (variable of type *MongoDB) as tes.ReadOnlyServer value in argument to scheduler.UpdateNode: *MongoDB does not implement tes.ReadOnlyServer (missing method GetTask)
|
unitTest
Process completed with exit code 2.
|
lint:
database/mongodb/scheduler.go#L50
cannot use db (variable of type *MongoDB) as tes.ReadOnlyServer value in argument to scheduler.UpdateNode: *MongoDB does not implement tes.ReadOnlyServer (missing method GetTask) (typecheck)
|
lint
issues found
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
unitTest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|