Skip to content

Commit

Permalink
Test with scope=host
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis authored and vkatsuba committed Sep 9, 2021
1 parent 55fb5da commit b841bd0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions big_tests/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,13 @@
%% 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\"
Expand All @@ -266,7 +266,7 @@
{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\"
Expand All @@ -285,7 +285,7 @@
{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\"
Expand Down Expand Up @@ -313,7 +313,7 @@
[{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\"
Expand Down Expand Up @@ -353,7 +353,7 @@
%% 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\"
Expand All @@ -377,7 +377,7 @@
{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\"
Expand Down

0 comments on commit b841bd0

Please sign in to comment.