8422 list multipart uploads #16259
test.yaml
on: pull_request
Run Linters and Checkers
4m 58s
Run Go tests
6m 3s
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.
|