containerd / zfs

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

`make test` locally failing with containerd@f3b85a91b09cdd786fc3ad624b98618cd0e3313e #2

Closed AkihiroSuda closed 7 years ago

AkihiroSuda commented 7 years ago
    --- FAIL: TestZFS/Basic (0.90s)
        helpers.go:23: unmount /tmp/snapshot-suite-zfs-211154264/work/nextnextlayer
        helpers.go:25: Could not umount /tmp/snapshot-suite-zfs-211154264/work/nextnextlayer invalid argument
        helpers.go:23: unmount /tmp/snapshot-suite-zfs-211154264/work/nextlayer
        helpers.go:23: unmount /tmp/snapshot-suite-zfs-211154264/work/preparing
        helpers.go:73: drwx------ /tmp/snapshot-suite-zfs-211154264
        helpers.go:73: drwxrwxrwx /tmp/snapshot-suite-zfs-211154264/root
        helpers.go:73: drwxrwxrwx /tmp/snapshot-suite-zfs-211154264/work
        helpers.go:73: drwxrwxrwx /tmp/snapshot-suite-zfs-211154264/work/nextlayer
        helpers.go:73: drwxrwxrwx /tmp/snapshot-suite-zfs-211154264/work/nextnextlayer
        helpers.go:73: drwxrwxrwx /tmp/snapshot-suite-zfs-211154264/work/preparing
        loopback_linux.go:34: Created loop device /dev/loop19 (using /tmp/containerd-test-loopback287795486)
        loopback_linux.go:38: Removing loop device /dev/loop19
        loopback_linux.go:46: Removing temporary file /tmp/containerd-test-loopback287795486

The test passes with https://github.com/containerd/containerd/pull/1103

AkihiroSuda commented 7 years ago

Now locally passing ( containerd/containerd#1103)