Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-23 | Prepare release | Erlang/OTP | |
2016-07-23 | Fix error with duplicated printouts by ct_telnet:expect/3 | Peter Andersson | |
OTP-13730 | |||
2016-05-03 | Prepare release | Erlang/OTP | |
2016-05-03 | Merge branch 'peppe/ct_misc_18_patches' into maint-18 | Erlang/OTP | |
* peppe/ct_misc_18_patches: Add flag/option for disabling the character escaping functionality Fix bug using the wrong lists search function Fix bug with clashing timestamp values Fix problem with stylesheet tags getting escaped Skip pre/post test IO suite if cover or debug is running Tweak pre_post_io test case to run without failing Fix various log related problems | |||
2016-05-03 | Merge branch 'peppe/ct_remove_nodelay/OTP-13462' into maint-18 | Erlang/OTP | |
* peppe/ct_remove_nodelay/OTP-13462: Update the reference manual Make the nodelay setting configurable and false per default | |||
2016-05-02 | Add flag/option for disabling the character escaping functionality | Peter Andersson | |
OTP-13537 | |||
2016-05-02 | Update the reference manual | Peter Andersson | |
OTP-13462 | |||
2016-05-02 | Fix bug using the wrong lists search function | Peter Andersson | |
2016-05-02 | Fix bug with clashing timestamp values | Peter Andersson | |
2016-05-02 | Fix problem with stylesheet tags getting escaped | Peter Andersson | |
OTP-13536 | |||
2016-05-02 | Skip pre/post test IO suite if cover or debug is running | Peter Andersson | |
OTP-13535 The return value of ct:get_timetrap_info/0 has been modified. | |||
2016-05-02 | Tweak pre_post_io test case to run without failing | Peter Andersson | |
2016-05-02 | Fix various log related problems | Peter Andersson | |
2016-04-28 | Make the nodelay setting configurable and false per default | Peter Andersson | |
2016-04-27 | add testcase for the surefire hook bug | Zandra | |
2016-04-27 | fix cht_surefire bug when pre_init_per_suite fails | Zandra | |
When pre_init_per_suite fails before reaching the cth_surefire pre_init_per_suite unexpected XML was produced. This commit fixes that. | |||
2016-03-14 | Prepare release | Erlang/OTP | |
2016-03-10 | Merge branch 'siri/common_test/fix-doc-links' into maint | Siri Hansen | |
* siri/common_test/fix-doc-links: Fix link errors in common_test documentation Document that any ssh option is allowed in ct_netconfc Conflicts: lib/common_test/doc/src/ct_hooks_chapter.xml lib/common_test/doc/src/ct_netconfc.xml | |||
2016-03-10 | Merge branch 'siri/ct_netconfc/doc-allow-ssh-options/OTP-13338' into maint | Siri Hansen | |
* siri/ct_netconfc/doc-allow-ssh-options/OTP-13338: Document that any ssh option is allowed in ct_netconfc | |||
2016-03-10 | Merge branch 'peppe/common_test/cth_improvements_docs' into maint | Peter Andersson | |
* peppe/common_test/cth_improvements_docs: Document new CT Hook functions | |||
2016-03-10 | Merge branch 'peppe/common_test/html_improvements_docs' into maint | Peter Andersson | |
* peppe/common_test/html_improvements_docs: Document the new HTML improvements | |||
2016-03-10 | Merge branch 'peppe/common_test/new_docs' into maint | Peter Andersson | |
* peppe/common_test/new_docs: Some minor fixes Stop using edoc for the reference manual Common Test: Editorial changes 3 Common Test: Editorial changes 2 Common Test: Editorial changes 1 | |||
2016-03-10 | Fix link errors in common_test documentation | Siri Hansen | |
These were introduced when converting from edoc to xml files for the common_test documentation. | |||
2016-03-10 | Merge branch 'peppe/common_test/misc_18.3_bugfixes' into maint | Peter Andersson | |
* peppe/common_test/misc_18.3_bugfixes: Fix minor issues with escaping characters OTP-13003 | |||
2016-03-10 | Document that any ssh option is allowed in ct_netconfc | Siri Hansen | |
The code was changed by OTP-13338, commit bf309240cb531df880989702ae901316e8b5e97d. | |||
2016-03-09 | Fix minor issues with escaping characters | Peter Andersson | |
OTP-13003 | |||
2016-03-09 | Document new CT Hook functions | Peter Andersson | |
2016-03-09 | Document the new HTML improvements | Peter Andersson | |
2016-03-09 | Document that any ssh option is allowed in ct_netconfc | Siri Hansen | |
The code was changed by OTP-13338, commit bf309240cb531df880989702ae901316e8b5e97d. | |||
2016-03-09 | Some minor fixes | Peter Andersson | |
2016-03-09 | Stop using edoc for the reference manual | Peter Andersson | |
2016-03-09 | Common Test: Editorial changes 3 | tmanevik | |
Reference Manual files from Pär Wennstad added | |||
2016-03-09 | Common Test: Editorial changes 2 | tmanevik | |
Inserted answers from Peter | |||
2016-03-09 | Common Test: Editorial changes 1 | tmanevik | |
Conflicts: lib/common_test/doc/src/ct_hooks_chapter.xml lib/common_test/doc/src/event_handler_chapter.xml lib/common_test/doc/src/run_test_chapter.xml | |||
2016-03-09 | Merge branch 'siri/test-ct_release_test/OTP-13390' into maint | Siri Hansen | |
* siri/test-ct_release_test/OTP-13390: Remove upgrade tests from stdlib_SUITE Add test of ct_release_test | |||
2016-03-09 | Add test of ct_release_test | Siri Hansen | |
The ct_release_test module provides support for testing upgrade/code_change of one or more applications within the Erlang/OTP product. This commit adds tests to the common_test/test directory. | |||
2016-03-09 | Merge branch 'peppe/common_test/html_improvements' into maint | Peter Andersson | |
* peppe/common_test/html_improvements: Fix problems with formatted test_server printouts Make sure special characters are escaped in e.g. pal and log printouts Conflicts: lib/test_server/src/test_server.erl | |||
2016-03-08 | Merge branch 'peppe/common_test/cth_improvements' into maint | Peter Andersson | |
* peppe/common_test/cth_improvements: Add missing internal hook functions Fix remaining issues Update ct_hooks test suites Introduce new CT hook functions OTP-13242 | |||
2016-03-08 | Merge branch 'peppe/common_test/rm_unwanted_tests' into maint | Peter Andersson | |
* peppe/common_test/rm_unwanted_tests: Fix remaining issues Enable execution of multiple test cases or groups from a test spec term OTP-13241 | |||
2016-03-08 | Fix problems with formatted test_server printouts | Peter Andersson | |
2016-03-08 | Make sure special characters are escaped in e.g. pal and log printouts | Peter Andersson | |
2016-03-05 | Add missing internal hook functions | Peter Andersson | |
2016-03-04 | Fix remaining issues | Peter Andersson | |
2016-03-03 | Fix remaining issues | Peter Andersson | |
2016-03-02 | Merge branch 'siri/ct_netconfc/log-open-close/OTP-13386' into maint | Siri Hansen | |
* siri/ct_netconfc/log-open-close/OTP-13386: Log open and close of netconf connections | |||
2016-03-01 | Set dir for slave node's erl_crash.dump | Siri Hansen | |
This was earlier filename:dirname(code:which(test_server)). On Microsoft Windows, this pointed to a directory under c:/Program Files, and in later versions this directory is no longer writable. The framework (common_test) log dir is now used instead. | |||
2016-03-01 | Log open and close of netconf connections | Siri Hansen | |
Commit 4cf832f1ad163f5b25dd8a6f2d314c169c23c82f erroneously removed logging of open and close of netconf connections. This is now corrected. | |||
2016-03-01 | Update ct_hooks test suites | Peter Andersson | |
2016-03-01 | Introduce new CT hook functions | Peter Andersson | |
2016-02-29 | Enable execution of multiple test cases or groups from a test spec term | Peter Andersson | |