Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-24 | kernel: Ignore cores in erl_distribution_SUITE | Lukas Larsson | |
Some bash versions segfault when a unicode argument is given so we ignore cores created by nodes spawned by this testcase. | |||
2017-05-24 | kernel: Make sure to cleanup after distr tests | Lukas Larsson | |
Because this test suite did not cleanup after itself, the error_logger_warn_SUITE:file_utc failed to start its node that it needed for the test. | |||
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-28 | kernel: Do not allow unicode in nodenames | Zandra Norman | |
Verify that unicode isn't used in a node name and logi an info message if it is. Filter the head part of the name a bit harder to work with epmd. | |||
2017-02-14 | Fixed typos in lib/kernel | Andrew Dryga | |
2016-09-29 | Merge branch 'rickard/time-unit/OTP-13831' | Rickard Green | |
* rickard/time-unit/OTP-13831: Replace usage of deprecated time units | |||
2016-08-25 | Replace usage of deprecated time units | Rickard Green | |
2016-08-15 | kernel: Add erl_distribution_SUITE:setopts | Sverker Eriksson | |
to test net_kernel:setopts and getopts. | |||
2016-05-04 | Merge branch 'zandra/erl_distribution_SUITE-cuddle' | Zandra | |
* zandra/erl_distribution_SUITE-cuddle: update monitor_nodes_otp_6481_test-we only guarantee message order increase timeout since the old one risked flapping test remove no_msg timeout, since its not needed and cause flapping | |||
2016-04-25 | update monitor_nodes_otp_6481_test-we only guarantee message order | Zandra | |
Messages can be lost, but the order is guaranteed. This change weakens the test, but does it according to our guarantees. | |||
2016-04-05 | increase timeout since the old one risked flapping test | Zandra | |
2016-04-05 | remove no_msg timeout, since its not needed and cause flapping | Zandra | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-10 | Remove ?line macros | Björn Gustavsson | |
While we are it, also re-ident the files. | |||
2016-03-10 | Fix comments | Björn Gustavsson | |
Remove out-commented code. Make sure that comments that are not at the end of a line starts with two '%' characters and not just one. That will become important later when we'll remove all ?line macros and ask Emacs to re-indent the files. | |||
2016-03-10 | Eliminate use of the ?t macro | Björn Gustavsson | |
2016-03-10 | Eliminate use of doc and suite clauses | Björn Gustavsson | |
Those clause are obsolete and never used by common_test. | |||
2016-03-10 | Eliminate use test_server:format() | Björn Gustavsson | |
Replace with io:format/2 or ct:pal/3. | |||
2016-03-09 | Eliminate use of test_server:fail/0,1 | Björn Gustavsson | |
2016-03-09 | Modernize timetraps | Björn Gustavsson | |
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-27 | Eliminate use of erlang:now/0 for measuring time | Björn Gustavsson | |
2015-05-26 | Eliminate use of erlang:now/0 for generating unique node names | Björn Gustavsson | |
Use erlang:unique_integer([positive]) when generating unique node names. | |||
2015-02-20 | Test kernel inet_dist_{listen,connect}_options | Raimo Niskanen | |
2011-02-23 | kernel: Eliminate compiler warning | Björn Gustavsson | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for kernel | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update kernel tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2010-12-15 | kernel: fix faulty distribution testcase | Björn-Egil Dahlberg | |
2010-08-25 | Fix a bug that could cause the net_kernel process to crash. | Hans Bolinder | |
A bug introduced in kernel-2.13.5.3 has been fixed. If running net_kernel:set_net_ticktime/1 twice within the TransitionPerod the second call caused the net_kernel process to crash with a badmatch. | |||
2010-01-31 | Merge branch 'bg/cleanup-tests' into ccase/r13b04_dev | Erlang/OTP | |
* bg/cleanup-tests: file_SUITE: eliminate a warning for an unused variable kernel tests: modernize guard tests unicode_SUITE: replace deprecated concat_binary/1 with list_to_binary/1 stdlib tests: modernize guard tests Test suites: fix creation of Emakefiles | |||
2010-01-29 | kernel tests: modernize guard tests | Björn Gustavsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |