• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Make 'aa_log_result' return gracely if called outside a test.

improve wording

Fix '::acs::test::set_user' for cases when 'address' is not an IP, but a hostname. The address, if not provided by the TestURL parameter, is parsed from 'ns_conn location', and in both cases it can be hostname instead of an IP. The 'address' is later compared against 'ns_conn peeraddr' in security proc's 'sec_handler', which is always an IP, preventing login on those cases. To avoid this, we try to resolve the address in advance.

Rename 'Se', the selenium driver, to '::acs::test::selenium::Se', and repack it into an ad_proc, deprecating the former one and adding the comments on the file proc doc.

  1. … 2 more files in changeset.
Remove extra colon

Normalize proc naming during testcase population of the set p [string trimleft ::]

improve debugging messages

align documentation with implementation

Use ns_conn location as a simpler way to retrieve the test URL (and more robust e.g. when behind a https proxy)

Fix quoting, modify aa_export_vars so that now takes one argument, which is a list (many thanks to Nathan Coulter)

New test proc coverage library (proc-coverage) for the 'automated-testing' package:

- New proc 'aa::coverage::proc_covered_p', checks if a particular proc is covered by any automated test.

- New proc 'aa::coverage::proc_list', returns a list of procs, sistem wide or in a package, with their coverage status.

- New proc 'aa::coverage::proc_coverage', returns a summary of information (number of procs, number of covered procs, coverage percentage) about the coverage of the api of a package, or system wide.

- New proc 'aa::coverage::proc_coverage_level', returns a level value (high, medium, low...) for a particular percentage.

Also add new CSS file for the automated tests summary page, which should help reducing the inline styling in the package, and different styles for the proc coverage levels.

  1. … 4 more files in changeset.
Add new proc 'aa_test::proc_coverage', which returns the percentage of proc test coverage on a particular package, or on the whole system

improve quoting (patch provided by Nathan Coulter)

improve spelling

  1. … 9 more files in changeset.
don't write sensitive information into log files

Do not depend on XoTcl in the core

Use provided email only when a party exists, in all other cases keep the previous behavior (fixes automated tests)

improve code documentation and honor existing settings

Extend aa_runseries proc to allow multiple package keys to be specified (goal is being able to select just the packages we want for testing)

simplify the web testing interface for forms

Make requiring of a test package instance more generic: the plan is to use it in other contexts

  1. … 1 more file in changeset.
- add locale to ::acs::test::user::create (defaults to en_US)

- prefer "last_request" over "user_id"

  1. … 1 more file in changeset.
user_id is supposed to come from auth::create_user

rework acs::test::http interface to allow daisy chaining of requests. One can now specify "-last_reqest" to let a new http to continue with the same credentials (e.g. cookies) as the last request. The old interface based on "-user_id" continues to work

  1. … 1 more file in changeset.
acs::test::form_reply: add option "-remove" in analogy to "-update" to remove entries from the provided dict. This is necessary for web regression testing for

check boxes, where the application has to decuce from the fact, that a field is not transmitted, that a value has to be changed.

  1. … 2 more files in changeset.
Move email confirmation test in a proc, as some tests need to reuse this when we are configured to require verification

  1. … 1 more file in changeset.
Log at each redirect

Add new parameter 'depth' deciding whether we want to follow redirects when testing a URL (default is we don't follow redirects as before)

improve spelling

  1. … 4 more files in changeset.
improve spelling