summaryrefslogtreecommitdiff
path: root/tests/runner.pm
Commit message (Expand)AuthorAgeFilesLines
* runtests: fix -c option when run with valgrindDan Fandrich2023-05-051-4/+5
* runtests: support creating more than one runner processDan Fandrich2023-05-051-27/+63
* runtests: spawn a new process for the test runnerDan Fandrich2023-05-051-15/+77
* runtests: turn singletest() into a state machineDan Fandrich2023-05-051-2/+5
* runtests: change runner interface to be asynchronousDan Fandrich2023-05-051-5/+184
* runtests: add a runner initialization functionDan Fandrich2023-05-051-0/+23
* runtests: remove directory from server filename variablesDan Fandrich2023-05-051-14/+12
* runtests: use a function to obtain $LOGDIR for a testDan Fandrich2023-05-051-7/+16
* runtests: support buffering log messages in runner & serversDan Fandrich2023-04-241-19/+32
* runtests: create runner functions for clearlocks and stopserversDan Fandrich2023-04-241-0/+18
* runtests: tightened servers package exportsDan Fandrich2023-04-241-4/+9
* runtests: display logs on server failure in singletest()Dan Fandrich2023-04-241-20/+20
* runtests: turn a print into a logmsgDan Fandrich2023-04-241-3/+4
* runtests: refactor the main test loop into twoDan Fandrich2023-04-221-3/+32
* runtests: track only the current test timings in runner.pmDan Fandrich2023-04-221-20/+21
* runtests: simplify value returned regarding use of valgrindDan Fandrich2023-04-221-5/+4
* runtests: fix problems on <killserver> failureDan Fandrich2023-04-181-0/+3
* runtests: fix perl warning when <tool> is wrongDan Fandrich2023-04-181-1/+1
* runtests: refactor into more packagesDan Fandrich2023-04-181-15/+59
* runtests: call timestampskippedevents() in singletestDan Fandrich2023-04-181-10/+0
* runtests: assume a newer Valgrind by defaultDan Fandrich2023-04-181-2/+2
* runtests: refactor test runner code into runner.pmDan Fandrich2023-04-181-0/+926