Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-09 | Misc documentation updates | Peter Andersson | |
2010-06-09 | Add documentation for run_test program | Peter Andersson | |
2010-06-09 | Step vsn for test_server to 3.4 | Peter Andersson | |
2010-06-09 | Make {repeat*,N} property in group execute the group N times exactly | Peter Andersson | |
To be consistent with the behaviour of the run_test repeat flag/option, the repeat* group property has been changed to specify absolute number of test runs. Previously {repeat,N} meant "execute the group 1 time + N repeats". Now it means "execute the group N times". | |||
2010-06-09 | Fix so that ct_run converts relative diretories in the code path to absolute | Peter Andersson | |
Directories added with run_test -pa or -pz in the pre erl_args part of the command line will be converted from relative to absolute, this to avoid confusion when Common Test switches working directory during the test run. Also fixed in this commit: Problem with timeouts during init_tc or end_tc (in the Test Server framework). | |||
2010-06-09 | Fix bug in handling framework:end_tc timeouts | Peter Andersson | |
2010-06-09 | Fix bug that prevents the interactive shell mode to start properly | Peter Andersson | |
2010-06-09 | Fix failing multiply timetrap test case | Peter Andersson | |
2010-06-09 | Minor fixes in code and test suites | Peter Andersson | |
2010-06-09 | Add support for executing pre-loaded suites (e.g. modules loaded as binaries) | Peter Andersson | |
Also fixed bug in test_server that calls end_per_testcase after test case timeout or abortion. | |||
2010-06-09 | Add test suite for remote loading of binary suites | Peter Andersson | |
2010-06-09 | Fix error with {repeat,0} property in groups causing double iterations | Peter Andersson | |
2010-06-09 | Add support for config info functions (e.g. init_per_suite/0) | Peter Andersson | |
Also fixed bug: return value {fail,Reason} from end_tc(init_per_suite) was ignored. | |||
2010-06-09 | Add support for dynamic timetrap handling | Peter Andersson | |
2010-06-09 | Have end_per_testcase run even after timetrap_timeout and abort_testcase | Peter Andersson | |
2010-06-09 | Flush old DOWN messages in demonitor | Peter Andersson | |
2010-06-09 | Add groups in test specifications | Peter Andersson | |
Ongoing work... | |||
2010-06-09 | Add new tests for test case groups and test specifications | Peter Andersson | |
2010-06-09 | Improve and fix various test suites | Peter Andersson | |
2010-06-09 | Add event_handler_init start flag that can pass init arguments to event handlers | Peter Andersson | |
Also changed: The userconfig option in ct:run_test/1 from 3-tuple to 2-tuple. | |||
2010-06-09 | Make it possible to run ts tests for Common Test via the ↵ | Peter Andersson | |
ct_run:script_start() interface The possibility to pass start arguments to ct_run:start_script/0 by means of an application environment variable has been implemented. This will be used by ct_test_support for automatic testing of all common_test start interfaces. | |||
2010-06-09 | Implement support for user controllable timetrap parameters (multiply and scale) | Peter Andersson | |
Documentation still missing. | |||
2010-06-09 | Improve documentation and fix minor problems | Peter Andersson | |
General documentation and code updates. | |||
2010-06-09 | Update Webtool documentation | Peter Andersson | |
Documentation changed to specify Firefox as default browser on unix/linux. | |||
2010-06-09 | Add run_test program for Common Test | Peter Andersson | |
Common Test may now be started with the program run_test instead of the legacy shell script with the same name. Minor updates have also been made to the Webtool application. | |||
2010-06-09 | Documentation update | Andrey Pampukha | |
2010-06-09 | Move 'node_start' and 'eval' terms into new 'init' term | Andrey Pampukha | |
node_start+eval -> init(node_start, eval) Also include some documentation updates. | |||
2010-06-09 | Document ct_slave and 'eval' terms | Andrey Pampukha | |
2010-06-09 | Change monitor_master option to false by default | Andrey Pampukha | |
2010-06-09 | Improve eval and node_start and add new options for ct_slave | Andrey Pampukha | |
2010-06-09 | Modify cookie handling in ct_slave | Andrey Pampukha | |
2010-06-09 | Introduce ct_slave module | Andrey Pampukha | |
2010-06-09 | Add test suites for ct_master | Andrey Pampukha | |
Also includes minor documentation updates. | |||
2010-06-09 | Separate config and user_config in test specifications | Andrey Pampukha | |
This is now properly supported in the ct_run. | |||
2010-06-09 | Add support for user_config in ct_master | Andrey Pampukha | |
2010-06-09 | Remove ugly -compile(export_all) | Andrey Pampukha | |
2010-06-09 | Bug fix: ["config.txt"] /= "config.txt" | Andrey Pampukha | |
2010-06-09 | Add functions for adding and removing config handlers | Andrey Pampukha | |
This is a draft version. | |||
2010-06-09 | Update test specifications | Andrey Pampukha | |
2010-06-09 | Replace own has_element/2 with lists:config/2 | Andrey Pampukha | |
2010-06-09 | Fix problem with disappearing variables and aliases | Andrey Pampukha | |
2010-06-09 | Rename suites for ct_config and add tests for disappearing variables | Andrey Pampukha | |
Tests for disappearing variables added to ct_dynamic_SUITE. | |||
2010-06-09 | Change spelling, phrasing and structure in documentation | Andrey Pampukha | |
2010-06-09 | Eliminate compilation warning | Andrey Pampukha | |
Modified debug function never called. | |||
2010-06-09 | Changed return value tags for config file handling | Andrey Pampukha | |
Return value tags modified and various documentation updates made (work in progress). | |||
2010-06-09 | Support running cover on common_test test suites | Andrey Pampukha | |
2010-06-09 | Remove dialyzer warning | Andrey Pampukha | |
2010-06-09 | Remove non-breaking space | Andrey Pampukha | |
Some editors get confused by illegal break character. | |||
2010-06-09 | Add tests for test specifications | Andrey Pampukha | |
2010-06-09 | Add test suites for configuration | Andrey Pampukha | |