Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-12 | Refactors "dummyrun" flag as "dryrun" with an approach similar to the one used | Andre de Oliveira | |
for client/server processes checks through $self->{down} state control variable, while here, do not instantiate a client when noclient is defined, reflecting server object instantiation behaviour. ok bluhm | |||
2014-05-09 | Adds a couple tests for relayd parser, specially recent modifications reyk@ did | Andre de Oliveira | |
to the grammar. ok reyk | |||
2014-05-09 | Adds $relayd->{dummyrun} and $client->{noclient} flags to relayd tests | Andre de Oliveira | |
framework. These flags can be set from test file which eases performing dry-runs of relayd long enough to do relayd.conf parsing, thus enabling the grammar/parser-only tests. While here, fix and improves args-http-mark.pl to a correct use-case. ok reyk | |||
2014-05-08 | Adjust this test contents from path keytype to url keytype to match the name of | Andre de Oliveira | |
the test file. ok reyk | |||
2014-05-05 | Replacing test files from previous commit to the right directory. There is no | Andre de Oliveira | |
trigger to run tests from relayd directory, so previous had no practical effect. | |||
2014-05-02 | Add regression tests to relayd to cover a few key types/actions combinations. | Andre de Oliveira | |
ok reyk | |||
2014-05-02 | Improves this test to be more strict on the filter action test. Now it | Andre de Oliveira | |
dispatches 4 requests from the client and checks if the server receives only 3. Previous functionality kept. ok reyk | |||
2014-05-02 | Extends relayd regress-tests framework to support tweaks from test-code: tables | Andre de Oliveira | |
definition on relayd.conf, customization of client/server cookies, client/server headers and request path. ok reyk | |||
2014-04-24 | The switch statement given/when was introduced in Perl 5.10 and got | Alexander Bluhm | |
experimental in Perl 5.18. So we see warnings in the tests. given is experimental at funcs.pl line 62. when is experimental at funcs.pl line 63. Just suppress this type of warnings for now. If Perl will disable smart match, the simple regression code still works. If they will choose to remove given/when, we can fix it later. Discussed with and OK andre@ afresh1@ | |||
2014-01-31 | fix number of tests | Marc Espie | |
2014-01-31 | partial-partial-* stuff not yet working | Marc Espie | |
2014-01-31 | basic check for pkg names conflicts, to be augmented | Marc Espie | |
2014-01-19 | update extra output, error messages are more specific now | Marc Espie | |
2013-09-04 | The regression tests for relayd complain if any required perl package | Alexander Bluhm | |
is missing, but they do not fail. All of them pass right now, so put them back into the regular test suite. | |||
2013-08-11 | Use variable REMOTE_SSH instead of a fixed name for the testing host. | Alexander Bluhm | |
2013-08-09 | Check wether all required perl packages are installed. If some | Alexander Bluhm | |
are missing print a warning and skip the tests, but do not fail. | |||
2013-08-01 | Some tests are currently failing. Only run those if the REGRESS_FULL | Mark Kettenis | |
variable is set. | |||
2013-07-20 | Set SSL_VERIFY_NONE as the regression test uses self-signed untrusted | Alexander Bluhm | |
certificates. Newer IO::Socket::SSL versions verify by default. | |||
2013-06-05 | Add relayd tests for the HTTP keepalive filter bugfix. | Alexander Bluhm | |
2013-02-07 | Add relayd regression tests with http filter and late connect. | Alexander Bluhm | |
2013-02-05 | After http chunk has been fixed, add relayd regression tests to build. | Alexander Bluhm | |
2013-01-21 | Add ssl tests for https chunked and https contentlength over relayd. | Alexander Bluhm | |
2013-01-08 | Autoflush the log file of the child process. | Alexander Bluhm | |
2013-01-04 | Sync relayd tests with socket splicing tests. | Alexander Bluhm | |
2012-12-28 | Allow the relayd regression tests to run the relayd on a different | Alexander Bluhm | |
host from client and server. Real TCP connections not running on localhost provide a different timing uncovering more bugs. | |||
2012-11-28 | Set used environment variables explicitly in makefile and use them | Alexander Bluhm | |
consistently in relayd regression test. | |||
2012-11-02 | Allow to specify how often a pattern has to show up in the relayd | Alexander Bluhm | |
log file during a test. | |||
2012-11-02 | Ktrace the relayd during the test if the KTRACE environment variable | Alexander Bluhm | |
is set. | |||
2012-11-02 | Make the relayd regression tests more verbose. Write everything | Alexander Bluhm | |
received from or sent to relayd into the client and server log file. | |||
2012-08-17 | make sure mycreate uses -DSHARED_LIBS=1 (for now), gets a lot of tests to | Marc Espie | |
succeed as they should... | |||
2012-08-17 | fix after signatures change | Marc Espie | |
2012-08-17 | oops, shouldn't go interactive (found by matthew@) | Marc Espie | |
2012-05-05 | old libs outside of /usr/local should keep their directories around too | Marc Espie | |
2011-12-03 | pure display check, not linked since it fails, but the reported message | Marc Espie | |
should be better. | |||
2011-09-06 | Add test for http chunked encoding over relayd http protocol. | Alexander Bluhm | |
2011-09-04 | Add test wether relayd is logging the correct http content-length. | Alexander Bluhm | |
2011-09-02 | Add tests for relayd session timeout. | Alexander Bluhm | |
2011-09-02 | Add tests for relayd http put and https. | Alexander Bluhm | |
2011-09-02 | Add tests for relayd protocol http 1.0 and 1.1. | Alexander Bluhm | |
2011-09-01 | Add regression tests for relaying connections through relayd. This | Alexander Bluhm | |
is useful to ensure that socket splicing is working correctly. Server, relayd, client with different config are started for each subtest. Data must pass unmodified. | |||
2011-07-13 | tweak script to handle add/delete/info | Marc Espie | |
finish the manual1 test | |||
2011-07-12 | create packages with inter-dependencies... and delete them | Marc Espie | |
2011-07-12 | start adding regress for manual installs, not fully working yet... | Marc Espie | |
2011-07-02 | "repair" the thunarvfs test, except it's not repaired, as it does not | Marc Espie | |
exemplify anything interesting now. zap it from the list until it gets properly fixed | |||
2011-05-28 | several more bizarre cases | Marc Espie | |
2011-05-28 | rename | Marc Espie | |
2011-05-27 | more extra stuff for later | Marc Espie | |
2011-05-27 | flesh out flavors, future test that does not match yet | Marc Espie | |
2011-05-27 | unit-test @pkgpath before we add a lot of junk to it | Marc Espie | |
2011-05-27 | fix test output for new message | Marc Espie | |