summaryrefslogtreecommitdiff
path: root/tests/servers.pm
Commit message (Expand)AuthorAgeFilesLines
* runtests: remove directory from server filename variablesDan Fandrich2023-05-051-20/+29
* runtests: reduce package exports after refactoringDan Fandrich2023-05-051-24/+14
* runtests: support buffering log messages in runner & serversDan Fandrich2023-04-241-8/+5
* runtests: more consistently use logmsg in server control codeDan Fandrich2023-04-241-15/+16
* runtests: create runner functions for clearlocks and stopserversDan Fandrich2023-04-241-2/+2
* runtests: tightened servers package exportsDan Fandrich2023-04-241-3/+13
* runtests: spread out the port numbers used by serversDan Fandrich2023-04-181-21/+29
* runtests: don't try to stop stunnel before trying againDan Fandrich2023-04-181-2/+7
* runtests: don't accidentally randomly choose the same portDan Fandrich2023-04-181-10/+10
* runtests: don't attempt to use a port we know is in useDan Fandrich2023-04-181-1/+16
* runtests: refactor into more packagesDan Fandrich2023-04-181-14/+100
* runtests: make the # of server start attempts a constantDan Fandrich2023-04-111-9/+10
* runtests: on startup failure call displaylogs only in serverfortestDan Fandrich2023-04-111-23/+0
* runtests: return an error code with startservers()Dan Fandrich2023-04-111-141/+153
* runtests: abort early if runpingpongserver is given a bad server typeDan Fandrich2023-04-111-7/+8
* runtests: don't use the SMB server verification time as referenceDan Fandrich2023-04-111-1/+0
* tests: factor out the test server management codeDan Fandrich2023-04-111-0/+2956