[sheepdog] [PATCH v1 3/3] patch add-rm-in-test-case

Robin Dong robin.k.dong at gmail.com
Fri Jan 24 06:23:11 CET 2014


From: Robin Dong <sanbai at taobao.com>

---
 tests/functional/084     | 4 ++++
 tests/functional/084.out | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/tests/functional/084 b/tests/functional/084
index f95bd95..bc98b51 100755
--- a/tests/functional/084
+++ b/tests/functional/084
@@ -47,4 +47,8 @@ for i in 3 7 19 37 57 97; do
 	diff -u $STORE/data$i $STORE/sheepfs/http/sd/sheep/data$i
 done
 
+# remove local entries
+rm -rf $STORE/sheepfs/http/sd/
+find $STORE/sheepfs/http/
+
 umount $STORE/sheepfs
diff --git a/tests/functional/084.out b/tests/functional/084.out
index 48147c1..186eb30 100644
--- a/tests/functional/084.out
+++ b/tests/functional/084.out
@@ -1,2 +1,5 @@
 QA output created by 084
 using backend plain store
+/tmp/sheepdog/084/sheepfs/http/
+/tmp/sheepdog/084/sheepfs/http/object
+/tmp/sheepdog/084/sheepfs/http/address
-- 
1.7.12.4




More information about the sheepdog mailing list