]> sourceware.org Git - lvm2.git/commit
Testsuite updates and fixes for recently added features.
authorJonathan Earl Brassow <jbrassow@redhat.com>
Mon, 11 Jan 2010 21:20:19 +0000 (21:20 +0000)
committerJonathan Earl Brassow <jbrassow@redhat.com>
Mon, 11 Jan 2010 21:20:19 +0000 (21:20 +0000)
commit1744c1c2badf414dda303c9c4e9415f961dde24a
treee4538e30685b794f7867c73467eb1a47ae88b670
parent7ef5fbdbe6c8d32817d1b256058b13245e45448a
Testsuite updates and fixes for recently added features.

1. Found bug in 'redundant log' implementation that caused
   problems when converting a linear that spanned multiple
   devices to a mirror (wasn't checking for NULL value of
   provided parameter in _alloc_parallel_area)

2. Testsuite was failing to perform tests when 'not' modifier
   was used.  This allowed a couple issues to slip through.
   Added a 'not_sh' modifier that negates tests performed by
   functions defined in the shell source file.

3. Was initializing a variable to far down, which cause
   previously set value to be overridden.  (This was the
   result of the collision of the "redundant log" and
   lvconvert fix patches.)
lib/metadata/lv_manip.c
test/t-mirror-lvconvert.sh
tools/lvconvert.c
This page took 0.033606 seconds and 5 git commands to generate.