containerd / zfs

ZFS snapshotter plugin for containerd
Apache License 2.0
67 stars 29 forks source link

Port unit tests to FreeBSD #45

Open samuelkarp opened 3 years ago

samuelkarp commented 3 years ago

The current unit tests are // +build linux and are not trivially-enabled on FreeBSD due to dependencies like github.com/containerd/continuity/testutil/loopback. Before we enable CI (https://github.com/containerd/zfs/issues/44), it'd be useful to get the tests to run.