summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add age filter to dmsetup udevcomplete_all to minimise concurrency problems.Alasdair Kergon2011-06-291-1/+3
* make udev teardown conditional on using udevAlasdair Kergon2011-06-292-1/+7
* teardown aborts if it hits an error, so better teardown semaphores earlierAlasdair Kergon2011-06-291-3/+3
* print any loop devs that weren't torn downAlasdair Kergon2011-06-291-0/+3
* remove any stray semaphores after tearing down devsAlasdair Kergon2011-06-291-0/+3
* Add uuids to dmsetup create cmds.Alasdair Kergon2011-06-291-3/+3
* use dmsetup remove -f as a better way of simulating a device "disappearing"Alasdair Kergon2011-06-291-5/+1
* More readahead tests.Alasdair Kergon2011-06-281-0/+11
* Change to still sync with udev (to test waiting for rules) then to verify udevAlasdair Kergon2011-06-281-3/+4
* Selectively enable/disable udev rules.Alasdair Kergon2011-06-281-1/+6
* Fail allocation if number of extents not divisible by area countMilan Broz2011-06-231-0/+5
* Fix RHBZ 651590 (failure to lock LV results in failure to repair mirror afterPetr Rockai2011-06-151-3/+3
* Fix kernel version test (RHEL: 2.6.32-123).Milan Broz2011-06-091-2/+2
* Fix mirrored stripe reduction.Milan Broz2011-06-091-0/+8
* Fix extent rounding for striped segments.Milan Broz2011-06-091-0/+5
* Fix kernel version parsing in tests, use common function.Milan Broz2011-06-093-9/+23
* Fix topology test.Milan Broz2011-06-091-11/+13
* Also check in the pe_start API test that the disks have not been touched.Petr Rockai2011-06-042-4/+6
* Add an API test that shows how to find a value of pe_start for a VG withoutPetr Rockai2011-06-043-1/+65
* Rewrite vgreduce --removemissing --force, using existing primitives:Petr Rockai2011-05-072-16/+44
* Add missing cleanup for vgimportclone scriptZdenek Kabelac2011-04-281-1/+2
* Disable nightly test for vgimportclone until proper fix is made.Dave Wysochanski2011-04-211-5/+6
* Add vgimportclone symlink for nightly test.Dave Wysochanski2011-04-211-0/+1
* Add nightly test for vgimportclone and querying of vgnames with duplicate pvs.Dave Wysochanski2011-04-211-0/+35
* Fix use of released vgname and vgidZdenek Kabelac2011-04-211-0/+25
* Always copy all tests to builddir regardless of T/S, since subsequent runsPetr Rockai2011-04-191-2/+3
* Make the mirror log checks in t-lvconvert-repair-policy a bit more strictPetr Rockai2011-04-122-6/+14
* This patchset refactors some reporting code and completes the remainingPetr Rockai2011-04-121-0/+4
* Testing: remove -q from grepZdenek Kabelac2011-03-306-9/+10
* Reduce amount of vgremove and vgchange callsZdenek Kabelac2011-03-282-51/+26
* Indent spaces to tabsZdenek Kabelac2011-03-101-56/+56
* Fix test for 8k page (fails on Sparc architecture).Milan Broz2011-03-061-1/+2
* Make the lock test a little bit better...Milan Broz2011-03-041-4/+8
* Wait until dmeventd properly starts in test.Milan Broz2011-03-041-0/+3
* Leave some time to schedulerZdenek Kabelac2011-03-031-0/+1
* Avoid using pipes on lv commandsZdenek Kabelac2011-03-031-7/+8
* Fix test, "echo n" is not needed when -y is specified.Milan Broz2011-03-031-1/+1
* Do not echo y to lvconvertZdenek Kabelac2011-03-031-1/+1
* Increase check timeout again.Milan Broz2011-03-021-1/+1
* Fix test to use explicit /dev/mapper/ node, /proc/mounts should not change th...Milan Broz2011-03-021-1/+1
* As requested in BZ 454618:Petr Rockai2011-03-021-0/+8
* Rather return success if skipping udev wait.Milan Broz2011-03-011-2/+2
* Invert condition for READLINE checkZdenek Kabelac2011-03-011-1/+1
* Build test.c also without readline libraryZdenek Kabelac2011-03-011-2/+14
* Fix tests if udevadm missing (old udev).Milan Broz2011-03-011-0/+1
* Quick fix to compile lvm2api tests when possibleZdenek Kabelac2011-03-011-3/+6
* Use backward compatible configuration for testZdenek Kabelac2011-02-286-0/+14
* vgconvert is fixed now to work with the changes in metadata area handling - e...Peter Rajnoha2011-02-251-7/+7
* Temporarily disable 'convert a VG from lvm2 to lvm1 format' test until a know...Peter Rajnoha2011-02-211-7/+7
* Replace PV_MIN_SIZE with function pv_min_size()Zdenek Kabelac2011-02-181-0/+31