aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2010-01-06Disable tests 802 and 803Yang Tse
2010-01-06Julien Chaffraix fixed so that the fragment part in an URL is not sent to ↵Claes Jakobsson
the server anymore
2010-01-01stop at once if the EOB marker shows up, even if something else might getDaniel Stenberg
sent afterwards
2010-01-01- Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. ThisDaniel Stenberg
command is a special "hack" used by the drftpd server, but even though it is a custom extension I've deemed it fine to add to libcurl since this server seems to survive and people keep using it and want libcurl to support it. The new libcurl option is named CURLOPT_FTP_USE_PRET, and it is also usable from the curl tool with --ftp-pret. Using this option on a server that doesn't support this command will make libcurl fail.
2009-12-31Use '_stunnel.log' file name ending for stunneled server logsYang Tse
2009-12-31Subs for refactoring purposesYang Tse
2009-12-30modified to get the EHLO domain from the path part of the URL instead of theDaniel Stenberg
user name
2009-12-30(SMTP) support DATA better in the server and make sure to "escape" CRLF.CRLFDaniel Stenberg
sequences in uploaded data. The test server doesn't "decode" escaped dot-lines but instead test cases must be written to take them into account. Added test case 803 to verify dot-escaping.
2009-12-29test 802 is the first SMTP test, although not strictly SMTP yet...Daniel Stenberg
2009-12-28Leftover from previous commitYang Tse
2009-12-28Initial refactoring step for server name strings centralized generationYang Tse
2009-12-26global variables reordering/refactoring/commentingYang 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-25first basic SMTP supportDaniel Stenberg
2009-12-24Adjust test number mismatchYang Tse
2009-12-24Enable warningsYang Tse
2009-12-24Fix warningsYang Tse
2009-12-23Fix warningsYang Tse
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-22log a message when continuing once sleep time is overYang 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-21test 566 was missingDaniel Stenberg
2009-12-21dead_child_handler also takes care of reaping pingpong server dead child ↵Yang Tse
processes
2009-12-21Reap processes dead children ASAP without blockingYang Tse
2009-12-21Reinstate hi resolution time logging since this is not what isYang Tse
now adding 90 extra seconds to the total time some autobuilds need to make a full test-run.
2009-12-21first small steps towards smtpDaniel Stenberg
2009-12-21Replaced tabs with spacesYang Tse
2009-12-20Improve delay command interruptabilityYang 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-20introducing the first IMAP FETCH testDaniel Stenberg
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-19support IMAP select and LOGOUTDaniel Stenberg
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-17Comment out hi resolution time logging to verify if this is what mightYang Tse
be contributing 90 additional seconds to the total time some autobuilds now need to make a full test-run.
2009-12-17Test harness process control enhancementsYang Tse
2009-12-17Remove pointless storing of the protocol as a string within the connectdataDaniel Stenberg
struct, and instead use the already stored string in the handler struct.
2009-12-17gettimeofday() requires perl version newer than 5.6Yang Tse
2009-12-16Test harness process control enhancementsYang Tse
2009-12-16Test #1106 needs an ftp enabled clientYang Tse
2009-12-16Test harness process control enhancementsYang Tse
2009-12-14- Jon Nelson found a regression that turned out to be a flaw in how libcurlDaniel Stenberg
detects and uses proxies based on the environment variables. If the proxy was given as an explicit option it worked, but due to the setup order mistake proxies would not be used fine for a few protocols when picked up from '[protocol]_proxy'. Obviously this broke after 7.19.4. I now also added test case 1106 that verifies this functionality. (http://curl.haxx.se/bug/view.cgi?id=2913886)
2009-12-14Prevent perl script dying messages in output, since tearing down the pinpongYang Tse
server in this way, upon sysread failures, is part of the expected behavior.
2009-12-14Adjust uppercase protocol string usageYang Tse