Skip to content

Passing context to listMessages #18

Passing context to listMessages

Passing context to listMessages #18

Triggered via push October 5, 2024 15:03
Status Failure
Total duration 1m 6s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 1 warning
build (ubuntu-latest, 1.22.x): inspector_test.go#L726
not enough arguments in call to inspector.ListPendingTasks
build (ubuntu-latest, 1.22.x): inspector_test.go#L818
not enough arguments in call to inspector.ListActiveTasks
build (ubuntu-latest, 1.22.x): inspector_test.go#L1266
cannot use "default" (constant of type string) as "context".Context value in argument to inspector.ListPendingTasks: string does not implement "context".Context (missing method Deadline)
build (ubuntu-latest, 1.22.x): inspector_test.go#L1266
cannot use Page(tc.page) (value of type ListOption) as string value in argument to inspector.ListPendingTasks: need type assertion
build (ubuntu-latest, 1.22.x): inspector_test.go#L1301
not enough arguments in call to inspector.ListActiveTasks
build (ubuntu-latest, 1.22.x): inspector_test.go#L1304
not enough arguments in call to inspector.ListPendingTasks
build (ubuntu-latest, 1.22.x): internal/rdb/inspect_test.go#L794
not enough arguments in call to r.ListPending
build (ubuntu-latest, 1.22.x): internal/rdb/inspect_test.go#L844
not enough arguments in call to r.ListPending
build (ubuntu-latest, 1.22.x): internal/rdb/inspect_test.go#L913
not enough arguments in call to r.ListActive
build (ubuntu-latest, 1.22.x): internal/rdb/inspect_test.go#L953
not enough arguments in call to r.ListActive
build (ubuntu-latest, 1.23.x)
The job was canceled because "ubuntu-latest_1_22_x" failed.
build (ubuntu-latest, 1.23.x): inspector_test.go#L726
not enough arguments in call to inspector.ListPendingTasks
build (ubuntu-latest, 1.23.x): inspector_test.go#L818
not enough arguments in call to inspector.ListActiveTasks
build (ubuntu-latest, 1.23.x): inspector_test.go#L1266
cannot use "default" (constant of type string) as "context".Context value in argument to inspector.ListPendingTasks: string does not implement "context".Context (missing method Deadline)
build (ubuntu-latest, 1.23.x): inspector_test.go#L1266
cannot use Page(tc.page) (value of type ListOption) as string value in argument to inspector.ListPendingTasks: need type assertion
build (ubuntu-latest, 1.23.x): inspector_test.go#L1301
not enough arguments in call to inspector.ListActiveTasks
build (ubuntu-latest, 1.23.x): inspector_test.go#L1304
not enough arguments in call to inspector.ListPendingTasks
build (ubuntu-latest, 1.23.x): internal/rdb/inspect_test.go#L794
not enough arguments in call to r.ListPending
build (ubuntu-latest, 1.23.x): internal/rdb/inspect_test.go#L844
not enough arguments in call to r.ListPending
build (ubuntu-latest, 1.23.x): internal/rdb/inspect_test.go#L913
not enough arguments in call to r.ListActive
build (ubuntu-latest, 1.23.x): internal/rdb/inspect_test.go#L953
not enough arguments in call to r.ListActive
build (ubuntu-latest, 1.22.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/