diff options
author | Anders Svensson <[email protected]> | 2015-03-20 02:22:04 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2015-03-20 02:22:04 +0100 |
commit | c0b559c6a0cf6fa9ff7215df59a71b7fa054ed85 (patch) | |
tree | 5f464561b1ec3eee1451a335ca609f5672c33588 | |
parent | 433ea30a6525052c666e8010f0c7a3aa5b84c7a1 (diff) | |
parent | ad645ce54cccc02682f58e625d2f5cfcd0b3acc8 (diff) | |
download | otp-c0b559c6a0cf6fa9ff7215df59a71b7fa054ed85.tar.gz otp-c0b559c6a0cf6fa9ff7215df59a71b7fa054ed85.tar.bz2 otp-c0b559c6a0cf6fa9ff7215df59a71b7fa054ed85.zip |
Merge branch 'anders/diameter/pool/OTP-12428' into maint
* anders/diameter/pool/OTP-12428:
Add pool_size test to config suite
-rw-r--r-- | lib/diameter/test/diameter_config_SUITE.erl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/diameter/test/diameter_config_SUITE.erl b/lib/diameter/test/diameter_config_SUITE.erl index ad5b3f9420..a4bba42b2b 100644 --- a/lib/diameter/test/diameter_config_SUITE.erl +++ b/lib/diameter/test/diameter_config_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2013. All Rights Reserved. +%% Copyright Ericsson AB 2013-2015. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -171,6 +171,9 @@ [[{suspect, 2}]]], [[x], [[{open, 0}]]]}, + {pool_size, + [[1], [100]], + [[0], [infinity], [-1], [x]]}, {private, [[x]], []}, |