moby/volume/service
Paweł Gronowski 435ecfe6e0
test/volume: Replace Check with NilError where suitable
In these cases, continuing after a non nil error will result in a nil
dereference in panic.
Change the `assert.Check` to `assert.NilError` to avoid that.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2023-08-10 11:18:56 +02:00
..
opts Volume prune: only prune anonymous volumes by default 2022-10-04 20:55:13 +00:00
by.go Extract volume interaction to a volumes service 2018-05-25 14:21:07 -04:00
convert.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
convert_test.go volume/service: inline filters in tests 2023-04-25 15:17:25 +02:00
db.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
db_test.go volume: format code with gofumpt 2023-06-29 00:05:23 +02:00
default_driver.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
default_driver_stubs.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
errors.go Use GetBoolOrDefault to remove duplicated invalidFilter usages 2023-01-26 16:28:53 +01:00
restore.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
restore_test.go fix unclosed file-handles in tests 2022-05-31 21:53:38 +02:00
service.go Restore active mount counts on live-restore 2023-06-27 16:33:23 +00:00
service_linux_test.go volume: format code with gofumpt 2023-06-29 00:05:23 +02:00
service_test.go Volume prune: only prune anonymous volumes by default 2022-10-04 20:55:13 +00:00
store.go volume: format code with gofumpt 2023-06-29 00:05:23 +02:00
store_test.go test/volume: Replace Check with NilError where suitable 2023-08-10 11:18:56 +02:00
store_unix.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
store_windows.go Extract volume interaction to a volumes service 2018-05-25 14:21:07 -04:00