Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-01-27 | Update suite callback test timeout so that beam debug test runs do not timeout | Lukas Larsson | |
2010-12-10 | Update test support so that if common test fails to be stopped in a suite, ↵ | Lukas Larsson | |
the ct node is restarted and the test case fails | |||
2010-12-09 | Add tests for SCB's with same id and fixed bug relating to it | Lukas Larsson | |
2010-12-09 | Add test suites for failing in init/1 function | 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 | Add locking mechanism for scb state when using parallel groups | Lukas Larsson | |
2010-12-08 | Add state update tests for suite callbacks | Lukas Larsson | |
2010-12-08 | Add test case for init_per_suite recover scenario | Lukas Larsson | |
2010-12-08 | Add testcase for config updates | Lukas Larsson | |
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 | Remove supurflous comments and _SUITE files | Lukas Larsson | |
2010-12-08 | Add init_per_suite skip and fail test cases | Lukas Larsson | |
2010-12-08 | Remove scope_tc test case as it should not be possble to have this scope | Lukas Larsson | |
2010-12-08 | Refactor tests to use '_' and '$proplist' | Lukas Larsson | |
2010-12-08 | Add possibility to use '_' and '$proplist' anywhere in a event spec | Lukas Larsson | |
2010-12-08 | Add tags to tests | Lukas Larsson | |
2010-12-08 | Add on_tc_skip function | Lukas Larsson | |
2010-12-08 | Add scoping test cases | Lukas Larsson | |
2010-12-08 | Add tests for minimal_scb, minimal_and_maximal_scb and faulty_scb_undef | Lukas Larsson | |
2010-12-08 | Add testcases for multiple SCBs and unexisting SCBs | Lukas Larsson | |
2010-12-08 | Add testcase for SCB which does nothing | Lukas Larsson | |
2010-12-03 | Merge branch 'lukas/common_test/extend_timeout_for_win' into dev | Lukas Larsson | |
* lukas/common_test/extend_timeout_for_win: Update the support init_per_suite to extend the timeout for starting a slave node on windows. | |||
2010-12-03 | Fix bug in verification where a tc_done/start event which was generated ↵ | Lukas Larsson | |
inbetween a tc_start and tc_done of a init_per_group could caused the validation to fail | |||
2010-12-03 | Update the support init_per_suite to extend the timeout for starting a slave ↵ | Lukas Larsson | |
node on windows. | |||
2010-11-17 | Update master test to put slave logs in /tmp for windows as otherwise ↵ | Lukas Larsson | |
filenames become too long and the tests fail | |||
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-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-06 | Add verification terms to test suite | Peter Andersson | |
Work in progress... | |||
2010-09-06 | Fix various test suite, makefile, and doc related problems | Peter Andersson | |
2010-09-06 | Fix error in the repeat_until_* group property handling | Peter Andersson | |
2010-09-02 | Add test suite for groups with repeat property | Peter Andersson | |
Work in progress... | |||
2010-09-02 | Add verification events to sequence group test suite | Peter Andersson | |
2010-09-02 | Fix error in test suite | Peter Andersson | |
2010-09-02 | Add test cases to sequence suite | 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-09-02 | Add test suite to examplify problem with nested groups in a sequence | Peter Andersson | |
2010-08-13 | Use proper install method | Martti Kuparinen | |
Only real program files should be installed with INSTALL_PROGRAM while scripts should be installed with INSTALL_SCRIPT and data files with INSTALL_DATA. | |||
2010-07-06 | Improve handling of test case group specifications | Peter Andersson | |
Still a few things missing: * Documentation * More tests * Fix old broken test cases | |||
2010-07-06 | Improve handling of test case group specifications | Peter Andersson | |
2010-07-06 | Add new option to label test runs | Peter Andersson | |
With the option 'label', the test run gets a user defined name that Common Test prints in the overview log files. | |||
2010-07-06 | Implement handling of group specifications | Peter Andersson | |
It's possible now to specify execution of test case groups (and test cases within groups) by means of run_test options and test specification terms. From test specifications, groups (and test cases) may also be skipped. ct_run has been improved to report errors better. New test suites have been introduced. | |||
2010-07-06 | Fix problem with using the wrong logdir setting | Peter Andersson | |
The default logdir value "." overrides setting in test specification if logdir start flag/option is missing. | |||
2010-06-11 | Merge branch 'peppe/common_test_r14_dev_2' into dev | Erlang/OTP | |
* peppe/common_test_r14_dev_2: Misc documentation updates Add documentation for run_test program Step vsn for test_server to 3.4 Make {repeat*,N} property in group execute the group N times exactly Fix so that ct_run converts relative diretories in the code path to absolute Fix bug in handling framework:end_tc timeouts Fix bug that prevents the interactive shell mode to start properly Fix failing multiply timetrap test case Minor fixes in code and test suites Add support for executing pre-loaded suites (e.g. modules loaded as binaries) Add test suite for remote loading of binary suites Fix error with {repeat,0} property in groups causing double iterations Add support for config info functions (e.g. init_per_suite/0) Add support for dynamic timetrap handling Have end_per_testcase run even after timetrap_timeout and abort_testcase Flush old DOWN messages in demonitor Add groups in test specifications Add new tests for test case groups and test specifications Improve and fix various test suites Add event_handler_init start flag that can pass init arguments to event handlers ... OTP-8703 peppe/common_test_r14_dev_2 | |||
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). |