aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/test/diameter_pool_SUITE.erl
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2019-03-08 11:39:24 +0100
committerAnders Svensson <[email protected]>2019-03-08 11:39:24 +0100
commitce56d9bfef133df1ecc5b88e274500f7d0d87257 (patch)
treeab2891a278af506ddaff09f4f031ee14b0981704 /lib/diameter/test/diameter_pool_SUITE.erl
parent80bc62dd5f8c80df5bbb30ac7a59cbb301cdb31e (diff)
parentd46fcfdcac4b0dcea41add605f9419a7ea17e32c (diff)
downloadotp-ce56d9bfef133df1ecc5b88e274500f7d0d87257.tar.gz
otp-ce56d9bfef133df1ecc5b88e274500f7d0d87257.tar.bz2
otp-ce56d9bfef133df1ecc5b88e274500f7d0d87257.zip
Merge branch 'anders/diameter/distribution/OTP-15398' into maint
* anders/diameter/distribution/OTP-15398: Add diameter_dist_SUITE to exercise diameter_dist:route_session/2 Add consistent hashing to diameter_dist:route_session/2 Add options to diameter_dist:route_session/2 node selection Add diameter_dist for ready spawn_opt callbacks Tweak/document request handler callback Document acknowledgements in transport interface Fix comment typo
Diffstat (limited to 'lib/diameter/test/diameter_pool_SUITE.erl')
-rw-r--r--lib/diameter/test/diameter_pool_SUITE.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/diameter/test/diameter_pool_SUITE.erl b/lib/diameter/test/diameter_pool_SUITE.erl
index 97c16940ff..a36a4fa17a 100644
--- a/lib/diameter/test/diameter_pool_SUITE.erl
+++ b/lib/diameter/test/diameter_pool_SUITE.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2015-2017. All Rights Reserved.
+%% Copyright Ericsson AB 2015-2019. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
@@ -51,6 +51,7 @@
{'Auth-Application-Id', [0]}, %% common
{'Acct-Application-Id', [3]}, %% accounting
{restrict_connections, false},
+ {spawn_opt, {diameter_dist, route_session, []}},
{application, [{alias, common},
{dictionary, diameter_gen_base_rfc6733},
{module, diameter_callback}]},