containerd / zfs

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

Rewrite test to not depend on gotest.tools #40

Closed thaJeztah closed 3 years ago

thaJeztah commented 3 years ago

The test was only using some minimal functionality of gotest.tools, so tying to keep the requirements in go.mod down.

Relates to https://github.com/containerd/containerd/pull/5243/files#r598499586

thaJeztah commented 3 years ago

Flaky test?

--- FAIL: TestZFS (0.01s)
    --- FAIL: TestZFS/Basic (0.74s)
    --- PASS: TestZFS/DirectoryPermissionOnCommit (1.29s)
thaJeztah commented 3 years ago

@fuweid @AkihiroSuda ptal