Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-11 | distribution_SUITE: Remove irrelevant test atom_roundtrip_r16b | Björn Gustavsson | |
Communication with OTP R16b has not been supported for a while. | |||
2019-04-09 | erts: Skip large dist testcases on machines with little memory | Lukas Larsson | |
2019-03-25 | erts: Yield when exiting/free process is suspended by de | Lukas Larsson | |
2019-03-25 | erts: Always stop any testnodes before testcase exits | Lukas Larsson | |
This needs to be done in order for automatic fd leak checking to work properly. | |||
2019-03-25 | erts: Fix verify_nc in distribution suite | Lukas Larsson | |
When the calling process is trapping exits a stray message will end up in the mailbox which is problematic. This change uses a monitor instead. | |||
2019-02-22 | erts: Add distr testcases for fragmentation | Lukas Larsson | |
2019-02-22 | erts: Implement fragmentation of distrubution messages | Lukas Larsson | |
2018-06-18 | Update copyright year | Henrik Nord | |
2018-05-17 | tverlaan/add_dns_alternative_to_tcp_dist/PR-1694/OTP-15086 | Lukas Larsson | |
epmd: allow alternative to dns resolving for nodename | |||
2018-05-16 | epmd: allow alternative to dns resolving for nodename | Timmo Verlaan | |
This makes it possible to create a custom integration with a key-value store for example. The key would then point to the actual address. You would have to write your own epmd module to make use of that feature. | |||
2018-05-04 | Add ct:get_progname/0 | Richard Carlsson | |
This replaces all uses of lib:progname/0 in tests. | |||
2017-11-17 | Avoid using the efile driver in test suites | Björn Gustavsson | |
The efile driver will soon be reimplemented as a BIF. Instead of opening a port based on efile, use hd(erlang:ports()). It is a reasonable safe assumption that the runtime will continue to use use at least some ports. | |||
2017-11-15 | Add optimistic DFLAG_DIST_HOPEFULLY for pending connections | Sverker Eriksson | |
to avoid tuple fallbacks for export funs and bitstrings. ToDo: Re-encode if receiver turn out to be erl_interface/jinterface. | |||
2017-11-15 | erts: Async auto-connect for group_leader/2 | Sverker Eriksson | |
2017-11-15 | erts: Async auto-connect for monitor_node | Sverker Eriksson | |
Removed distribution_SUITE:applied_monitor_node as it seems to test apply of trapping BIF and monitor_node does not trap anymore. | |||
2017-11-15 | erts: Refactoring in distribution_SUITE | Sverker Eriksson | |
for set/get_internal_state calls. | |||
2017-11-15 | Merge branch 'maint' | Sverker Eriksson | |
2017-11-09 | erts: Fix race in distribution_SUITE:bad_dist_struct | Sverker Eriksson | |
Symptom: random rpc net_adm:ping returned pang Use monitor_node to wait for failed connection before we try to connect again. | |||
2017-11-09 | erts: Fix distribution_SUITE:bad_dist_ext_size | Sverker Eriksson | |
for "+hmqd off_heap" | |||
2017-10-13 | Eliminate use of deprecated functions in string | Björn Gustavsson | |
2017-10-09 | Merge branch 'sverker/bad-dist-msg-bug/ERIERL-80/OTP-14661' into maint-20 | Erlang/OTP | |
* sverker/bad-dist-msg-bug/ERIERL-80/OTP-14661: erts: Fix bug when detecting bad dist message Add distribution_SUITE:bad_dist_ext_size | |||
2017-10-02 | Merge branch 'maint' | Sverker Eriksson | |
2017-10-02 | Merge branch 'sverker/bad-dist-msg-bug/ERIERL-80/OTP-14661' into maint | Sverker Eriksson | |
2017-10-02 | Add distribution_SUITE:bad_dist_ext_size | Sverker Eriksson | |
2017-08-28 | Support for running test suites with gen_tcp_dist | Rickard Green | |
2017-06-13 | Remove unused functions in test emulator test suites | Björn Gustavsson | |
2017-06-03 | Make bulk_send_bigbig/1 purely informational | Björn Gustavsson | |
bulk_send_bigbig/1 sometimes fails even if there is nothing wrong. Stop testing the ratio, and just return information about the speed and number of monitor messages. The testcase will still serve as a smoke test of the +zdbbl option. | |||
2017-06-03 | distribution_SUITE: Refactor bulk_send_bigbig/1 | Björn Gustavsson | |
Refactor bulk_send_bigbig/1 to make it somewhat easier to follow. | |||
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-20 | Do atom roundtripping with an R16B node | Björn Gustavsson | |
It is no longer possible to communicate with R15B nodes. | |||
2016-08-30 | Merge branch 'rickard/time-unit/OTP-13735' into maint | Rickard Green | |
* rickard/time-unit/OTP-13735: Update test-cases to use new symbolic time units Replace misspelled symbolic time units Conflicts: erts/doc/src/erlang.xml erts/emulator/test/long_timers_test.erl | |||
2016-08-25 | Update test-cases to use new symbolic time units | Rickard Green | |
2016-07-26 | erts: Fix epmd_module testcase | Björn-Egil Dahlberg | |
Regression from OTP-13770 (84549af1c996657aedee1263afec28b21bfa42a4) | |||
2016-07-26 | erts: Fix whitespaces in distribution_SUITE | Björn-Egil Dahlberg | |
2016-06-14 | Merge branch 'lukas/erts/testfixes-19' | Lukas Larsson | |
* lukas/erts/testfixes-19: erts: Increase bif and nif call_time trace test erts: Fix distribution_SUITE:bulk_send_bigbig on windows erts: Ensure bs_add_overflow test has enough memory kernel: Better explain controlling_process' tcp behaviour kernel: Fix t_recv_delim on bsd os_mon: Make sure to start/stop os_mon in tests correctly ssl: Fix use_interface dist_SSL test erl_interface: Fix signed int overflow tc bug erts: fix atom_roundtrip_r15b tc erts: Require more memory for debug tests | |||
2016-06-14 | erts: Fix distribution_SUITE:bulk_send_bigbig on windows | Lukas Larsson | |
The granualarity of the windows time sometimes makes timer:tc return 0 as the time taken for the test. Change this to use the most common time instead. | |||
2016-06-14 | erts: fix atom_roundtrip_r15b tc | Lukas Larsson | |
if node fails to start, just skip testcase | |||
2016-05-25 | Add tests for -start_epmd and -epmd_module options | Magnus Henoch | |
For -start_epmd, check that the node starts properly and that we can ping it. For -epmd_module, start two nodes that can communicate only because we supply the correct port number through a command line argument. | |||
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-04-08 | Increase timetrap for atom_roundtrip_r15b | Björn-Egil Dahlberg | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-11 | Remove ?line macros | Björn-Egil Dahlberg | |
2016-03-11 | Eliminate use of doc and suite clauses | Björn-Egil Dahlberg | |
Those clause are obsolete and never used by common_test. | |||
2016-03-11 | Replace ?t with test_server | Björn-Egil Dahlberg | |
The macro ?t is deprecated. Replace its use with 'test_server'. | |||
2016-03-11 | Eliminate use of ?config() macro | Björn-Egil Dahlberg | |
2016-03-11 | Replace use of test_server:format/2 with io:format/2 | Björn-Egil Dahlberg | |
2016-03-11 | Eliminate use of test_server:fail/0,1 | Björn-Egil Dahlberg | |
2016-03-11 | Modernize use of timetraps | Björn-Egil Dahlberg | |
2016-03-08 | Merge branch 'maint' | Sverker Eriksson | |
2016-03-08 | test: do not divide by zero | Dan Gudmundsson | |