diff options
| author | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2018-02-22 11:25:45 +0100 |
|---|---|---|
| committer | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2018-02-22 11:25:45 +0100 |
| commit | fdb3e7528431491e5d8718ef65e28c82efeb898b (patch) | |
| tree | 16e0855cd6a9b81a3b96aa6f61c526caa3e14bf8 /test | |
| parent | da988060c5557d453dd3de99a2e2f48f7f31fdfc (diff) | |
| download | rabbitmq-server-git-fdb3e7528431491e5d8718ef65e28c82efeb898b.tar.gz | |
Support kernel.net_ticktime in Cuttlefish configuration
net_ticktime, if present in the .conf file, is set up with
net_kernel:set_net_ticktime/1 before the configuration
of the .conf is applied to the other applications. The kernel
is already running when the configuration is applied, so net_ticktime
is set in a specific way.
[#155393098]
Fixes #1522
Diffstat (limited to 'test')
| -rw-r--r-- | test/config_schema_SUITE_data/rabbit.snippets | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/config_schema_SUITE_data/rabbit.snippets b/test/config_schema_SUITE_data/rabbit.snippets index d8b43c7fb8..12c2774501 100644 --- a/test/config_schema_SUITE_data/rabbit.snippets +++ b/test/config_schema_SUITE_data/rabbit.snippets @@ -528,5 +528,11 @@ credential_validator.regexp = ^abc\\d+", [{rabbit, [ {delegate_count, 64} ]}], - []} + []}, + {kernel_net_ticktime, + "net_ticktime = 20", + [{kernel, [ + {net_ticktime, 20} + ]}], + []} ]. |
