Skip to content

Remove runtime from tests #95

Remove runtime from tests

Remove runtime from tests #95

Triggered via pull request August 24, 2024 18:45
Status Failure
Total duration 2m 53s
Artifacts

build_and_test.yml

on: pull_request
Build and push image
2m 44s
Build and push image
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Build and push image: transfer_manager/go/pkg/providers/yt/sink/v2/statictable/writer.go#L66
cannot use cfg.TxClient (variable of type "go.ytsaurus.tech/yt/go/yt".Tx) as "go.ytsaurus.tech/yt/go/yt".Client value in argument to yt.WriteTable: "go.ytsaurus.tech/yt/go/yt".Tx does not implement "go.ytsaurus.tech/yt/go/yt".Client (missing method AbortOperation)
Build and push image: transfer_manager/go/pkg/providers/yt/sink/v2/statictable/writer.go#L66
cannot use cfg.TxClient (variable of type "go.ytsaurus.tech/yt/go/yt".Tx) as "go.ytsaurus.tech/yt/go/yt".Client value in argument to yt.WriteTable: "go.ytsaurus.tech/yt/go/yt".Tx does not implement "go.ytsaurus.tech/yt/go/yt".Client (missing method AbortOperation)
Build and push image
Process completed with exit code 2.
Build and push image
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/