summaryrefslogtreecommitdiff
path: root/test/README
AgeCommit message (Collapse)Author
2017-02-25Testsuite: add file-inclusion facility to "client" scriptsJeremy Harris
2017-02-18Testsuite: add option to insert delays, for very slow test platformsJeremy Harris
An emulated PPC, running as a VM on x86_64, was seeing testcase fails where the trailing few log line were missing in munged output, despite on inspection being present in the spool. Adding a delay before the munge-and-compare made the issue go away.
2017-01-31Avoid using "-w" option in perl script shebang lines, being incompatible ↵Jeremy Harris
with "env perl"
2017-01-18214 spelling fixesJosh Soref
2017-01-02PROXY: fix v2 protocol decode. Bugs 2003, 1747Jeremy Harris
2016-11-04Testsuite: Add flavour detectionHeiko Schlittermann (HS12-RIPE)
2016-10-20Testsuite: Add doc for PORT_DYNAMICHeiko Schlittermann (HS12-RIPE)
2016-10-15Testsuite: add clarification about the permissions of the trusted-configs fileHeiko Schlittermann (HS12-RIPE)
2016-10-02Logging: connection_reject log selector should apply also to the connect aclJeremy Harris
2016-08-22Add automatic macros for compile-time feature optionsJeremy Harris
2016-03-03Cutthrough: fix operation under -bhc to not actually deliver. Bug 1800Jeremy Harris
2016-02-05Testsuite: enforce different exim/testuser group numbersJeremy Harris
2016-01-30GEF 20160130 Changed date in header in test/READMEGraeme Fowler
2015-12-12Testsuite: add testcase for Redis. Bug 1755Jeremy Harris
2015-08-19Testsuite: Update README about flavoursHeiko Schlittermann (HS12-RIPE)
2015-05-23Testsuite: move test.again.dns and test.fail.dns handling to fakensJeremy Harris
2015-05-19Testsuite: avoid tryng to run in net 10.Jeremy Harris
2015-05-18Testsuite: move manyhome.test,ex handling from exim to fakensJeremy Harris
2015-05-04Testsuite: fix scripts for daemon interlockJeremy Harris
Broken-by: f41e05066084
2015-04-25Testsuite: add hint about usernamesHeiko Schlittermann (HS12)
2015-03-31Fix positive testcase for -oMmJeremy Harris
2015-03-15SOCKS: as a client, talk SMTP via a socks5 proxy. Bug 1590Jeremy Harris
2015-02-09Add retry option to clamd and spamd. Bug 392Jeremy Harris
2014-10-26Testsuite: output changes for ipv6Jeremy Harris
2014-06-15Correct testuite docJeremy Harris
2013-10-19Extra requires/notes for running test suiteTodd Lyons
2013-03-25OCSP-stapling enhancement and testing.Jeremy Harris
Server: Honor environment variable as well as running_in_test_harness in permitting bogus staplings Update server tests Add "-ocsp" option to client-ssl. Server side: add verification of stapled status. First cut server-mode ocsp testing. Fix some uninitialized ocsp-related data. Client (new): Verify stapling using only the chain that verified the server cert, not any acceptable chain. Add check for multiple responses in a stapling, which is not handled Refuse verification on expired and revoking staplings. Handle OCSP client refusal on lack of stapling from server. More fixing in client OCSP: use the server cert signing chain to verify the OCSP info. Add transport hosts_require_ocsp option. Log stapling responses. Start on tests for client-side. Testing support: Add CRL generation code and documentation update Initial CA & certificate set for testing. BUGFIX: Once a single OCSP response has been extracted the validation routine return code is no longer about the structure, but the actual returned OCSP status.
2012-07-09Add CONTINUE to runtest scriptTodd Lyons
2012-07-06Make +smtp_confirmation be a default logging option.Todd Lyons
2012-06-05Testsuite: add per-testcase munge facility; use for dnssec and gnutls.Jeremy Harris
2012-05-20Merge branch 'master_testsuite_faq'Todd Lyons
2012-05-20FAQ of running test suiteTodd Lyons
2012-05-20Testsuite: more guidance in READMEJeremy Harris
2012-05-13typo fixPhil Pennock
2012-05-13Testsuite: ensure socket from wait-mode daemon test is not held open.Jeremy Harris
2012-04-22Add testsuite case retry (without update) option on failed file compare.Jeremy Harris
2011-06-29Remove obsolete $Cambridge$ CVS revision strings.Tony Finch
I have also de-CVSed the ABOUT files and cleaned up a few introductory comments.
2011-01-30Testing: Exim must not use HEADERS_CHARSET UTF-8.Phil Pennock
Failed at test 178.
2011-01-30sudo !tty_tickets; correct config file list.Phil Pennock
sudo needs to permit sudo w/o a TTY. The config file used is the same for each test, the individual config files are made available under a particular name. Correct that advice.
2011-01-30The test suite dislikes USE_READLINE.Phil Pennock
There's a lot of copying of stdin to stdout when using readline for -be, which breaks the test suite. The suite now runs well enough for me to fix the stuff broken by the debugging changes I introduced.
2011-01-21Tests compat. setgid failure / dropped_privilegePhil Pennock
If we've *dropped* privilege, it's okay to not abort if setgid fails. Document some of what's now needed for the test suite. Adjust the test suide for better post-4.73 compat.
2010-07-16The test architecture can't support having the testsuite user and the Exim ↵John Jetmore
user the same. restrict it in runtest and add a note about it in the README
2007-02-20Add extra sync checks after ACLs that might delay.Philip Hazel
2007-01-31Heiko Schlitterman's patch for log_selector=+pid, plus appropriatePhilip Hazel
patches for eximstats and eximon (his patch dealt with exigrep).
2007-01-23Tidies to the test-suite infrastructure for compiling auxiliaryPhilip Hazel
programs.
2006-10-31Minor tidy to test script, and update the README for some omittedPhilip Hazel
commands.
2006-07-26Fixed a number of test suite problems as reported (and partly patched)Philip Hazel
by Martin Mrazik.
2006-04-25Fix problem with maildir delivery into a folder that is excluded fromPhilip Hazel
quota calculations.
2006-02-10Give error if overflow in quota setting in appendfile on a 32-bitPhilip Hazel
system; make Exim output off_t size for -bV so tests can be appropriate.
2006-02-06CVS-ing the new test suite.Philip Hazel