aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2010-01-23PKTSIZE might have been already defined in arpa/tftp.hYang Tse
2010-01-22Julien Chaffraix adjusted "<name> section" line lengthYang Tse
2010-01-21fix warning triggered when debugging on cygwinYang Tse
2010-01-21allow exporting of exe_ext() subYang Tse
2010-01-21improve displaylogcontent() sub fixing a warningYang Tse
2010-01-21Julien Chaffraix fixed line lengthsDaniel Stenberg
2010-01-20SIGTERM is the signal to trap here, SIGKILL can't be caught.Yang Tse
2010-01-20Use killsockfilters() to kill sockfilter processes, this ensures that whenYang Tse
killing a sockfilter process the actual PID from the pid file is used and not the one returned by open2() which might be different.
2010-01-20Allow killsockfilters() to take a 5th optional parameter that when providedYang Tse
indicates that only one of the two possible sockfilter processes should be killed. Valid values for this parameter are 'main' and 'data'.
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-20modified test case 8 to also make sure that we deal with cookies usingDaniel Stenberg
identical names but different paths properly
2010-01-19- As was pointed out on the http-state mailing list, the order of cookies in aDaniel Stenberg
HTTP Cookie: header _needs_ to be sorted on the path length in the cases where two cookies using the same name are set more than once using (overlapping) paths. Realizing this, identically named cookies must be sorted correctly. But detecting only identically named cookies and take care of them individually is harder than just to blindly and unconditionally sort all cookies based on their path lengths. All major browsers also already do this, so this makes our behavior one step closer to them in the cookie area. Test case 8 was the only one that broke due to this change and I updated it accordingly.
2010-01-19oops, I forgot to cvs add this before my previous commit (Dan FandrichDaniel Stenberg
pointed it out to me)
2010-01-19- David McCreedy brought a fix and a new test case (129) to make libcurl workDaniel Stenberg
again when downloading files over FTP using ASCII and it turns out that the final size of the file is not the same as the initial size the server reported. This is very common since servers don't take the newline conversions into account.
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-18Added PEM certificate keywordDan Fandrich
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-18add serverfactors() sub which returns server characterization factorsYang 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-13Give the test a bit mote time to run so it passes on slow machinesYang Tse
2010-01-12Added test case #1112 which does an FTPS download with strict timeoutYang Tse
and slow data transfer in a similar way as test case #1086 does for FTP. This also exercises <killserver> section for the FTPS server.
2010-01-12Make runtests.pl actually support any (valid) server specificationYang Tse
for the <killserver> section of test harness definition files.
2010-01-12Fix tftp and sftp supported protocols in servername_str()Yang Tse
2010-01-12Make sockfilter kill messages look alike server onesYang Tse
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
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-10Update error message to include port numberYang Tse
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-08Remove extra line feedYang Tse
2010-01-08Use '_stunnel.log' ending also for https test server logYang Tse
2010-01-08sws and tftpd command line option naming adjustmentsYang Tse