Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-01 | Test suite support for RTSP | Yang Tse | |
2010-01-21 | fix warning triggered when debugging on cygwin | Yang Tse | |
2010-01-21 | improve displaylogcontent() sub fixing a warning | Yang Tse | |
2010-01-20 | SIGTERM is the signal to trap here, SIGKILL can't be caught. | Yang Tse | |
2010-01-20 | Use delete() to unset environment variables instead of assigning undef which | Yang Tse | |
generates warning 'Use of uninitialized value in scalar assignment' with perl versions older than 5.10 | |||
2010-01-20 | Adjust valgrind logs file name detection. | Yang Tse | |
Adjust environment vars setting and restoring from test definition. Avoid using strftime in torture sub. | |||
2010-01-19 | avoid "Use of uninitialized value $l in concatenation" | Daniel Stenberg | |
2010-01-19 | Fail 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-19 | prevent %runcert hash growth when clearing items | Yang Tse | |
2010-01-18 | fix warnings | Yang Tse | |
2010-01-18 | Stop ssl running server when cert file currently used by server is | Yang Tse | |
different than the one specified in test definition for same server | |||
2010-01-18 | fix warnings | Yang 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-18 | make verifyhttp use different file names depending on server characteristics | Yang Tse | |
2010-01-17 | fix warnings | Yang Tse | |
2010-01-17 | fix warnings | Yang Tse | |
2010-01-17 | fix warnings | Yang Tse | |
2010-01-17 | add some debug messages | Yang Tse | |
2010-01-17 | use servername_id() from serverhelp.pm | Yang Tse | |
2010-01-17 | refactored stopping of test harness servers | Yang Tse | |
2010-01-15 | Declaration of $sshdlog is done in sshhelp.pm | Yang Tse | |
2010-01-15 | Start using the centralized pidfile and logfile name generation | Yang Tse | |
subroutines for ssh and socks test suite servers. | |||
2010-01-14 | Squeeze slack time when killing more than one server from | Yang Tse | |
the <killserver> section of test harness definition files. | |||
2010-01-12 | Make runtests.pl actually support any (valid) server specification | Yang Tse | |
for the <killserver> section of test harness definition files. | |||
2010-01-12 | Adjust vor VPATH builds | Yang Tse | |
2010-01-11 | - The tests/runtests.pl script now checks to see if the test case that runs is | Daniel 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-11 | secureserver.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-10 | Previous commit adjustments | Yang Tse | |
2010-01-09 | Start using the centralized pidfile and logfile name generation | Yang Tse | |
subroutines for ftp, pop3, imap and smtp test suite servers. | |||
2010-01-08 | Start using the centralized pidfile and logfile name generation | Yang Tse | |
subroutines for http and tftp test suite servers. | |||
2010-01-08 | sws and tftpd command line option naming adjustments | Yang Tse | |
2009-12-28 | Leftover from previous commit | Yang Tse | |
2009-12-28 | Initial refactoring step for server name strings centralized generation | Yang Tse | |
2009-12-25 | When verifying the SMTP server I had to add some hackery since SMTP in itself | Daniel Stenberg | |
doesn't really return any body data to check so I made SMTP check "headers" as well. | |||
2009-12-23 | Back out some pingpong server stopping changes introduced last week in | Yang Tse | |
order to re-use 'classic' stopping and allow taking test-suite run time references from this state. | |||
2009-12-22 | use Time::HiRes whenever available, independently of perl version | Yang Tse | |
2009-12-21 | Make 'classic' output end of a test-suite run become again the end | Yang Tse | |
of output, even when run time statistics are shown. | |||
2009-12-21 | Move stopping of servers instructed by test definition, after the removal of | Yang 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-21 | Replaced tabs with spaces | Yang Tse | |
2009-12-20 | revert that, we already had a function named like that! | Daniel Stenberg | |
2009-12-20 | rename the verifyftp function to verifyserver since it is used to verify | Daniel 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-19 | fix the ftp check delay timer to never be set below 1 to work correctly | Daniel Stenberg | |
in cases like test 190 | |||
2009-12-19 | Slack time reduction | Yang Tse | |
2009-12-19 | Added runtests.pl '-r' option for run time statistics | Yang Tse | |
2009-12-18 | server start and verification time as well as test preparation time | Yang Tse | |
data is required in order to closer match total test execution time. | |||
2009-12-18 | Added test harness simple time execution stats | Yang Tse | |
2009-12-16 | Test harness process control enhancements | Yang Tse | |
2009-12-16 | Test harness process control enhancements | Yang Tse | |
2009-12-14 | Adjust uppercase protocol string usage | Yang Tse | |