Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-14 | Merge branch 'peppe/common_test/OTP-13615' | Peter Andersson | |
* peppe/common_test/OTP-13615: Fix problem with incorrect type of timestamps OTP-13615 | |||
2016-06-13 | Fix problem with incorrect type of timestamps | Peter Andersson | |
OTP-13615 | |||
2016-06-10 | Merge branch 'zandra/common_test/ct-reload_config-doc' | Zandra Hird | |
* zandra/common_test/ct-reload_config-doc: Update ct:reload_config docs since {error, Reason} can be returned | |||
2016-06-10 | Merge branch 'zandra/common_test/fix-ct_logs-crash-bug' | Zandra Hird | |
* zandra/common_test/fix-ct_logs-crash-bug: Avoid crash when monitored ct_logs process is not responding | |||
2016-06-10 | Avoid crash when monitored ct_logs process is not responding | Zandra Hird | |
2016-06-09 | Merge branch 'siri/cuddle-master' | Siri Hansen | |
* siri/cuddle-master: [ct test] Wait for event receiver to be unregistered [ct test] Flush messages from old client after close in telnet server [ct test] Use monitor instead of ct:sleep [ct test] Check that crypto is loaded, or skip netconf tests [ct test] Reduce amount of data in netconfc1_SUITE:get_a_lot | |||
2016-06-09 | Merge branch 'zandra/common_test/unmatched_returns/OTP-13345' | Zandra Hird | |
* zandra/common_test/unmatched_returns/OTP-13345: (23 commits) ct logs: Fix unmatched_return warnings ct_util: Fix unmatched_return warnings erl2html2: Fix unmatched_return warnings cth_conn_log: Fix unmatched_return warnings ct_webtool: Fix unmatched_return warnings ct_telnet: Fix unmatched_return warnings ct_ssh: Fix unmatched_return warnings ct_snmp: Fix unmatched_return warnings ct_slave: Fix unmatched_return warnings ct_rpc: Fix unmatched_return warnings ct_repeat: Fix unmatched_return warnings ct_release_test: Fix unmatched_return warnings ct_property_test: Fix unmatched_return warnings ct_master: Fix unmatched_return warnings ct_hooks_lock: Fix unmatched_return warnings ct_hooks: Fix unmatched_return warnings ct_groups: Fix unmatched_return warnings ct_ftp: Fix unmatched_return warnings ct_framework: Fix unmatched_return warnings ct_config: Fix unmatched_return warnings ... | |||
2016-06-09 | ct logs: Fix unmatched_return warnings | Zandra | |
2016-06-09 | [ct test] Wait for event receiver to be unregistered | Siri Hansen | |
To avoid badarg when two tests are run within the same test case. | |||
2016-06-09 | [ct test] Flush messages from old client after close in telnet server | Siri Hansen | |
Since the same erlang process is used for subsequent telnet connections, messages from old clients must be flushed after close. | |||
2016-06-09 | [ct test] Use monitor instead of ct:sleep | Siri Hansen | |
ct_gen_conn_SUITE_data/conn_SUITE.erl uses a lot of ct:sleep(100) when waiting for processes to exit. This commit removes all the sleeps and introducess monitor instead. | |||
2016-06-09 | [ct test] Check that crypto is loaded, or skip netconf tests | Siri Hansen | |
Tests for ct_netconfc are failed instead of skipped if crypto can not be loaded. This is now corrected. | |||
2016-06-09 | [ct test] Reduce amount of data in netconfc1_SUITE:get_a_lot | Siri Hansen | |
This test case often fails with table_trans_timeout in the netconf server (ns.erl) on slow machines. The amount of data was originally reduced by commit 976214f8d738d4852348496df79f84264d899aba, but was faulty reverted by commit 171d7e2a161ef9270240aff0fa15a285df21c1ef. It is now reduced again... | |||
2016-06-08 | Update ct:reload_config docs since {error, Reason} can be returned | Zandra Hird | |
2016-06-08 | Merge branch 'zandra/test_server/unmatched_returns/OTP-13345' | Zandra Hird | |
* zandra/test_server/unmatched_returns/OTP-13345: vts - Fix unmatched_return warnings test_server_sup - Fix unmatched_return warnings test_server_node - Fix unmatched_return warnings test_server_io - Fix unmtached_return warnings test_server_gl - Fix unmatched_return warnings test_server_ctrl - Fix unmatched_return warnings test_server - fix unmatched_return warnings remove unused purify functions | |||
2016-06-08 | Merge branch 'peppe/common_test/log_tests' | Peter Andersson | |
* peppe/common_test/log_tests: Write suite that tests the API for printing to log | |||
2016-06-08 | Merge branch 'peppe/common_test/fix_failing_tests' | Peter Andersson | |
* peppe/common_test/fix_failing_tests: Make sure test node shuts down before skipping suite Measure file i/o overhead and skip test if the speed is too slow Skip test cases if cover or debug is running | |||
2016-06-07 | vts - Fix unmatched_return warnings | Zandra | |
2016-06-07 | test_server_sup - Fix unmatched_return warnings | Zandra | |
2016-06-07 | test_server_node - Fix unmatched_return warnings | Zandra Hird | |
2016-06-07 | test_server_io - Fix unmtached_return warnings | Zandra | |
2016-06-07 | test_server_gl - Fix unmatched_return warnings | Zandra | |
2016-06-07 | test_server_ctrl - Fix unmatched_return warnings | Zandra | |
2016-06-07 | test_server - fix unmatched_return warnings | Zandra | |
2016-06-07 | Write suite that tests the API for printing to log | Peter Andersson | |
2016-06-07 | remove unused purify functions | Zandra | |
2016-06-07 | ct_util: Fix unmatched_return warnings | Zandra | |
2016-06-07 | erl2html2: Fix unmatched_return warnings | Zandra | |
2016-06-07 | cth_conn_log: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_webtool: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_telnet: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_ssh: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_snmp: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_slave: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_rpc: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_repeat: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_release_test: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_property_test: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_master: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_hooks_lock: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_hooks: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_groups: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_ftp: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_framework: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_config: Fix unmatched_return warnings | Zandra | |
2016-06-07 | ct_run: Fix unmatched_return warnings | Zandra | |
2016-06-07 | Make sure test node shuts down before skipping suite | Peter Andersson | |
2016-06-06 | Measure file i/o overhead and skip test if the speed is too slow | Peter Andersson | |
2016-06-02 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da. | |||
2016-06-02 | Prepare release | Erlang/OTP | |