Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-12-04 | Update event handling documentation | Peter Andersson | |
2013-12-03 | Update documentation | Peter Andersson | |
2013-12-03 | Merge branch 'peppe/common_test/hook_skip_failure' into maint | Peter Andersson | |
* peppe/common_test/hook_skip_failure: Fix CT hook pre_end_per_group causing crash when returning {skip,Reason} OTP-11409 | |||
2013-11-29 | Fix CT hook pre_end_per_group causing crash when returning {skip,Reason} | Peter Andersson | |
OTP-11409 | |||
2013-11-29 | Merge branch 'siri/ct_netconfc/close_session-timeout-hangs/OTP-11478' into maint | Siri Hansen | |
* siri/ct_netconfc/close_session-timeout-hangs/OTP-11478: [common_test] Don't hang netconf client when close-session times out | |||
2013-11-29 | Merge branch 'siri/cuddle-with-tests' into maint | Siri Hansen | |
* siri/cuddle-with-tests: [observer] Fix copy/paste error in observer_SUITE:app_file/1 [common_test] Minor corrections in test of ct_netconfc | |||
2013-11-28 | Merge remote branch 'origin/peppe/common_test/change_skip_behaviour' into maint | Peter Andersson | |
* origin/peppe/common_test/change_skip_behaviour: Modify the auto_skip report for group config funcs to include group name Fix problems with info functions and add more tests Add test cases for new and modified functionality Fix problem with suites and groups skipped from test specification Change report tag for failed init_per_testcase from skipped to auto_skipped Add tests for skipping parallel groups Correct tests cases that fail because of modified events Correct various bugs related to auto_skip and groups Change status from skip to auto_skip for config func that fails due to require Fix problem with handling Config and FW reports correctly Change skip vs auto_skip behaviour OTP-11305 | |||
2013-11-22 | [common_test] Minor corrections in test of ct_netconfc | Siri Hansen | |
2013-11-21 | [common_test] Don't hang netconf client when close-session times out | Siri Hansen | |
When the netconf server did not respond to the close-session request, the call to ct_netconfc:close_session/2 would hang forever waiting for the netconf client to terminate. This has been corrected. The client will now always terminate (and take down the connection) if the close-session request times out. | |||
2013-11-19 | Modify the auto_skip report for group config funcs to include group name | Peter Andersson | |
Also correct failing test cases and find and fix remaining bugs. | |||
2013-11-18 | Fix problems with info functions and add more tests | Peter Andersson | |
2013-11-18 | Add test cases for new and modified functionality | Peter Andersson | |
2013-11-18 | Fix problem with suites and groups skipped from test specification | Peter Andersson | |
2013-11-18 | Change report tag for failed init_per_testcase from skipped to auto_skipped | Peter Andersson | |
2013-11-18 | Add tests for skipping parallel groups | Peter Andersson | |
2013-11-18 | Correct tests cases that fail because of modified events | Peter Andersson | |
2013-11-18 | Correct various bugs related to auto_skip and groups | Peter Andersson | |
2013-11-18 | Change status from skip to auto_skip for config func that fails due to require | Peter Andersson | |
2013-10-31 | Fix problem with handling Config and FW reports correctly | Peter Andersson | |
2013-10-24 | Remove test_server_h from cover spec file | Peter Andersson | |
2013-10-18 | common_test: Add terminate/1 | Fredrik Gustafsson | |
2013-10-16 | Merge branch 'robertoaloi/cth_fix_terminate/OTP-11401' into maint | Fredrik Gustafsson | |
* robertoaloi/cth_fix_terminate/OTP-11401: common_test: added code_change/3 for gen_event behaviour The gen_event callback module expects terminate/2, not terminate/1 | |||
2013-10-11 | common_test: added code_change/3 for gen_event behaviour | Fredrik Gustafsson | |
2013-10-10 | Use normal- instead of scaled timeouts in test case | Peter Andersson | |
2013-09-16 | Prepare releaseOTP_R16B02 | Erlang/OTP | |
2013-09-16 | The gen_event callback module expects terminate/2, not terminate/1 | Roberto Aloi | |
2013-09-11 | Make builtin hook respond to init:stop | Peter Andersson | |
2013-09-11 | Add misc documentation | Peter Andersson | |
2013-09-09 | Merge branch 'kenneth/doc_to_dtd/OTP-11193' into maint | Björn-Egil Dahlberg | |
* kenneth/doc_to_dtd/OTP-11193: Corrections so that the documentation confirms to the DTD Minor correction of xml structure to conform to the DTD | |||
2013-09-05 | Add missing whitespace in string | Peter Andersson | |
2013-09-04 | Merge remote branch 'origin/peppe/common_test/cth_ctrl' into maint | Peter Andersson | |
* origin/peppe/common_test/cth_ctrl: Find and fix minor bugs Add test suite Fix timing related problem Fix problem with start order of hooks and stopping of ct_util_server Introduce pre- and post-test i/o log OTP-11272 | |||
2013-09-03 | Add missing copyright header | Peter Andersson | |
2013-09-03 | Find and fix minor bugs | Peter Andersson | |
2013-09-02 | Add test suite | Peter Andersson | |
2013-09-02 | Fix problem with start order of hooks and stopping of ct_util_server | Peter Andersson | |
2013-09-02 | Introduce pre- and post-test i/o log | Peter Andersson | |
2013-09-02 | Merge remote branch 'origin/peppe/common_test/test_server_h_problem' into maint | Peter Andersson | |
* origin/peppe/common_test/test_server_h_problem: Remove the obsolete test_server_h error handler Tag sasl and error reports with suite, group, and function in log Conflicts: lib/common_test/src/cth_log_redirect.erl OTP-11263 | |||
2013-08-29 | Corrections so that the documentation confirms to the DTD | Kenneth Lundin | |
2013-08-28 | Tag sasl and error reports with suite, group, and function in log | Peter Andersson | |
2013-08-27 | Fix error in builtin hook calling non-existing function | Peter Andersson | |
OTP-11238 | |||
2013-08-07 | Merge remote branch 'origin/peppe/common_test/ct_log_updates' into maint | Peter Andersson | |
* origin/peppe/common_test/ct_log_updates: Make the CT logger print to stdout if test_server is not running Add test Allow calls to ct:pal and ct:print even if CT is not running OTP-11176 | |||
2013-07-09 | Merge branch 'siri/ct_netconfc/multiple-filter-notification/OTP-11166' into ↵ | Siri Hansen | |
maint * siri/ct_netconfc/multiple-filter-notification/OTP-11166: [ct_netconfc] Allow multiple elements inside filter in create_subscription | |||
2013-06-28 | Make the CT logger print to stdout if test_server is not running | Peter Andersson | |
OTP-11176 | |||
2013-06-28 | Add test | Peter Andersson | |
OTP-11176 | |||
2013-06-27 | Allow calls to ct:pal and ct:print even if CT is not running | Peter Andersson | |
Also make sure calls to ct:log and ct:pal don't cause crash if test_server is not running (could happen during startup or shutdown of CT). OTP-11176 | |||
2013-06-25 | [ct_netconfc] Allow multiple elements inside filter in create_subscription | Siri Hansen | |
ct_netconfc:create_subscription only allows one XML element inside the 'filter' element. According to RFC5277 it should be allowed to add any number of elements inside the filter, so this is now corrected. | |||
2013-06-25 | [common_test] Add documentation for ct_netconfc:send and send_rpc | Siri Hansen | |
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |