Skip to content

Commit

Permalink
Test with scope=host
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Jul 13, 2021
1 parent 91f57d2 commit 318756d
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions big_tests/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -230,16 +230,16 @@
%% dbs variable is used by ./tools/test_runner/presets_to_dbs.sh script
[{dbs, [redis, minio]},
{outgoing_pools, "[outgoing_pools.redis.global_distrib]
scope = \"global\"
scope = \"host\"
workers = 10"}]},
{pgsql_mnesia,
[{dbs, [redis, pgsql]},
{auth_method, "\"rdbms\""},
{outgoing_pools, "[outgoing_pools.redis.global_distrib]
scope = \"global\"
scope = \"host\"
workers = 10
[outgoing_pools.rdbms.default]
scope = \"global\"
scope = \"host\"
workers = 5
connection.driver = \"pgsql\"
connection.host = \"localhost\"
Expand All @@ -266,10 +266,10 @@
{auth_method, "\"rdbms\""},
{rdbms_server_type, "\"mssql\""},
{outgoing_pools, "[outgoing_pools.redis.global_distrib]
scope = \"global\"
scope = \"host\"
workers = 10
[outgoing_pools.rdbms.default]
scope = \"global\"
scope = \"host\"
workers = 5
connection.driver = \"odbc\"
connection.settings = \"DSN=mongoose-mssql;UID=sa;PWD=mongooseim_secret+ESL123\""},
Expand All @@ -289,14 +289,14 @@
{sm_backend, "\"redis\""},
{auth_method, "\"rdbms\""},
{outgoing_pools, "[outgoing_pools.redis.global_distrib]
scope = \"global\"
scope = \"host\"
workers = 10
[outgoing_pools.redis.default]
scope = \"global\"
scope = \"host\"
workers = 10
strategy = \"random_worker\"
[outgoing_pools.rdbms.default]
scope = \"global\"
scope = \"host\"
workers = 5
connection.driver = \"mysql\"
connection.host = \"localhost\"
Expand All @@ -321,10 +321,10 @@
[{dbs, [redis, ldap]},
{auth_method, "\"ldap\""},
{outgoing_pools, "[outgoing_pools.redis.global_distrib]
scope = \"global\"
scope = \"host\"
workers = 10
[outgoing_pools.ldap.default]
scope = \"global\"
scope = \"host\"
workers = 5
connection.port = 3636
connection.rootdn = \"cn=admin,dc=esl,dc=com\"
Expand All @@ -336,7 +336,7 @@
connection.tls.certfile = \"priv/ssl/fake_cert.pem\"
connection.tls.keyfile = \"priv/ssl/fake_key.pem\"
[outgoing_pools.ldap.bind]
scope = \"global\"
scope = \"host\"
workers = 5
connection.port = 3636
connection.encrypt = \"tls\"
Expand All @@ -362,10 +362,10 @@
%% https://github.com/basho/riak-erlang-client/issues/232#issuecomment-178612129
%% We also set ciphers in tools/setup_riak on the server side.
{outgoing_pools, "[outgoing_pools.redis.global_distrib]
scope = \"global\"
scope = \"host\"
workers = 10
[outgoing_pools.riak.default]
scope = \"global\"
scope = \"host\"
workers = 5
strategy = \"next_worker\"
connection.address = \"127.0.0.1\"
Expand All @@ -390,15 +390,15 @@
{elasticsearch_and_cassandra_mnesia,
[{dbs, [redis, elasticsearch, cassandra]},
{outgoing_pools, "[outgoing_pools.redis.global_distrib]
scope = \"global\"
scope = \"host\"
workers = 10
[outgoing_pools.cassandra.default]
scope = \"global\"
scope = \"host\"
workers = 20
connection.tls.cacertfile = \"priv/ssl/cacert.pem\"
connection.tls.verify_peer = true
[outgoing_pools.elastic.default]
scope = \"global\""}
scope = \"host\""}
]}
]}
]}.
Expand Down

0 comments on commit 318756d

Please sign in to comment.