summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* test: Avoid a race in pvmove-restart.sh.Petr Rockai2015-02-181-2/+4
|
* test: Make pvmove0 device removal more robust, in pvmove-restart.sh.Petr Rockai2015-02-181-2/+2
|
* tests: hide uninteresting outputZdenek Kabelac2015-02-171-1/+1
| | | | We don't care about diff output.
* tests: syncaction updateZdenek Kabelac2015-02-171-6/+25
| | | | | Improve syncaction testing with some minor workaround for current upstream kernel
* tests: ensure lv1 goes away firstZdenek Kabelac2015-02-171-4/+4
| | | | | $lv1 may appear in the table after -pvmove0 which could make -pvmove0 unremovable.
* tests: fix pvcreate-operation-md test to properly clean up devs before their ↵Peter Rajnoha2015-02-131-1/+5
| | | | | | | reuse pvcreate filters out devices with existing partitions defined on them, we need to properly clean up the devs before we reuse them.
* tests: comment in select-tools.shPeter Rajnoha2015-02-131-3/+2
|
* tests: select-tools.sh: pvchange now uses process_each_pvPeter Rajnoha2015-02-131-38/+25
| | | | | | | | | | | | | | | | | | pvchange now uses process_each_pv so uncomment parts of the test which check proper functionality of intersection between selection result and PVs or PV tags directly provided on command line. This didn't work properly before when pvchange was not using process_each_pv. For example: pvchange -u -S 'pv_name=/dev/sda' /dev/sdb ..changes nothing since clearly the intersection of /dev/sda and /dev/sdb is empty set. The same applies for tags: pvchange -u -S 'pv_name=/dev/sda' @some_tag ..changes nothing if /dev/sda is not tagged with some_tag.
* tests: BACKING_DEVZdenek Kabelac2015-02-121-1/+2
| | | | | | Reset BACKING_DEV when it's same as LOOP. Reset only 64K - so just eats a bit less space from underlaying loop devices...
* tests: ensure array is synchronizedZdenek Kabelac2015-02-121-0/+1
| | | | Before continue of repair test, ensure mirror is in sync
* tests: don't crash if checked string is shorterZdenek Kabelac2015-02-121-1/+1
| | | | | Not really sure what is this testing - just avoid coredump if the test cannot happen since the index would too high.
* tests: respect LVM_TEST_DIRZdenek Kabelac2015-02-121-1/+1
| | | | | Check for empty LVM_TEST_DIR (regression from 48275c78361578672f5f3f5c29737404cf159f6d)
* test: Fix missing return in new test harness.Marian Csontos2015-02-121-1/+1
|
* tests: add select-tools.sh to test selection support in toollibPeter Rajnoha2015-02-111-0/+279
| | | | Tests for selection within non-reporting tools while using process_each_* fns.
* tests: rename report-select.sh to select-report.shPeter Rajnoha2015-02-111-0/+0
| | | | | Let's name all selection-related tests with the "select-" prefix for better sorting.
* test: Fix harness not building on RHEL5dev-mcsontos-rhel5-CLOEXECMarian Csontos2015-02-101-7/+17
|
* test: Fix a typo in shell/pvmove-restart.sh.Petr Rockai2015-02-101-1/+1
|
* configure: Fix a warning about test/Makefile.in.Petr Rockai2015-02-051-0/+1
|
* test: Fix a segfault in the test runner.Petr Rockai2015-02-051-2/+3
|
* test: It is not an error for a test daemon to exit before teardown.Petr Rockai2015-02-051-1/+1
|
* test: Remove spurious set -x in lvm-wrapper.Petr Rockai2015-02-051-2/+0
|
* test: Properly detect warnings from testcases.Petr Rockai2015-02-051-2/+19
|
* test: Only force an IO sync when the testcase has finished.Petr Rockai2015-02-051-11/+11
|
* test: Allow a longer timeout for lvextend-snapshot-dmeventd.Petr Rockai2015-02-051-1/+1
|
* test: Make dmsetup remove more robust in pvmove-restart.Petr Rockai2015-02-051-2/+1
|
* test: Make killing local (test) daemons more robust.Petr Rockai2015-02-052-6/+13
|
* test: Disable lvmetad debug log on another bunch of tests.Petr Rockai2015-02-054-1/+13
|
* test: Call $VALGRIND directly in lvm-wrapper.Petr Rockai2015-02-052-2/+2
|
* test: Add support for running LVM commands in tests through strace.Petr Rockai2015-02-053-18/+24
|
* test: Make lvm-wrapper available in the installed testsuite, too.Petr Rockai2015-02-052-1/+7
|
* test: Fix prepare_scsi_debug_dev.Petr Rockai2015-02-051-3/+6
|
* test: Avoid passing -c to flock.Petr Rockai2015-02-051-2/+2
|
* test: Re-try with loopback if a backing device is too small.Petr Rockai2015-02-051-1/+7
|
* test: Fix failures due to undefined abs_top_builddir.Petr Rockai2015-02-052-1/+6
|
* test: Avoid running 'dmsetup remove' with no devices.Petr Rockai2015-02-051-1/+1
|
* test: Fix 100%FREE RAID tests since test device sizes changed slightly.Petr Rockai2015-02-052-30/+30
|
* test: Update brick-shelltest (configurable timeout, better banner, exit code).Petr Rockai2015-02-051-7/+15
|
* test: Do not rely on dev/mapper/* nodes in pvmove-restart.sh.Petr Rockai2015-02-051-1/+1
|
* test: Fix implementation of check targets with new flavour system.Petr Rockai2015-02-051-5/+5
|
* test: Update brick-shelltest.h.Petr Rockai2015-02-051-47/+114
|
* test: Update brick-shelltest, adding timestamps to logs.Petr Rockai2015-02-051-41/+96
|
* test: Package up the test runner in a reusable C++ "brick".Petr Rockai2015-02-056-1089/+1017
|
* test: Implement --fatal-timeouts to allow a timely VM restart.Petr Rockai2015-02-052-3/+21
|
* test: Make the runner's heartbeat more reliable.Petr Rockai2015-02-051-11/+13
|
* test: Disable lvmetad logging in lvconvert-{mirror,raid}*.Petr Rockai2015-02-054-1/+12
|
* test: Implement --only option to runner.Petr Rockai2015-02-051-7/+24
|
* test: Fix loading of an append-mode journal.Petr Rockai2015-02-051-1/+2
|
* test: Add a missing copyright/licence notice to journal.h.Petr Rockai2015-02-051-1/+26
|
* test: Fix a precedence bug in the runner.Petr Rockai2015-02-051-1/+1
|
* test: Use append for journal maintenance instead of rename.Petr Rockai2015-02-052-18/+22
|