summaryrefslogtreecommitdiff
path: root/tests/runtests.pl
Commit message (Expand)AuthorAgeFilesLines
* runtests: fix -c option when run with valgrindDan Fandrich2023-05-051-6/+6
* runtests: support creating more than one runner processDan Fandrich2023-05-051-6/+9
* runtests: spawn a new process for the test runnerDan Fandrich2023-05-051-5/+31
* runtests: turn singletest() into a state machineDan Fandrich2023-05-051-138/+205
* runtests: change runner interface to be asynchronousDan Fandrich2023-05-051-9/+26
* runtests: call citest_finishtest in singletestDan Fandrich2023-05-051-8/+21
* runtests: add a runner initialization functionDan Fandrich2023-05-051-16/+14
* runtests: remove directory from server filename variablesDan Fandrich2023-05-051-9/+9
* runtests: reduce package exports after refactoringDan Fandrich2023-05-051-12/+1
* runtests: use a function to obtain $LOGDIR for a testDan Fandrich2023-05-051-14/+28
* runtests: support buffering log messages in runner & serversDan Fandrich2023-04-241-6/+14
* runtests: create runner functions for clearlocks and stopserversDan Fandrich2023-04-241-4/+4
* runtests: display logs on server failure in singletest()Dan Fandrich2023-04-241-2/+9
* runtests: move showdiff into runtests.plDan Fandrich2023-04-221-0/+41
* runtests: refactor the main test loop into twoDan Fandrich2023-04-221-65/+86
* runtests: track only the current test timings in runner.pmDan Fandrich2023-04-221-21/+60
* runtests: skip test preprocessing when doing -lDan Fandrich2023-04-221-16/+20
* runtests: simplify value returned regarding use of valgrindDan Fandrich2023-04-221-6/+6
* runtests: refactor into more packagesDan Fandrich2023-04-181-257/+7
* runtests: call timestampskippedevents() in singletestDan Fandrich2023-04-181-0/+1
* runtests: assume a newer Valgrind by defaultDan Fandrich2023-04-181-4/+8
* runtests: refactor test runner code into runner.pmDan Fandrich2023-04-181-827/+11
* runtests: skip unneeded work if test won't be runningDan Fandrich2023-04-181-25/+35
* runtests: factor out singletest_postcheckDan Fandrich2023-04-181-7/+24
* runtests: eliminate unneeded variableDan Fandrich2023-04-111-4/+2
* runtests: on startup failure call displaylogs only in serverfortestDan Fandrich2023-04-111-4/+5
* runtests: return an error code with startservers()Dan Fandrich2023-04-111-1/+2
* tests: factor out the test server management codeDan Fandrich2023-04-111-2867/+50
* runtests: remove an inappropriate use of runclientoutputDan Fandrich2023-04-111-1/+1
* runtests: only add $LIBDIR to the path for checktestcmdDan Fandrich2023-04-111-4/+4
* runtests: also show DISABLED tests with -lDan Fandrich2023-04-111-3/+3
* runtests: move the UNIX sockets into $PIDDIRDan Fandrich2023-04-111-2/+2
* tests: tighten up perl exportsDan Fandrich2023-04-111-6/+0
* tests: turn perl modules into full packagesDan Fandrich2023-04-111-6/+5
* runtests: fix an incorrect comment about the ld_preload featureDan Fandrich2023-04-101-1/+1
* tests: increase sws timeout for more robust testingStefan Eissing2023-04-061-0/+3
* runtests: strip EOL on precheck output on Windows, tooDan Fandrich2023-03-311-1/+1
* tests: move server config files under the pid dirDan Fandrich2023-03-311-4/+4
* runtests: use the ssh key filenames from the sshhelp packageDan Fandrich2023-03-311-2/+2
* tests: move pidfiles and portfiles under the log directoryDan Fandrich2023-03-311-16/+19
* runtests: minor code cleanupsDan Fandrich2023-03-311-175/+93
* runtests: call processexists() and pidfromfile()Dan Fandrich2023-03-311-53/+17
* runtests: show error message if file can't be writtenDan Fandrich2023-03-301-8/+11
* tests: fix remaining servers to run with a dynamic log directoryDan Fandrich2023-03-301-3/+14
* tests: fix http servers to run with a dynamic log directoryDan Fandrich2023-03-301-0/+4
* tests: fix ftpserver to run with a dynamic log directoryDan Fandrich2023-03-301-0/+1
* tests: use %LOGDIR to refer to the log directoryDan Fandrich2023-03-301-8/+11
* runtests: track verification time even if no files to compareDan Fandrich2023-03-301-0/+2
* tests: switch to 3-argument open in test suiteDan Fandrich2023-03-301-91/+92
* tests: silence some Perl::Critic warnings in test suiteDan Fandrich2023-03-301-147/+137