vfs: make Unwrap part of FS, fix metamorphic restart op #7872
Annotations
10 errors and 2 warnings
vfs/vfstest/open_files.go#L26
cannot use wrappedFS (variable of type *openFilesFS) as vfs.FS value in return statement: *openFilesFS does not implement vfs.FS (missing method Unwrap)
|
vfs/vfstest/open_files.go#L35
cannot use (*openFilesFS)(nil) (value of type *openFilesFS) as vfs.FS value in variable declaration: *openFilesFS does not implement vfs.FS (missing method Unwrap)
|
vfs/vfstest/open_files.go#L26
cannot use wrappedFS (variable of type *openFilesFS) as vfs.FS value in return statement: *openFilesFS does not implement vfs.FS (missing method Unwrap)
|
vfs/vfstest/open_files.go#L35
cannot use (*openFilesFS)(nil) (value of type *openFilesFS) as vfs.FS value in variable declaration: *openFilesFS does not implement vfs.FS (missing method Unwrap)
|
vfs/disk_health_test.go#L218
cannot use &mockFS{} (value of type *mockFS) as FS value in variable declaration: *mockFS does not implement FS (missing method Unwrap)
|
vfs/disk_health_test.go#L260
cannot use mockFS (variable of type *mockFS) as FS value in argument to WithDiskHealthChecks: *mockFS does not implement FS (missing method Unwrap)
|
vfs/disk_health_test.go#L320
cannot use mockFS (variable of type *mockFS) as FS value in argument to WithDiskHealthChecks: *mockFS does not implement FS (missing method Unwrap)
|
vfs/disk_health_test.go#L547
cannot use filesystemOpsMockFS(unstall) (value of type *mockFS) as FS value in argument to WithDiskHealthChecks: *mockFS does not implement FS (missing method Unwrap)
|
vfs/disk_health_test.go#L596
cannot use mockFS (variable of type *mockFS) as FS value in argument to WithDiskHealthChecks: *mockFS does not implement FS (missing method Unwrap)
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, 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/
|
This job failed
Loading