summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Chop up the big t-lvconvert-mirror-basic loop across 4 separate test scriptsPetr Rockai2010-05-125-5/+12
* Run tests in alphabetical (and thus stable across machines) order.Petr Rockai2010-05-121-1/+1
* Bump the debug.log level from 4 to 9 (the numbering is different from verbose).Petr Rockai2010-05-121-1/+1
* Revert the "repeat failed tests with -vvvv" feature. Instead, dump debug logsPetr Rockai2010-05-124-12/+11
* A fairly extensive refactor of the mirror testing code. The exhaustivePetr Rockai2010-05-127-804/+378
* Revert the huge device creation in t-lvconvert-mirror and downgrade thePetr Rockai2010-05-121-3/+5
* Add a test for activation in presence of missing devices. This partially coversPetr Rockai2010-05-121-0/+73
* Rename t-partial-activate to t-activate-partial (more activation tests coming).Petr Rockai2010-05-121-0/+0
* The "should" testing utility should actually only give a warning when thePetr Rockai2010-05-121-1/+2
* Improve the "check" testing utility: slightly refactor and providePetr Rockai2010-05-121-7/+39
* Add a basic test for dmeventd triggering lvconvert --repair. Needs improvement.Petr Rockai2010-05-062-0/+34
* Add some basic provisions for automated testing of dmeventd.Petr Rockai2010-05-062-0/+23
* Add a "should" alongside "not" to the test utilities. When a "should" commandPetr Rockai2010-04-303-8/+29
* 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