summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* NIX: Mark builds with failed tests as such.Petr Rockai2015-02-051-0/+2
* 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
* NIX: Update path to /xchg (was /tmp/xchg with older nixpkgs).Petr Rockai2015-02-051-5/+5
* NIX: Do not fail aggregation when a sub-job fails to produce output.Petr Rockai2015-02-051-1/+1
* NIX: Run each test flavour as a separate derivation.Petr Rockai2015-02-051-17/+32
* NIX: Add --kmsg to lvm2-testsuite invocations.Petr Rockai2015-02-051-2/+3
* test: Update brick-shelltest.h.Petr Rockai2015-02-051-47/+114
* NIX: Keep the udev log out of tmpfs.Petr Rockai2015-02-051-2/+2
* NIX: Some kernels need ide/ata modules (i.e. no builtin ata).Petr Rockai2015-02-051-1/+2
* NIX: Use IDE drive emulation instead of virtio.Petr Rockai2015-02-051-2/+3
* libdaemon: Use select to yield CPU on a blocked read or write.Petr Rockai2015-02-051-5/+22
* test: Update brick-shelltest, adding timestamps to logs.Petr Rockai2015-02-051-41/+96
* NIX: Use the new --heartbeat option on lvm2-testsuite.Petr Rockai2015-02-051-6/+9
* test: Package up the test runner in a reusable C++ "brick".Petr Rockai2015-02-056-1089/+1017
* NIX: Pass --fatal-timeouts to the testsuite.Petr Rockai2015-02-051-2/+2
* 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
* NIX: Re-work VM monitoring.Petr Rockai2015-02-051-13/+22
* NIX: Add Fedora 20 jobs.Petr Rockai2015-02-051-1/+12
* NIX: Existence of results list no longer indicates that the suite has finished.Petr Rockai2015-02-051-11/+8
* NIX: Drop -h from rpm invocations as it messes up logs.Petr Rockai2015-02-051-1/+1
* NIX: Use nixpkgs kernel for building, distro kernel for testing.Petr Rockai2015-02-051-7/+11
* NIX: Adapt to the append-based test journal.Petr Rockai2015-02-051-4/+5
* NIX: Implement a smarter VM monitoring loop.Petr Rockai2015-02-051-10/+38
* NIX: Use --batch mode for running the testsuite.Petr Rockai2015-02-051-2/+2
* NIX: Refactor around the new test runner.Petr Rockai2015-02-051-80/+149
* spec: Add an (optional) lvm2-testsuite subpackage.Petr Rockai2015-02-053-0/+19
* 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
* test: Implement specialised --batch output style w/ rusage stats.Petr Rockai2015-02-051-3/+18
* test: Add time/rusage formatting to the runner.Petr Rockai2015-02-051-19/+27
* test: Print a heartbeat file (every 20s) in the runner.Petr Rockai2015-02-051-0/+9
* test: Avoid sleeps in the runner monitoring loop.Petr Rockai2015-02-051-4/+8
* test: Run in /tmp if LVM_TEST_DIR is unset.Petr Rockai2015-02-051-1/+2
* test: Rename the --quiet option to --batch.Petr Rockai2015-02-051-7/+7
* test: Targets and sources can't have the same name if builddir == srcdir.Petr Rockai2015-02-057-1/+1
* test: Run the testcases chdir'd into --testdir.Petr Rockai2015-02-051-0/+1
* test: Improve IO handling in the runner.Petr Rockai2015-02-051-8/+28
* test: Improve tracking of silence (stuck testcases) in the runner.Petr Rockai2015-02-051-11/+11
* test: Make the runner's journal more reliable.Petr Rockai2015-02-052-2/+26
* test: Implement flavours in the runner.Petr Rockai2015-02-051-16/+40