https://bz.apache.org/bugzilla/show_bug.cgi?id=58172
Bug ID: 58172
Summary: Create tests for mod_session
Product: Apache httpd-2
Version: 2.5-HEAD
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: mod_session
Assignee: [email protected]
Reporter: [email protected]
Currently there aren't any tests for mod_session in httpd-test. I believe
having tests would greatly improve the ability to make fixes to mod_session in
the future by providing a way to verify functionality and detect regressions.
I'm including a patch for 21 tests that covers the directives, hooks, and
optional functions that mod_session provides. It uses a test c-module that
receives session data from the query string and saves session data to a
response header. That way it doesn't have any dependencies on the session
sub-modules.
I've verified the tests pass in trunk and 2.4.x. In 2.2.x (where there is no
mod_session) the tests are skipped. A subset of the tests are skipped if
mod_include is not loaded.
There are two tests that fail with TODO because of PR 56052 and 58171.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]