source: mod_gnutls/test/mgstest

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @caffc86   2 years fiona.klute Fix error text in mock response main
(edit) @8f5dc4b   2 years fiona.klute Import unittest.mock instead of components for doctest compatibility main
(edit) @8a63c76   2 years fiona.klute Unittest for mgstest.tests.TestConnection? main
(edit) @520ab08   2 years fiona.klute Test mgstest.tests.TestRequest? using a mocked connection main
(edit) @c6d4701   2 years fiona.klute mgstest.tests.TestRequest?: Move tests to unittest The tests … main
(edit) @3d7865f   2 years fiona.klute Formatting fix in doctests main
(edit) @0fe2130   2 years fiona.klute Simplify lockfile handling It's much easier to just not enter the … main
(edit) @514058d   2 years fiona.klute Define service wait times as seconds Python needs them that way … main
(edit) @dac1943   2 years fiona.klute TestService?: Remove timeout parameter from wait() and wait_ready() … main
(edit) @e15a72f   2 years fiona.klute Handle pidfile completely in ApacheService? The generic services don't … main
(edit) @7757e79   2 years fiona.klute Raise specific exception if waiting for service startup times out main
(edit) @bad8d9d   2 years fiona.klute Update documentation for TestService?.run() main
(edit) @663f975   2 years fiona.klute Support timeout for waiting for service shutdown again main
(edit) @65e66c9   2 years fiona.klute Turn "service ready" check functions into coroutines This way checks … asynciomain
(edit) @7eb4233   2 years fiona.klute Use asyncio to manage test services This makes it a little easier to … asynciomain
(edit) @6cec675   2 years fiona.klute Fix remaining flake8 warnings in mgstest.tests That's all, minus … asynciomain
(edit) @60a415a   2 years fiona.klute Fix simple formatting issues reported by flake8 asynciomain
(edit) @83b5bf6   2 years fiona.klute Fix flake8 warnings in mgstest.softhsm asynciomain
(edit) @c26a163   2 years fiona.klute Remove unused imports asynciomain
(edit) @0bfe9ca   2 years fiona.klute Fix module reference for subprocess.TimeoutExpired? asynciomain
(edit) @ebbfb2b   3 years krista.celestia OCSP nonce test (36): verify nonce match Verify that the nonce got in … asynciomainproxy-ticket
(edit) @b0695c6   3 years fiona.klute Pass parsed YAML config to mgstest.tests.run_test_conf Parsing the … asynciomainproxy-ticket
(edit) @1a85a3d   3 years fiona.klute mgstest.tests.TestConnection?: Read environment variables at runtime … asynciomainproxy-ticket
(edit) @931da2d   3 years fiona.klute Get deeper stack traces from Valgrind asynciomainproxy-ticket
(edit) @1d778ce   3 years fiona.klute Run Valgrind with "--gen-suppressions=all" This makes it easier to … asynciomainproxy-ticket
(edit) @cfb43fc   3 years fiona.klute Use Valgrind "-v" instead of "-s" for compatibility with Debian Buster … asynciomainproxy-ticket
(edit) @d1d1e3a   3 years fiona.klute Valgrind tests: Use --keep-debuginfo=yes By default Valgrind drops … asynciomainproxy-ticket
(edit) @005b185   3 years fiona.klute Fail tests running with Valgrind if Valgrind reports errors asynciomainproxy-ticket
(edit) @e46d203   3 years fiona.klute Update forgotten license headers asynciomainproxy-ticket
(edit) @99c61f9   3 years fiona.klute Add configure option --enable-valgrind-test to run tests with Valgrind … asynciomainproxy-ticket
(edit) @c05b8c5   3 years fiona.klute TestService?: Preserve the child process' return code asynciomainproxy-ticket
(edit) @422eade   3 years fiona.klute Support optional timeout for TestService?.wait() asynciomainproxy-ticket
(edit) @264ab17   3 years fiona.klute mgstest.services: Remove code for handling forking services No longer … asynciomainproxy-ticket
(edit) @e2200db   3 years fiona.klute Test suite: Always run Apache with "-DFOREGROUND" This simplifies … asynciomainproxy-ticket
(edit) @72ebe64   3 years fiona.klute runtest.py: Support for running Apache with Valgrind Not used by … asynciomainproxy-ticket
(edit) @442c6a6   3 years fiona.klute Test suite: Detect Apache shutdown by PID file Wait for the PID file … asynciomainproxy-ticket
(edit) @7543db4   3 years fiona.klute Remove debug output of raw test connection config asynciomainproxy-ticket
(edit) @4fe52e6   3 years fiona.klute Use gnutls-cli inline command to test TLS session resumption This … asynciomainproxy-ticket
(edit) @1c76ea7   3 years fiona.klute mgstest.tests: Encode request body as utf-8 HTTPConnection.request() … asynciomainproxy-ticket
(edit) @407ca6e   3 years fiona.klute TestRequest? and TestReq10: Support request body This will allow … asynciomainproxy-ticket
(edit) @20a3915   3 years fiona.klute mgstest.softhsm: Remove unnecessary import asynciomainproxy-ticket
(edit) @b2546f0   3 years fiona.klute mgstest.softhsm: Include type when searching object URLs The p11tool … asynciomainproxy-ticket
(edit) @ff039b1   3 years fiona.klute Test suite: Replace softhsm.bash with Python code With this all test … asynciomainproxy-ticket
(edit) @60ed7d1   3 years fiona.klute Allow the prepare_env hook to return a cleanup callback asynciomainproxy-ticket
(edit) @573b810   3 years fiona.klute mgstest.services: Use pathlib and conditional expressions Just a … asynciomainproxy-ticket
(edit) @0f52d48   3 years fiona.klute Switch most tests to hooks.py instead of preconditions in test scripts … asynciomainproxy-ticket
(edit) @9a48691   3 years fiona.klute Test suite: Support checking preconditions in prepare_env hook The … asynciomainproxy-ticket
(edit) @8666b50   3 years fiona.klute Implement "prepare_env" hook for tests Test 15_basic_msva uses it to … asynciomainproxy-ticket
(edit) @b307cc1   3 years fiona.klute mgstest.http._stderr_writer: Always close input stream at EOS Fixes … asynciomainproxy-ticket
(edit) @5ea6c14   3 years fiona.klute Clarify exception message for unexpected headers Using the … asynciomainproxy-ticket
(edit) @1fe7cac   3 years fiona.klute TestReq10: Handle expected and unexpected connection failure With … asynciomainproxy-ticket
(edit) @0b3733d   3 years fiona.klute Test suite: Support checking absence of headers asynciomainproxy-ticket
(edit) @bdf5917   3 years fiona.klute TestReq10: Implement checking expected headers asynciomainproxy-ticket
(edit) @bbc9b03   3 years fiona.klute Detailed documentation on test.yml and mgstest.tests asynciomainproxy-ticket
(edit) @3deb86e   3 years fiona.klute Reorganize imports, remove already done TODO asynciomainproxy-ticket
(edit) @f7e47b5   3 years fiona.klute Override yaml.YAMLObject.from_yaml() instead of adding constructors … asynciomainproxy-ticket
(edit) @0f65ea9   3 years fiona.klute Use post_check hook in 28_HTTP2_support asynciomainproxy-ticket
(edit) @076049a   3 years fiona.klute Add forgotten license header asynciomainproxy-ticket
(edit) @e971a2c   3 years fiona.klute Document supported test hooks asynciomainproxy-ticket
(edit) @2d25c1c   3 years fiona.klute Test 16_view-status: Use post_check hook for GnuTLS 3.6.11 … asynciomainproxy-ticket
(edit) @52636ee   3 years fiona.klute TestReq10: Use superclass constructor and _from_yaml function This … asynciomainproxy-ticket
(edit) @7089dbc   3 years fiona.klute Rename TestRaw10 to TestReq10 and adjust the YAML tag asynciomainproxy-ticket
(edit) @6615d91   3 years fiona.klute Use dynamic class constructor in _from_yaml classmethods This makes … asynciomainproxy-ticket
(edit) @3039495   3 years fiona.klute Write TLS connection log for HTTP/1.0 requests to stdout asynciomainproxy-ticket
(edit) @0909c92   3 years fiona.klute Add hooks system to the test runner With this all tests can use … asynciomainproxy-ticket
(edit) @05984a0   3 years fiona.klute Replace "runtests" with "runtest.py" This is the next step from … asynciomainproxy-ticket
(edit) @006f91a   3 years fiona.klute HTTPSubprocessConnection: Use stable API to access the default timeout asynciomainproxy-ticket
(edit) @09774e2   3 years fiona.klute Optionally log HTTP responses to another stream/file asynciomainproxy-ticket
(edit) @45b0a24   3 years fiona.klute TestRequest?: Raise exception if expected connection reset didn't occur asynciomainproxy-ticket
(edit) @d5c572b   3 years fiona.klute Use try/finally in lockfile context even when locking is disabled The … asynciomainproxy-ticket
(edit) @3be92d3   3 years fiona.klute Optionally log gnutls-cli stderr output to another stream/file asynciomainproxy-ticket
(edit) @779406c   3 years fiona.klute Always log test connection number asynciomainproxy-ticket
(edit) @b1261cb   3 years fiona.klute mgstest: Context manager for an optional file-based mutex This can be … asynciomainproxy-ticket
(edit) @4459cdd   3 years fiona.klute HTTPSubprocessConnection: Handle subprocess stderr via a thread This … asynciomainproxy-ticket
(edit) @c96a965   3 years fiona.klute Create function to run a test config YAML file This is much more … asynciomainproxy-ticket
(edit) @b57d2c2   3 years fiona.klute Connection reset can trigger BrokenPipeError? first, catch if expected asynciomainproxy-ticket
(edit) @3fbe087   3 years fiona.klute Use os.set_blocking() instead of fiddling with file descriptor flags asynciomainproxy-ticket
(edit) @eb84747   3 years fiona.klute TestConnection?: Add optional "description" attribute for logging asynciomainproxy-ticket
(edit) @0e069b6   3 years fiona.klute Support plain HTTP in the Python test framework This makes it … asynciomainproxy-ticket
(edit) @7054040   3 years fiona.klute Support checking response headers asynciomainproxy-ticket
(edit) @8b72599   3 years fiona.klute https-test-client.py: Flush sys.stdout so connection output doesn't mix asynciomainproxy-ticket
(edit) @e3e0de1   3 years fiona.klute https-test-client.py: Make host and port configurable per connection … asynciomainproxy-ticket
(edit) @f6d2721   3 years fiona.klute HTTPSubprocessConnection: Run filter in a thread instead of process … asynciomainproxy-ticket
(edit) @0560bb9   3 years fiona.klute Add some documentation for the Python test modules asynciomainproxy-ticket
(edit) @f9e13a5   3 years fiona.klute mgstest.tests: Fix doctests for module structure asynciomainproxy-ticket
(add) @6d3dc34   3 years fiona.klute Split infrastructure from https-test-client.py into modules asynciomainproxy-ticket
Note: See TracRevisionLog for help on using the revision log.