diff options
author | Valery Piashchynski <[email protected]> | 2021-06-23 19:02:07 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-06-23 19:02:07 +0300 |
commit | 28f8182ab27dddbe9d432586aab83aa398432b16 (patch) | |
tree | ed4fc1122815cfe1fdeac643771f24980fc2bbea /tests/plugins/broadcast/configs | |
parent | 521aeb823bc8fa1f0a91b540cbbac96328185f51 (diff) |
- Fix broadcast tests panic
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/broadcast/configs')
-rw-r--r-- | tests/plugins/broadcast/configs/.rr-broadcast-global.yaml | 9 | ||||
-rw-r--r-- | tests/plugins/broadcast/configs/.rr-broadcast-same-section.yaml | 9 |
2 files changed, 2 insertions, 16 deletions
diff --git a/tests/plugins/broadcast/configs/.rr-broadcast-global.yaml b/tests/plugins/broadcast/configs/.rr-broadcast-global.yaml index 2ca97055..ea25988c 100644 --- a/tests/plugins/broadcast/configs/.rr-broadcast-global.yaml +++ b/tests/plugins/broadcast/configs/.rr-broadcast-global.yaml @@ -3,8 +3,6 @@ rpc: server: command: "php ../../psr-worker-bench.php" - user: "" - group: "" relay: "pipes" relay_timeout: "20s" @@ -38,9 +36,4 @@ broadcast: logs: mode: development - level: error - -endure: - grace_period: 120s - print_graph: false - log_level: error + level: info diff --git a/tests/plugins/broadcast/configs/.rr-broadcast-same-section.yaml b/tests/plugins/broadcast/configs/.rr-broadcast-same-section.yaml index 360e05e5..cbe18196 100644 --- a/tests/plugins/broadcast/configs/.rr-broadcast-same-section.yaml +++ b/tests/plugins/broadcast/configs/.rr-broadcast-same-section.yaml @@ -3,8 +3,6 @@ rpc: server: command: "php ../../psr-worker-bench.php" - user: "" - group: "" relay: "pipes" relay_timeout: "20s" @@ -35,9 +33,4 @@ broadcast: logs: mode: development - level: debug - -endure: - grace_period: 120s - print_graph: false - log_level: error + level: info |