moby--moby/daemon/graphdriver
Antonio Murdaca b18062122d graphtest: fix cleanup logic
device Base should not exists on failure:

--- FAIL: TestDevmapperCreateBase (0.06s)
    graphtest_unix.go:122: stat
/tmp/docker-graphtest-079240530/devicemapper/mnt/Base/rootfs/a subdir:
no such file or directory
--- FAIL: TestDevmapperCreateSnap (0.00s)
    graphtest_unix.go:219: devmapper: device Base already
exists.

it should be:

--- FAIL: TestDevmapperCreateBase (0.25s)
	graphtest_unix.go:122: stat
/tmp/docker-graphtest-828994195/devicemapper/mnt/Base/rootfs/a subdir:
no such file or directory
--- FAIL: TestDevmapperCreateSnap (0.13s)
	graphtest_unix.go:122: stat
/tmp/docker-graphtest-828994195/devicemapper/mnt/Snap/rootfs/a subdir:
no such file or directory

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-05-31 20:08:57 +02:00
..
aufs Add reference counting to aufs 2016-05-23 15:57:23 -07:00
btrfs Add disk quota support for btrfs 2016-05-05 14:35:13 +08:00
devmapper graphtest: fix cleanup logic 2016-05-31 20:08:57 +02:00
graphtest graphtest: fix cleanup logic 2016-05-31 20:08:57 +02:00
overlay Remove unused mounted function in overlay 2016-05-24 11:02:07 -07:00
register Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
vfs Adding readOnly parameter to graphdriver Create method 2016-04-06 13:52:53 -07:00
windows Windows: fix Windows graph driver name 2016-05-27 16:24:02 -07:00
zfs Merge pull request #22091 from amitkris/build_solaris 2016-05-24 21:41:36 +02:00
counter.go Add reference counting to aufs 2016-05-23 15:57:23 -07:00
driver.go Add reference counting to aufs 2016-05-23 15:57:23 -07:00
driver_freebsd.go Move layer mount refcounts to mountedLayer 2016-03-23 14:42:52 -07:00
driver_linux.go Add reference counting to aufs 2016-05-23 15:57:23 -07:00
driver_solaris.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
driver_unsupported.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
driver_windows.go Windows: Remove windowsdiff driver 2016-05-20 16:18:19 -07:00
fsdiff.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
plugin.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
plugin_unsupported.go Create extpoint for graphdrivers 2015-09-09 20:24:35 -04:00
proxy.go Adding readOnly parameter to graphdriver Create method 2016-04-06 13:52:53 -07:00