Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-17 | Merge branch 'lukas/common_test/updates_needed_before_migration/OTP-8768' ↵ | Lukas Larsson | |
into dev * lukas/common_test/updates_needed_before_migration/OTP-8768: Update ts to take the config path as an invironmental and as a variables passed with all_tests and also with the normal run Update TEST_SERVER_FRAMEWORK os variable to be regarded as undet if set to undefined Fix bug with subgroups after introduction of remote groups Rename Suite Callback to Common Test Hook Update so that cover is skipper for applications without a .cover file Update minimal build target to include runtime_tools and common_test Update ts to start common test with both ts.config and ts.PLATFORM.config Update ts scb to add nodenames in all pre_init clauses Add release/tests/test_server to path Add ts_install_scb which is a common_test SCB that handles making of test modules. Update ts to work with common test instead of test_server Add kill_slavenodes/0 as an exported function Change format of remote groups to {group, Module, GroupName}, note that this is an unsupported feature Add possibility to get all testdata Fix bug when groups refer to groups in the groups/0 function Add support for external groups. Refactor code to make it easier to debug Update so that when asking for os and we are in the test_server_ctrl process, just use os:type(). Fix so that groups can return external test cases, i.e. | |||
2011-02-17 | Cleanup code to fix dialyzer warning | Lukas Larsson | |
2011-02-17 | Rename Suite Callback to Common Test Hook in code and testcases | Lukas Larsson | |
2011-02-17 | Fix bug where the state of an SCB was altered when no on_tc_* existed | Lukas Larsson | |
2011-02-17 | Update SCBs to use a specific id/1 function for SCb overriding instead of ↵ | Lukas Larsson | |
returning it from init/1. | |||
2011-02-17 | Add documentation for SCBs | Lukas Larsson | |
2011-02-14 | Fix bug with subgroups after introduction of remote groups | Lukas Larsson | |
2011-01-24 | Change format of remote groups to {group, Module, GroupName}, note that this ↵ | Lukas Larsson | |
is an unsupported feature | |||
2011-01-24 | Add possibility to get all testdata | Lukas Larsson | |
2011-01-24 | Fix bug when groups refer to groups in the groups/0 function | Lukas Larsson | |
2011-01-24 | Add support for external groups. | Lukas Larsson | |
2011-01-24 | Refactor code to make it easier to debug | Lukas Larsson | |
2010-12-09 | Add tests for SCB's with same id and fixed bug relating to it | Lukas Larsson | |
2010-12-09 | Added tests for starting SCB's with arguments and fixed a bug with how SCB's ↵ | Lukas Larsson | |
are parsed from the command line | |||
2010-12-08 | Add so that failures in SCB:init/1 causes the entire scb scope to fail | Lukas Larsson | |
2010-12-08 | Fix bug which caused scb to be added too much when initiated in the suite ↵ | Lukas Larsson | |
info function | |||
2010-12-08 | Add locking mechanism for scb state when using parallel groups | Lukas Larsson | |
2010-12-08 | Update ct_framework calls to allow manipulation of test results in end_tc ↵ | Lukas Larsson | |
without breaking backwards compatability (I hope) | |||
2010-12-08 | Update all post_*_per_* to also take the Config argument which the *_per_* ↵ | Lukas Larsson | |
was called with as an argument. | |||
2010-12-08 | Add on_tc_fail and on_tc_skip functionality | Lukas Larsson | |
2010-12-08 | Add special tagging for scb in order for event generation to be backward ↵ | Lukas Larsson | |
compatible | |||
2010-12-08 | Update to be compatible with how common_test tests the ct framework | Lukas Larsson | |
2010-12-08 | Add scoping for suite and groups | Lukas Larsson | |
2010-12-08 | Extend SCB error handling printouts | Lukas Larsson | |
Update error behaviour so that a failing SCB callback results in a failing testcase | |||
2010-12-08 | Add SCB error handling functionality | Lukas Larsson | |
2010-12-08 | Move end_tc call to be made before the tc_done event is generated | Lukas Larsson | |
2010-12-08 | Change default state to [] instead of undefined | Lukas Larsson | |
2010-12-08 | Add terminate SCB functionality | Lukas Larsson | |
2010-12-08 | Rename all callback functions to be more inline with the suite callback ↵ | Lukas Larsson | |
functions | |||
2010-12-08 | Update input parameter for suite callbacks to be called suite_callbacks when ↵ | Lukas Larsson | |
given from both erlang shell and ct_run command | |||
2010-12-08 | Update to be backward compatible with ct framework test funktionality | Lukas Larsson | |
2010-12-08 | Expand tracing functions to be more verbose | Lukas Larsson | |
2010-12-08 | Update so that non tuple return values are not filtered out | Lukas Larsson | |
2010-12-08 | Remove some compilation warnings | Lukas Larsson | |
2010-12-08 | Add support for all pre/post init/end functions | Lukas Larsson | |
2010-12-08 | Add so that suite_callbacks can be added by suite_callbacks. Add support for ↵ | Lukas Larsson | |
pre/post_init_suite/2 in suite callback | |||
2010-12-08 | Update ct_trace me to include calling functions | Lukas Larsson | |
2010-12-08 | Add so that suite_callcacks can be configures in suite/0 | Lukas Larsson | |
2010-12-08 | Add support for suite_callback in spec, command_line and interactive. Start ↵ | Lukas Larsson | |
work on suite_callback functionality. | |||
2010-12-08 | Update framework callbacks to use end_tc/4 if available. end_tc/4 can return ↵ | Lukas Larsson | |
anything which init_tc/3 can, and also modify the COnfig variable when called from init_per_suite and init_per_group | |||
2010-12-06 | Fix so that groups can return external test cases, i.e. | Lukas Larsson | |
groups() -> [{test, [sequence], [{other_suite, all}]}]. | |||
2010-11-29 | Update edoc and command line help documentation to reflect change from ↵ | Lukas Larsson | |
run_test to ct_run | |||
2010-11-11 | Update master test specs to work with include directives | Lukas Larsson | |
2010-11-01 | Update parse_table to take multiline sql rows | Lukas Larsson | |
Add test cases for ct:parse_table | |||
2010-10-14 | Update get_status doc to include no_tests_running | Lukas Larsson | |
2010-09-10 | Merge branch 'peppe/common_test/dev/OTP-8753' into dev | Lukas Larsson | |
* peppe/common_test/dev/OTP-8753: Fix problem with prepared_tests tuple not being recognized Add verification terms to test suite Fix various test suite, makefile, and doc related problems Fix error in the repeat_until_* group property handling Add test suite for groups with repeat property Add verification events to sequence group test suite Fix error in handling of sequence groups Fix error in test suite Fix problems with sequences and sub-groups Add test cases to sequence suite Fix error with group term in ct:run_test/1 Add test suite to examplify problem with nested groups in a sequence | |||
2010-09-10 | OTP-8818: Fixed inconsistency in ct:start_interactive call | Lukas Larsson | |
2010-09-06 | Fix problem with prepared_tests tuple not being recognized | Peter Andersson | |
2010-09-02 | Fix error with group term in ct:run_test/1 | Peter Andersson | |
Also some new test cases on sequence groups have been added. | |||
2010-07-13 | Include milliseconds in timestamps in Common Test log entries | Tomas Johansson | |