aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/distribution_SUITE.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2019-04-15 17:02:32 +0200
committerLukas Larsson <[email protected]>2019-04-18 14:14:42 +0200
commitbc39fa234dd2d2834985dcdd37159cbc9e4d8a51 (patch)
tree8779f6d6bcbba210a3b47dd9136b4ed6831a5a65 /erts/emulator/test/distribution_SUITE.erl
parent37e307235abf4ceb3dd4f4f59a3bae7e187e091d (diff)
downloadotp-bc39fa234dd2d2834985dcdd37159cbc9e4d8a51.tar.gz
otp-bc39fa234dd2d2834985dcdd37159cbc9e4d8a51.tar.bz2
otp-bc39fa234dd2d2834985dcdd37159cbc9e4d8a51.zip
erts: Yield correctly when iterating over distr exit messages
Before this fix the process would continue to process more distributed down or exit messages until it ran out of reductions instead of being suspended immediately.
Diffstat (limited to 'erts/emulator/test/distribution_SUITE.erl')
-rw-r--r--erts/emulator/test/distribution_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/distribution_SUITE.erl b/erts/emulator/test/distribution_SUITE.erl
index d1d1e3840e..84e95e6d26 100644
--- a/erts/emulator/test/distribution_SUITE.erl
+++ b/erts/emulator/test/distribution_SUITE.erl
@@ -77,7 +77,7 @@
optimistic_dflags_echo/0, optimistic_dflags_sender/1,
roundtrip/1, bounce/1, do_dist_auto_connect/1, inet_rpc_server/1,
dist_parallel_sender/3, dist_parallel_receiver/0,
- dist_evil_parallel_receiver/0]).
+ dist_evil_parallel_receiver/0, make_busy/2]).
%% epmd_module exports
-export([start_link/0, register_node/2, register_node/3, port_please/2, address_please/3]).