Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-26 | Make service_info behave with nested item lists and non-atoms | Anders Svensson | |
2012-08-26 | Add 'connections' and 'peers' service_info | Anders Svensson | |
These provide alternates to 'transport' that group information, and present statistics, per transport established transport connection and peer Origin-Host instead of per reference returned by diameter:add_transport/2. | |||
2012-08-26 | Maintain watchdog states in service_info | Anders Svensson | |
2012-08-26 | Exercise service_info in test suites | Anders Svensson | |
2012-08-26 | Lighten up on timetraps in test suites | Anders Svensson | |
Some look to be optimistic when running in slow virtual environments. (With bad time keeping?) | |||
2012-08-26 | Fix timing issue with subscribe in test suites | Anders Svensson | |
Has to happen before add_transport to be sure of getting the subsequent event. | |||
2012-08-24 | Add events for watchdog state transitions | Anders Svensson | |
2012-08-24 | [common_test] Close log files when deleting ct_conn_log_h error handler | Siri Hansen | |
Due to a bad pattern matching in ct_conn_log_h:terminate/1, log files were not closed when error handler was deleted. This has been corrected. | |||
2012-08-24 | Merge branch 'siri/common_test/ct_netconfc/OTP-10025' into maint | Siri Hansen | |
* siri/common_test/ct_netconfc/OTP-10025: [common_test] Handle all ssh_cm messages in ct_netconfc:handle_msg/2 | |||
2012-08-24 | Stop a forgotten server process | Kostis Sagonas | |
Dialyzer forgot to stop a server process before finishing its analysis. This is a concurrency error detected by Concuerror. | |||
2012-08-24 | Solve problem with registering parallel testcases | Peter Andersson | |
2012-08-24 | Merge branch 'peppe/common_test/update_vsn_files' into maint | Peter Andersson | |
* peppe/common_test/update_vsn_files: Update vsn.mk files | |||
2012-08-24 | Update vsn.mk files | Peter Andersson | |
2012-08-24 | Merge branch 'rc/fix-MP-compiler-flag/OTP-10211' into maint | Fredrik Gustafsson | |
2012-08-24 | Changes in comments and minor code cleanups | Kostis Sagonas | |
2012-08-24 | Comment out unused cases and some csmetic cleanups. | Kostis Sagonas | |
2012-08-24 | Fix a typo and strengthen some type declarations | Kostis Sagonas | |
2012-08-24 | Changes to fix warnings identified by running dialyzer -Wunmatched_returns | Kostis Sagonas | |
2012-08-24 | Remove unused imports | Kostis Sagonas | |
2012-08-24 | Add a missing tag in a type declaration | Kostis Sagonas | |
2012-08-24 | Improve statistics test cases | Anders Svensson | |
2012-08-24 | Statistics fixes | Anders Svensson | |
Statistics are deleted as a consequence of diameter:remove_transport/2. | |||
2012-08-24 | ssl & public_key: Workaround that some certificates encode countryname as ↵ | Ingela Anderton Andin | |
utf8 and close down gracefully if other ASN-1 errors occur. The reason certificate_unknown that is used as ALERT for ASN-1 encoding failure is described as: Some other (unspecified) issue arose in processing the certificate, rendering it unacceptable. | |||
2012-08-24 | Merge branch 'msp/double_middle_endian/OTP-10209' into maint | Lukas Larsson | |
* msp/double_middle_endian/OTP-10209: Configure now assumed normal doubles Revise the autoconf tests for double middle endianness. Add test for floating-point output to float_SUITE. Unbreak floating point on middle-endian machines. | |||
2012-08-24 | Configure now assumed normal doubles | Lukas Larsson | |
2012-08-24 | Merge branch 'rc/syntax_tools-1.6.8/OTP-10208' into maint | Fredrik Gustafsson | |
2012-08-24 | Merge branch 'mz/odbc-support-param_query/OTP-10206' into maint | Fredrik Gustafsson | |
2012-08-24 | Bumped version nr | Fredrik Gustafsson | |
2012-08-24 | Merge branch 'mz/odbc-support-param_query' into maint | Fredrik Gustafsson | |
2012-08-24 | Add silent_connections term to test specification | Peter Andersson | |
2012-08-24 | Deal with the fact that capabilities config may be incomplete | Anders Svensson | |
A transport can be configured before its service so handle insufficient configuration instead of crashing at CER/CEA encode. | |||
2012-08-23 | Merge branch 'sverk/printf-string-precision-bug' into maint | Sverker Eriksson | |
* sverk/printf-string-precision-bug: erts: Fix bug in erts_printf for %s with precision | |||
2012-08-23 | Allow an answer to opt out of setting Result-Code/Failed-AVP | Anders Svensson | |
By returning it in a length 1 list from a handle_request callback. This is the aforementioned roll your own. | |||
2012-08-23 | Set Result-Code as an optional AVP in reply to request containing errors | Anders Svensson | |
Previously assumed it had arity 1, which is not necessarily the case. Whether or not we should do this is probably debatable. There should at least be a way for the user to roll their own. | |||
2012-08-23 | Fix Destination-Host/Realm extraction for arbitrary dictionaries | Anders Svensson | |
2012-08-23 | Fix error in function specification | Peter Andersson | |
2012-08-23 | Merge branch 'sverk/hipelibs-code_server-crash-maint' into maint | Sverker Eriksson | |
* sverk/hipelibs-code_server-crash-maint: Fix init:restart with hipelibs kernel: Disable hipe compilation for hipe_unified_loader | |||
2012-08-23 | Merge remote branch 'origin/peppe/common_test/parallel_testcases_error' into ↵ | Peter Andersson | |
maint * origin/peppe/common_test/parallel_testcases_error: Solve problems with verbosity levels and parallel test cases | |||
2012-08-23 | Merge remote branch 'origin/peppe/common_test/io_error' into maint | Peter Andersson | |
* origin/peppe/common_test/io_error: Fix IO bug causing CT Hooks to hang at startup | |||
2012-08-23 | Solve problems with verbosity levels and parallel test cases | Peter Andersson | |
2012-08-23 | Fix IO bug causing CT Hooks to hang at startup | Peter Andersson | |
2012-08-23 | Merge remote branch 'origin/peppe/common_test/silent_connection' into maint | Peter Andersson | |
* origin/peppe/common_test/silent_connection: Fix deadlock problem in connection handling Implement silent_connection for ssh Conflicts: lib/common_test/src/ct_gen_conn.erl OTP-9625 | |||
2012-08-23 | Merge remote branch 'origin/peppe/common_test/break_and_continue' into maint | Peter Andersson | |
* origin/peppe/common_test/break_and_continue: Fix error in documentation Implement support for test case execution break/continue Conflicts: lib/common_test/src/ct.erl lib/common_test/src/ct_run.erl OTP-10127 OTP-10172 | |||
2012-08-23 | Merge remote branch 'origin/peppe/common_test/verbosity_level' into maint | Peter Andersson | |
* origin/peppe/common_test/verbosity_level: Fix doc build error Implement verbosity levels and parameter for log printout importance Conflicts: lib/common_test/src/ct_logs.erl lib/common_test/src/ct_run.erl lib/common_test/src/ct_testspec.erl lib/common_test/src/ct_util.hrl lib/common_test/test/Makefile OTP-9625 OTP-10067 | |||
2012-08-23 | Add more cross reference links to ct docs | Lukas Larsson | |
2012-08-23 | Remove config option from common_test args | Lukas Larsson | |
This is needed because it is no longer ignored by common_test | |||
2012-08-23 | Update user config to use nested tuple keys | Lukas Larsson | |
ct:get_config and ct:require can now use nested tuples to fetch data from user configuration. E.g. ct:get_config({localhost,ip,v4}). This introduces a backwards incompatability with how names are associated with keys when using require/2. E.g. ct:require(a_name,{localhost,ip}) will associate a_name with ip instead of localhost. | |||
2012-08-23 | Merge remote branch 'origin/peppe/common_test/testspec_updates' into maint | Peter Andersson | |
* origin/peppe/common_test/testspec_updates: Test new testspec functionality and correct bugs Implement constants and new features for test specifications Conflicts: lib/common_test/src/ct_run.erl lib/common_test/test/Makefile OTP-10049 OTP-10089 OTP-10145 | |||
2012-08-23 | Merge remote branch 'origin/peppe/common_test/hook_init_order' into maint | Peter Andersson | |
* origin/peppe/common_test/hook_init_order: Call CT Hook init functions in the correct order OTP-10135 | |||
2012-08-23 | Merge branch 'peppe/common_test/table_sorter' into maint | Peter Andersson | |
* peppe/common_test/table_sorter: Fix installation of javascript files on windows Fix installation of javascript files Make it possible to sort the HTML tables Conflicts: lib/common_test/src/ct_util.hrl OTP-9896 |