Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-12-12 | introducing IMAP, POP3 and SMTP support (still lots of polish left to do) | Daniel Stenberg | |
2009-11-30 | - In order to better reflect that the returned pid is extracted from the | Yang Tse | |
given file, serverpid sub is renamed to pidfromfile. In addition it is enhanced to make sure that it always returns zero unless a numerical positive value is returned. - To better reflect that only process existance is actually checked, checkserver sub is renamed to processexists. In addition it is enhanced making it remove the given pid file when the extracted pid is no longer alive. | |||
2009-08-11 | - Peter Sylvester made the HTTPS test server use specific certificates for | Daniel Stenberg | |
each test, so that the test suite can now be used to actually test the verification of cert names etc. This made an error show up in the OpenSSL- specific code where it would attempt to match the CN field even if a subjectAltName exists that doesn't match. This is now fixed and verified in test 311. | |||
2009-07-14 | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | |
libcurl is used with other projects which also have a config.h. | |||
2009-06-10 | Adjusted to take in account that... | Yang Tse | |
With the curl memory tracking feature decoupled from the debug build feature, CURLDEBUG and DEBUGBUILD preprocessor symbol definitions are used as follows: CURLDEBUG used for curl debug memory tracking specific code (--enable-curldebug) DEBUGBUILD used for debug enabled specific code (--enable-debug) | |||
2009-05-15 | Extend displaying of logfiles upon first server start-up failure for http, ↵ | Yang Tse | |
https, ftp, ftps and tftp test harness servers. | |||
2009-05-15 | Displaying of logfiles on ftp server satrtup failure for test case #100 ↵ | Yang Tse | |
becomes standard. | |||
2009-05-12 | temporary debug trace for ftp server satrtup failure on testcase #100 | Yang Tse | |
2009-05-11 | Fetch curl's 'CharConv' feature information, used by TPF. | Yang Tse | |
2009-05-11 | support --help to do the same as -h | Daniel Stenberg | |
2009-05-11 | Fix name of tool shown upon error. | Yang Tse | |
2009-05-10 | introduce VCURL for verify calls, so that it can be changed to use a different | Daniel Stenberg | |
binary than the one that gets tested, if need be | |||
2009-05-08 | Remove temporary and HP-UX autobuild specific change to debug SSH server ↵ | Yang Tse | |
start-up failures | |||
2009-05-06 | Temporary and HP-UX autobuild specific change to debug SSH server start-up ↵ | Yang Tse | |
failures | |||
2009-05-05 | Revert change committed on Mon May 4 09:30:23 2009 UTC. | Yang Tse | |
The origin of the problem with test case #251 was the --ftp-port not being the CLIENTIP address. | |||
2009-05-04 | David McCreedy's patch to fix test suite harness to allow test FTP server ↵ | Yang Tse | |
and client on different machines, providing FTP client address when running the FTP test server. | |||
2009-04-17 | re-enable all tests for all icc autobuilds | Yang Tse | |
2008-11-19 | Josef Wolf's extension that allows a $TESTDIR/gdbinit$testnum file that when | Daniel Stenberg | |
you use runtests.pl -g, will be sourced by gdb to allow additional fancy or whatever you see fit |