summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2018-02-06 23:40:33 +0100
committerMichael Klishin <mklishin@pivotal.io>2018-02-06 23:40:33 +0100
commitb10c633d63872f5fb51508252a5bfab0383df847 (patch)
treecebdf23378654c66da9835c6691ecdc631ebf70d /test
parent46cf04ba7ee1c4b3f9cdcbebb889de557c248882 (diff)
downloadrabbitmq-server-git-b10c633d63872f5fb51508252a5bfab0383df847.tar.gz
Add delegate_count to Cuttlefish schema
Closes #1497. [#154982180]
Diffstat (limited to 'test')
-rw-r--r--test/config_schema_SUITE_data/rabbit.snippets6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/config_schema_SUITE_data/rabbit.snippets b/test/config_schema_SUITE_data/rabbit.snippets
index 51a59c3a31..d8b43c7fb8 100644
--- a/test/config_schema_SUITE_data/rabbit.snippets
+++ b/test/config_schema_SUITE_data/rabbit.snippets
@@ -522,5 +522,11 @@ credential_validator.regexp = ^abc\\d+",
log.channel.file = file_name_channel",
[{rabbit,[{log, [{categories, [{connection, [{file, "file_name_connection"}]},
{channel, [{file, "file_name_channel"}]}]}]}]}],
+ []},
+ {delegate_count,
+ "delegate_count = 64",
+ [{rabbit, [
+ {delegate_count, 64}
+ ]}],
[]}
].