summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Test all combinations of mirror conversion, both while the LVJonathan Earl Brassow2010-04-281-1/+294
* Disallow the direct removal of a merging snapshot.Mike Snitzer2010-04-231-3/+9
* When removing a snapshot avoid preloading the origin if theMike Snitzer2010-04-231-0/+17
* The following tests in the testsuite have race conditions:Jonathan Earl Brassow2010-04-222-4/+4
* Disallow the addition of mirror images while a mirror up-convertJonathan Earl Brassow2010-04-211-2/+5
* Disallow the primary mirror image from being removed when theJonathan Earl Brassow2010-04-212-2/+19
* Re-enable t-topology-support.shMike Snitzer2010-04-201-46/+34
* Add device creation to basic nightly test.Dave Wysochanski2010-04-201-0/+4
* Add additional test to start the snapshot merge (which had just failedMike Snitzer2010-04-191-4/+9
* Add missing readline linkage to lvm2app test.Dave Wysochanski2010-04-141-1/+1
* Allow incomplete mirror restore in lvconvert --repair upon insufficient space.Petr Rockai2010-04-143-32/+83
* SIGTERM testing clvmd before SIGKILL-ing it.Petr Rockai2010-04-141-1/+5
* Fix teardown in t-pvcreate-operation-md.sh nightly test.Dave Wysochanski2010-04-131-1/+1
* Add check_cluster and check_local targets in addition to just "check".Petr Rockai2010-04-131-1/+9
* Process all core dumps that exist upon a test failure (this would hopefullyPetr Rockai2010-04-131-13/+13
* Fix a reversed exit status from test harness.Petr Rockai2010-04-131-1/+1
* Optionally disable the verbose repeat of a failed test (exportPetr Rockai2010-04-131-1/+2
* Disable the rather-dangerous prepare_scsi_debug_dev in the testsuite.Petr Rockai2010-04-131-0/+6
* Make it easy to run just a subset of tests by saying `make check T="regex"`.Petr Rockai2010-04-131-3/+6
* Fix t-lvcreate-usage, as lvcreate ... -i1 no longer prints "Redundant stripesPetr Rockai2010-04-131-2/+1
* For the testsuite, set a default polling interval to 0 in lvm.conf. Cuts downPetr Rockai2010-04-131-0/+1
* More testsuite helpers for check.sh.Petr Rockai2010-04-121-7/+26
* Absorb t-mirror-lvconvert-usage into t-lvconvert-mirror.Petr Rockai2010-04-122-92/+13
* Explode t-mirror-basic into a number of smaller tests.Petr Rockai2010-04-125-284/+162
* Add a new helper script for the testsuite, that makes checking for variousPetr Rockai2010-04-122-1/+96
* Do not pollute /tmp with testing byproducts.Petr Rockai2010-04-121-1/+1
* INSTALL rules updatesZdenek Kabelac2010-04-091-1/+1
* Use vpath instead of VPATH.Zdenek Kabelac2010-04-091-1/+0
* And another test that should have been failing - normal allocation policyAlasdair Kergon2010-04-081-2/+2
* another incorrect test that should have been failing beforeAlasdair Kergon2010-04-081-1/+1
* Don't forget to cd into $TESTDIR in test-utils.sh / prepare_testdir.Petr Rockai2010-04-071-1/+3
* Fix a mis-override of $PWD in test-utils.sh.Petr Rockai2010-04-071-2/+2
* Set ulimit -c to unlimited to allow coredumps to be collected and analysed inPetr Rockai2010-04-071-0/+1
* Avoid spurious skips in the testsuite due to obsoletedPetr Rockai2010-04-076-13/+0
* Refactor the test utilities, dropping the legacy test-lib.sh and curtailingPetr Rockai2010-04-0715-416/+85
* In test harness, use fwrite(3) in place of write(2) to avoid mixing fd-levelPetr Rockai2010-04-071-1/+1
* Keep the testsuite stats correct in spite of failed-test repetition.Petr Rockai2010-04-071-17/+33
* Move a fragile testcase toward the end of t-mirror-lvconvert.sh.Petr Rockai2010-04-061-20/+21
* Put back the `lvconvert -m+1 --mirrorlog disk' test in t-lvconvert-mirror.sh.Petr Rockai2010-04-061-8/+8
* disable another broken check in a testAlasdair Kergon2010-04-061-1/+2
* Fix is_partitioned_dev not to attempt to reopen device.Alasdair Kergon2010-04-061-0/+9
* Disable broken test.Alasdair Kergon2010-04-061-8/+8
* Display PVs created during testsAlasdair Kergon2010-04-061-0/+1
* Using 'not' if the test 'should' fail.Zdenek Kabelac2010-04-061-1/+1
* Do not pass NULL to setenv in the test harness.Petr Rockai2010-03-311-1/+2
* Missed to convert T -> SCRIPTSZdenek Kabelac2010-03-311-1/+1
* Re-run failing tests with log/verbose=4 (-vvvv) to help with debugging.Petr Rockai2010-03-312-1/+10
* We only need one extent for the mirror log. So, when specifyingJonathan Earl Brassow2010-03-311-15/+15
* For the mirror repair tests, we should use --ignoremonitoring becauseJonathan Earl Brassow2010-03-312-6/+10
* Work around a problem in t-mirror-lvconvert: different PV order on thePetr Rockai2010-03-291-2/+3