summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev-mornfall-test' into dev-mornfall-dctmerge.dev-mornfall-dctmergePetr Rockai2014-10-0141-505/+2235
|\
| * test: Fix a segfault in the test runner.Petr Rockai2014-10-011-2/+3
| * test: It is not an error for a test daemon to exit before teardown.Petr Rockai2014-10-011-1/+1
| * test: Remove spurious set -x in lvm-wrapper.Petr Rockai2014-10-011-2/+0
| * test: Properly detect warnings from testcases.Petr Rockai2014-10-011-2/+19
| * test: Only force an IO sync when the testcase has finished.Petr Rockai2014-10-011-11/+11
| * test: Allow a longer timeout for lvextend-snapshot-dmeventd.Petr Rockai2014-10-011-1/+1
| * test: Make dmsetup remove more robust in pvmove-restart.Petr Rockai2014-10-011-2/+1
| * test: Make killing local (test) daemons more robust.Petr Rockai2014-10-012-6/+13
| * test: Disable lvmetad debug log on another bunch of tests.Petr Rockai2014-10-014-1/+13
| * DO NOT MERGE: autoreconfPetr Rockai2014-10-013-249/+433
| * test: Call $VALGRIND directly in lvm-wrapper.Petr Rockai2014-10-012-2/+2
| * NIX: Add valgrind-devel to the build environment.Petr Rockai2014-10-011-1/+1
| * memlock: Do not check memory balance if RUNNING_ON_VALGRIND.Petr Rockai2014-10-011-2/+7
| * configure: Look for valgrind.h independently of VALGRIND_POOLS.Petr Rockai2014-10-014-9/+13
| * test: Add support for running LVM commands in tests through strace.Petr Rockai2014-10-013-18/+24
| * test: Make lvm-wrapper available in the installed testsuite, too.Petr Rockai2014-10-012-1/+7
| * NIX: Install valgrind and gdb in the test environment.Petr Rockai2014-10-011-0/+1
| * NIX: Make timeout and test envvars configurable via --arg.Petr Rockai2014-10-011-2/+3
| * test: Fix prepare_scsi_debug_dev.Petr Rockai2014-10-011-3/+6
| * test: Avoid passing -c to flock.Petr Rockai2014-10-011-2/+2
| * test: Re-try with loopback if a backing device is too small.Petr Rockai2014-10-011-1/+7
| * NIX: Detect that the VM booted up more directly.Petr Rockai2014-10-011-1/+8
| * NIX: Avoid a spurious failure when all tests pass.Petr Rockai2014-10-011-1/+1
| * memlock: Make malloc reserve more robust against glibc tricks.Petr Rockai2014-10-011-6/+39
| * test: Downgrade a known failure to a warning.Petr Rockai2014-10-011-1/+1
| * test: Fix failures due to undefined abs_top_builddir.Petr Rockai2014-10-012-1/+6
| * test: Avoid running 'dmsetup remove' with no devices.Petr Rockai2014-10-011-1/+1
| * test: Fix 100%FREE RAID tests since test device sizes changed slightly.Petr Rockai2014-10-012-30/+30
| * test: Update brick-shelltest (configurable timeout, better banner, exit code).Petr Rockai2014-10-011-7/+15
| * NIX: Mark builds with failed tests as such.Petr Rockai2014-10-011-0/+2
| * test: Do not rely on dev/mapper/* nodes in pvmove-restart.sh.Petr Rockai2014-10-011-1/+1
| * test: Fix implementation of check targets with new flavour system.Petr Rockai2014-10-011-5/+5
| * NIX: Update path to /xchg (was /tmp/xchg with older nixpkgs).Petr Rockai2014-10-011-5/+5
| * NIX: Do not fail aggregation when a sub-job fails to produce output.Petr Rockai2014-10-011-1/+1
| * NIX: Run each test flavour as a separate derivation.Petr Rockai2014-10-011-17/+32
| * NIX: Add --kmsg to lvm2-testsuite invocations.Petr Rockai2014-10-011-2/+3
| * test: Update brick-shelltest.h.Petr Rockai2014-10-011-47/+114
| * NIX: Keep the udev log out of tmpfs.Petr Rockai2014-10-011-2/+2
| * NIX: Some kernels need ide/ata modules (i.e. no builtin ata).Petr Rockai2014-10-011-1/+2
| * NIX: Use IDE drive emulation instead of virtio.Petr Rockai2014-10-011-2/+3
| * libdaemon: Use select to yield CPU on a blocked read or write.Petr Rockai2014-10-011-5/+22
| * test: Update brick-shelltest, adding timestamps to logs.Petr Rockai2014-10-011-41/+96
| * NIX: Use the new --heartbeat option on lvm2-testsuite.Petr Rockai2014-10-011-6/+9
| * test: Package up the test runner in a reusable C++ "brick".Petr Rockai2014-10-016-1089/+1017
| * NIX: Pass --fatal-timeouts to the testsuite.Petr Rockai2014-10-011-2/+2
| * test: Implement --fatal-timeouts to allow a timely VM restart.Petr Rockai2014-10-012-3/+21
| * test: Make the runner's heartbeat more reliable.Petr Rockai2014-10-011-11/+13
| * test: Disable lvmetad logging in lvconvert-{mirror,raid}*.Petr Rockai2014-10-014-1/+12
| * NIX: Re-work VM monitoring.Petr Rockai2014-10-011-13/+22