Skip to content

8422 list multipart uploads #16259

8422 list multipart uploads

8422 list multipart uploads #16259

Triggered via pull request January 27, 2025 14:05
Status Failure
Total duration 6m 11s
Artifacts

test.yaml

on: pull_request
Run Linters and Checkers
4m 58s
Run Linters and Checkers
Run Go tests
6m 3s
Run Go tests
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Run Linters and Checkers: pkg/gateway/operations/base.go#L1
: # github.com/treeverse/lakefs/pkg/gateway/operations
Run Linters and Checkers: pkg/gateway/operations/listobjects.go#L409
not enough arguments in call to o.BlockStore.ListMultipartUploads
Run Linters and Checkers: pkg/api/ui_handler.go#L15
could not import github.com/treeverse/lakefs/pkg/gateway/operations (-: # github.com/treeverse/lakefs/pkg/gateway/operations
Run Linters and Checkers: pkg/gateway/operations/listobjects.go#L409
not enough arguments in call to o.BlockStore.ListMultipartUploads
Run Linters and Checkers: pkg/gateway/handler.go#L16
could not import github.com/treeverse/lakefs/pkg/gateway/operations (-: # github.com/treeverse/lakefs/pkg/gateway/operations
Run Linters and Checkers: pkg/gateway/operations/listobjects.go#L409
not enough arguments in call to o.BlockStore.ListMultipartUploads
Run Linters and Checkers
Process completed with exit code 2.
Run Go tests: pkg/gateway/operations/listobjects.go#L409
not enough arguments in call to o.BlockStore.ListMultipartUploads
Run Go tests: pkg/block/validations_test.go#L23
cannot use adapter (variable of type *testutil.MockAdapter) as block.Adapter value in argument to block.ValidateInterRegionStorage: *testutil.MockAdapter does not implement block.Adapter (wrong type for method ListMultipartUploads)
Run Go tests: pkg/block/validations_test.go#L34
cannot use adapter (variable of type *testutil.MockAdapter) as block.Adapter value in argument to block.ValidateInterRegionStorage: *testutil.MockAdapter does not implement block.Adapter (wrong type for method ListMultipartUploads)
Run Go tests: pkg/gateway/operations/putobject_test.go#L55
cannot use adapter (variable of type *testutil.MockAdapter) as block.Adapter value in argument to upload.WriteBlob: *testutil.MockAdapter does not implement block.Adapter (wrong type for method ListMultipartUploads)
Run Go tests
Process completed with exit code 2.