This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/test t-pvcreate-operation.sh


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2008-08-01 15:44:55

Modified files:
	test           : t-pvcreate-operation.sh 

Log message:
	disable mdadm test-case until a better solution is found

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/t-pvcreate-operation.sh.diff?cvsroot=lvm2&r1=1.7&r2=1.8

--- LVM2/test/t-pvcreate-operation.sh	2008/07/29 21:05:10	1.7
+++ LVM2/test/t-pvcreate-operation.sh	2008/08/01 15:44:53	1.8
@@ -55,14 +55,14 @@
    pvremove -f $d1'
 
 # NOTE: Force pvcreate after test completion to ensure clean device
-test_expect_success \
-  "pvcreate (lvm$mdatype) fails on md component device" \
-  'mdadm -C -l raid0 -n 2 /dev/md0 $d1 $d2 &&
-   pvcreate -M$mdatype $d1;
-   status=$?; echo status=$status; test $status != 0 &&
-   mdadm --stop /dev/md0 &&
-   pvcreate -ff -y -M$mdatype $d1 $d2 &&
-   pvremove -f $d1 $d2'
+#test_expect_success \
+#  "pvcreate (lvm$mdatype) fails on md component device" \
+#  'mdadm -C -l raid0 -n 2 /dev/md0 $d1 $d2 &&
+#   pvcreate -M$mdatype $d1;
+#   status=$?; echo status=$status; test $status != 0 &&
+#   mdadm --stop /dev/md0 &&
+#   pvcreate -ff -y -M$mdatype $d1 $d2 &&
+#   pvremove -f $d1 $d2'
 
 done
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]