[sheepdog] [PATCH v2 1/4] Revert "tests/functional: add a new test for checking fast deep copied snapshot"
Hitoshi Mitake
mitake.hitoshi at lab.ntt.co.jp
Thu Feb 5 03:39:59 CET 2015
This reverts commit 42ad897825a87627d42f29a578d942a35eabd794.
Signed-off-by: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>
---
tests/functional/101 | 26 --------------------------
tests/functional/101.out | 16 ----------------
tests/functional/group | 1 -
3 files changed, 43 deletions(-)
delete mode 100755 tests/functional/101
delete mode 100644 tests/functional/101.out
diff --git a/tests/functional/101 b/tests/functional/101
deleted file mode 100755
index c480778..0000000
--- a/tests/functional/101
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/bash
-
-# Test fast deepcopy snapshot can produce a same result with ordinal deepcopy snapshot
-
-. ./common
-
-for i in 0 1 2; do
- _start_sheep $i
-done
-_wait_for_sheep 3
-_cluster_format -c 2
-
-$DOG vdi create test 128M -P
-$DOG vdi snapshot test --no-share
-
-_node_info
-_vdi_list
-
-$DOG vdi delete test
-$DOG vdi delete test -s 1
-
-$DOG vdi create test 128M -P
-$DOG vdi snapshot test --no-share --fast-deep-copy
-
-_node_info
-_vdi_list
diff --git a/tests/functional/101.out b/tests/functional/101.out
deleted file mode 100644
index 2d59109..0000000
--- a/tests/functional/101.out
+++ /dev/null
@@ -1,16 +0,0 @@
-QA output created by 101
-using backend plain store
-STORE DATA VDI VMSTATE ATTR LEDGER STALE
-0 37 1 0 0 23 0
-1 50 1 0 0 20 0
-2 41 2 0 0 21 0
- Name Id Size Used Shared Creation time VDI id Copies Tag Block Size Shift
-s test 1 128 MB 128 MB 0.0 MB DATE 7c2b25 2 22
- test 0 128 MB 128 MB 0.0 MB DATE 7c2b26 2 22
-STORE DATA VDI VMSTATE ATTR LEDGER STALE
-0 37 1 0 0 23 0
-1 50 1 0 0 20 0
-2 41 2 0 0 21 0
- Name Id Size Used Shared Creation time VDI id Copies Tag Block Size Shift
-s test 1 128 MB 128 MB 0.0 MB DATE 7c2b25 2 22
- test 0 128 MB 128 MB 0.0 MB DATE 7c2b26 2 22
diff --git a/tests/functional/group b/tests/functional/group
index 43be6ea..2e03738 100644
--- a/tests/functional/group
+++ b/tests/functional/group
@@ -115,4 +115,3 @@
098 auto quick vdi cluster
099 auto quick vdi cluster
100 auto quick vdi
-101 auto quick vdi
--
1.9.1
More information about the sheepdog
mailing list