Skip to content

Add support for UC Volumes to the databricks fs commands #4597

Add support for UC Volumes to the databricks fs commands

Add support for UC Volumes to the databricks fs commands #4597

Triggered via pull request February 19, 2024 10:33
Status Failure
Total duration 5m 13s
Artifacts

push.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 3 warnings
tests (ubuntu-latest): internal/filer_test.go#L94
cannot use setupWsfsFiler (value of type func(t *testing.T) (context.Context, filer.Filer)) as func(t *testing.T) (filer.Filer, string) value in struct literal
tests (ubuntu-latest): internal/filer_test.go#L204
cannot use setupWsfsFiler (value of type func(t *testing.T) (context.Context, filer.Filer)) as func(t *testing.T) (filer.Filer, string) value in struct literal
tests (ubuntu-latest): internal/filer_test.go#L312
cannot use setupWsfsFiler (value of type func(t *testing.T) (context.Context, filer.Filer)) as func(t *testing.T) (filer.Filer, string) value in struct literal
tests (ubuntu-latest): internal/filer_test.go#L382
f.Write undefined (type context.Context has no field or method Write)
tests (ubuntu-latest): internal/filer_test.go#L384
f.Write undefined (type context.Context has no field or method Write)
tests (ubuntu-latest): internal/filer_test.go#L386
f.Write undefined (type context.Context has no field or method Write)
tests (ubuntu-latest): internal/filer_test.go#L388
f.Write undefined (type context.Context has no field or method Write)
tests (ubuntu-latest): internal/filer_test.go#L390
f.Write undefined (type context.Context has no field or method Write)
tests (ubuntu-latest): internal/filer_test.go#L394
cannot use f (variable of type context.Context) as filer.Filer value in struct literal: context.Context does not implement filer.Filer (missing method Delete)
tests (ubuntu-latest): internal/filer_test.go#L395
cannot use f (variable of type context.Context) as filer.Filer value in struct literal: context.Context does not implement filer.Filer (missing method Delete)
tests (macos-latest): internal/filer_test.go#L94
cannot use setupWsfsFiler (value of type func(t *testing.T) (context.Context, filer.Filer)) as func(t *testing.T) (filer.Filer, string) value in struct literal
tests (macos-latest): internal/filer_test.go#L204
cannot use setupWsfsFiler (value of type func(t *testing.T) (context.Context, filer.Filer)) as func(t *testing.T) (filer.Filer, string) value in struct literal
tests (macos-latest): internal/filer_test.go#L312
cannot use setupWsfsFiler (value of type func(t *testing.T) (context.Context, filer.Filer)) as func(t *testing.T) (filer.Filer, string) value in struct literal
tests (macos-latest): internal/filer_test.go#L382
f.Write undefined (type context.Context has no field or method Write)
tests (macos-latest): internal/filer_test.go#L384
f.Write undefined (type context.Context has no field or method Write)
tests (macos-latest): internal/filer_test.go#L386
f.Write undefined (type context.Context has no field or method Write)
tests (macos-latest): internal/filer_test.go#L388
f.Write undefined (type context.Context has no field or method Write)
tests (macos-latest): internal/filer_test.go#L390
f.Write undefined (type context.Context has no field or method Write)
tests (macos-latest): internal/filer_test.go#L394
cannot use f (variable of type context.Context) as filer.Filer value in struct literal: context.Context does not implement filer.Filer (missing method Delete)
tests (macos-latest): internal/filer_test.go#L395
cannot use f (variable of type context.Context) as filer.Filer value in struct literal: context.Context does not implement filer.Filer (missing method Delete)
tests (windows-latest): internal/filer_test.go#L94
cannot use setupWsfsFiler (value of type func(t *testing.T) (context.Context, filer.Filer)) as func(t *testing.T) (filer.Filer, string) value in struct literal
tests (windows-latest): internal/filer_test.go#L204
cannot use setupWsfsFiler (value of type func(t *testing.T) (context.Context, filer.Filer)) as func(t *testing.T) (filer.Filer, string) value in struct literal
tests (windows-latest): internal/filer_test.go#L312
cannot use setupWsfsFiler (value of type func(t *testing.T) (context.Context, filer.Filer)) as func(t *testing.T) (filer.Filer, string) value in struct literal
tests (windows-latest): internal/filer_test.go#L382
f.Write undefined (type context.Context has no field or method Write)
tests (windows-latest): internal/filer_test.go#L384
f.Write undefined (type context.Context has no field or method Write)
tests (windows-latest): internal/filer_test.go#L386
f.Write undefined (type context.Context has no field or method Write)
tests (windows-latest): internal/filer_test.go#L388
f.Write undefined (type context.Context has no field or method Write)
tests (windows-latest): internal/filer_test.go#L390
f.Write undefined (type context.Context has no field or method Write)
tests (windows-latest): internal/filer_test.go#L394
cannot use f (variable of type context.Context) as filer.Filer value in struct literal: context.Context does not implement filer.Filer (missing method Delete)
tests (windows-latest): internal/filer_test.go#L395
cannot use f (variable of type context.Context) as filer.Filer value in struct literal: context.Context does not implement filer.Filer (missing method Delete)
tests (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
tests (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
tests (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.