aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
AgeCommit message (Collapse)Author
2010-02-14removed trailing whitespaceYang Tse
2010-02-06warning fixYang Tse
2010-02-01Test suite support for RTSPYang Tse
2010-01-21fix warning triggered when debugging on cygwinYang Tse
2010-01-21improve displaylogcontent() sub fixing a warningYang Tse
2010-01-20SIGTERM is the signal to trap here, SIGKILL can't be caught.Yang Tse
2010-01-20Use delete() to unset environment variables instead of assigning undef whichYang Tse
generates warning 'Use of uninitialized value in scalar assignment' with perl versions older than 5.10
2010-01-20Adjust valgrind logs file name detection.Yang Tse
Adjust environment vars setting and restoring from test definition. Avoid using strftime in torture sub.
2010-01-19avoid "Use of uninitialized value $l in concatenation"Daniel Stenberg
2010-01-19Fail harder when curl coredumps trying to verify http and ftp servers.Yang Tse
Add some debug messages to see what's going on with valgrind logs.
2010-01-19prevent %runcert hash growth when clearing itemsYang Tse
2010-01-18fix warningsYang Tse
2010-01-18Stop ssl running server when cert file currently used by server isYang Tse
different than the one specified in test definition for same server
2010-01-18fix warningsYang Tse
2010-01-18- Remove QD restarting of https servers. Proper fixing required.Yang Tse
This will make tests 310 311 and 312 fail while fixing. - Remove some debug messages
2010-01-18make verifyhttp use different file names depending on server characteristicsYang Tse
2010-01-17fix warningsYang Tse
2010-01-17fix warningsYang Tse
2010-01-17fix warningsYang Tse
2010-01-17add some debug messagesYang Tse
2010-01-17use servername_id() from serverhelp.pmYang Tse
2010-01-17refactored stopping of test harness serversYang Tse
2010-01-15Declaration of $sshdlog is done in sshhelp.pmYang Tse
2010-01-15Start using the centralized pidfile and logfile name generationYang Tse
subroutines for ssh and socks test suite servers.
2010-01-14Squeeze slack time when killing more than one server fromYang Tse
the <killserver> section of test harness definition files.
2010-01-12Make runtests.pl actually support any (valid) server specificationYang Tse
for the <killserver> section of test harness definition files.
2010-01-12Adjust vor VPATH buildsYang Tse
2010-01-11- The tests/runtests.pl script now checks to see if the test case that runs isDaniel Stenberg
present in the tests/data/Makefile.am and outputs a notice message on the screen if not. Each test file has to be included in that Makefile.am to get included in release archives and forgetting to add files there is a common mistake. This is an attempt to make it harder to forget.
2010-01-11secureserver.pl is now the test harness script used for SSL/TLS.Yang Tse
Start using the centralized pidfile and logfile name generation subroutines for https and ftps test suite servers.
2010-01-10Previous commit adjustmentsYang Tse
2010-01-09Start using the centralized pidfile and logfile name generationYang Tse
subroutines for ftp, pop3, imap and smtp test suite servers.
2010-01-08Start using the centralized pidfile and logfile name generationYang Tse
subroutines for http and tftp test suite servers.
2010-01-08sws and tftpd command line option naming adjustmentsYang Tse
2009-12-28Leftover from previous commitYang Tse
2009-12-28Initial refactoring step for server name strings centralized generationYang Tse
2009-12-25When verifying the SMTP server I had to add some hackery since SMTP in itselfDaniel Stenberg
doesn't really return any body data to check so I made SMTP check "headers" as well.
2009-12-23Back out some pingpong server stopping changes introduced last week inYang Tse
order to re-use 'classic' stopping and allow taking test-suite run time references from this state.
2009-12-22use Time::HiRes whenever available, independently of perl versionYang Tse
2009-12-21Make 'classic' output end of a test-suite run become again the endYang Tse
of output, even when run time statistics are shown.
2009-12-21Move stopping of servers instructed by test definition, after the removal ofYang Tse
server logs advisor read lock and before test results verifications are done. When stopping a pingpong server, stop server before its slaves.
2009-12-21Replaced tabs with spacesYang Tse
2009-12-20revert that, we already had a function named like that!Daniel Stenberg
2009-12-20rename the verifyftp function to verifyserver since it is used to verifyDaniel Stenberg
a wide variety of protocol servers
2009-12-20- Attempt to fix script compilation failure on versions older than 5.007003,Yang Tse
corelist -a Time::HiRes lists this as the first version released with it. - Ensure ftp check delay timer is always an integral number.
2009-12-19fix the ftp check delay timer to never be set below 1 to work correctlyDaniel Stenberg
in cases like test 190
2009-12-19Slack time reductionYang Tse
2009-12-19Added runtests.pl '-r' option for run time statisticsYang Tse
2009-12-18server start and verification time as well as test preparation timeYang Tse
data is required in order to closer match total test execution time.
2009-12-18Added test harness simple time execution statsYang Tse
2009-12-16Test harness process control enhancementsYang Tse