All of lore.kernel.org
 help / color / mirror / Atom feed
* LVM2/test/api percent.sh
@ 2011-01-28 16:11 zkabelac
  0 siblings, 0 replies; 2+ messages in thread
From: zkabelac @ 2011-01-28 16:11 UTC (permalink / raw)
  To: lvm-devel

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at sourceware.org	2011-01-28 16:11:14

Modified files:
	test/api       : percent.sh 

Log message:
	Query only test related vg name

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/api/percent.sh.diff?cvsroot=lvm2&r1=1.4&r2=1.5

--- LVM2/test/api/percent.sh	2011/01/07 15:04:52	1.4
+++ LVM2/test/api/percent.sh	2011/01/28 16:11:14	1.5
@@ -23,5 +23,5 @@
 lvcreate -s -n snap2 $vg/foo -l 6 -c 4k
 dd if=/dev/urandom of=$DM_DEV_DIR/$vg/snap2 count=1 bs=1024
 lvcreate -m 1 -n mirr $vg -l 1 --mirrorlog core
-lvs
+lvs $vg
 aux apitest percent $vg



^ permalink raw reply	[flat|nested] 2+ messages in thread

* LVM2/test/api percent.sh
@ 2011-09-19 18:40 zkabelac
  0 siblings, 0 replies; 2+ messages in thread
From: zkabelac @ 2011-09-19 18:40 UTC (permalink / raw)
  To: lvm-devel

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at sourceware.org	2011-09-19 18:40:52

Modified files:
	test/api       : percent.sh 

Log message:
	Another vgremove for speedup
	
	It seems like test-suite is significantly slowed down on removal phase.
	
	Maybe it should be part of generic teardown - though the reason of slowdown
	should be also discovered -  probably related to retry loop ?

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/api/percent.sh.diff?cvsroot=lvm2&r1=1.6&r2=1.7

--- LVM2/test/api/percent.sh	2011/06/09 18:58:01	1.6
+++ LVM2/test/api/percent.sh	2011/09/19 18:40:51	1.7
@@ -24,3 +24,5 @@
 lvcreate -m 1 -n mirr $vg -l 1 --mirrorlog core
 lvs $vg
 aux apitest percent $vg
+
+vgremove -ff $vg



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-19 18:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-28 16:11 LVM2/test/api percent.sh zkabelac
  -- strict thread matches above, loose matches on Subject: below --
2011-09-19 18:40 zkabelac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.