From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32594 invoked by alias); 1 Aug 2008 15:44:56 -0000 Received: (qmail 32578 invoked by uid 9737); 1 Aug 2008 15:44:56 -0000 Date: Fri, 01 Aug 2008 15:44:00 -0000 Message-ID: <20080801154456.32576.qmail@sourceware.org> From: zkabelac@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/test t-pvcreate-operation.sh Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00000.txt.bz2 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