diff options
Diffstat (limited to 'tests/plugins/reload/configs')
-rw-r--r-- | tests/plugins/reload/configs/.rr-reload-2.yaml | 8 | ||||
-rw-r--r-- | tests/plugins/reload/configs/.rr-reload-3.yaml | 10 | ||||
-rw-r--r-- | tests/plugins/reload/configs/.rr-reload-4.yaml | 11 | ||||
-rw-r--r-- | tests/plugins/reload/configs/.rr-reload.yaml | 8 |
4 files changed, 7 insertions, 30 deletions
diff --git a/tests/plugins/reload/configs/.rr-reload-2.yaml b/tests/plugins/reload/configs/.rr-reload-2.yaml index 3881d4d9..fd1fe417 100644 --- a/tests/plugins/reload/configs/.rr-reload-2.yaml +++ b/tests/plugins/reload/configs/.rr-reload-2.yaml @@ -1,16 +1,10 @@ server: command: php ../../psr-worker-bench.php - user: '' - group: '' - env: - RR_HTTP: 'true' relay: pipes relay_timeout: 20s http: address: '127.0.0.1:27388' max_request_size: 1024 - middleware: - - '' uploads: forbid: - .php @@ -31,7 +25,7 @@ http: destroy_timeout: 60s logs: mode: development - level: error + level: debug reload: interval: 2s patterns: diff --git a/tests/plugins/reload/configs/.rr-reload-3.yaml b/tests/plugins/reload/configs/.rr-reload-3.yaml index cdd32d20..36af2693 100644 --- a/tests/plugins/reload/configs/.rr-reload-3.yaml +++ b/tests/plugins/reload/configs/.rr-reload-3.yaml @@ -1,16 +1,10 @@ server: command: php ../../psr-worker-bench.php - user: '' - group: '' - env: - RR_HTTP: 'true' relay: pipes relay_timeout: 20s http: address: '127.0.0.1:37388' max_request_size: 1024 - middleware: - - '' uploads: forbid: - .php @@ -31,9 +25,9 @@ http: destroy_timeout: 60s logs: mode: development - level: error + level: debug reload: - interval: 2s + interval: 1s patterns: - .txt services: diff --git a/tests/plugins/reload/configs/.rr-reload-4.yaml b/tests/plugins/reload/configs/.rr-reload-4.yaml index c499ec90..ceec11c4 100644 --- a/tests/plugins/reload/configs/.rr-reload-4.yaml +++ b/tests/plugins/reload/configs/.rr-reload-4.yaml @@ -1,16 +1,10 @@ server: command: php ../../psr-worker-bench.php - user: '' - group: '' - env: - RR_HTTP: 'true' relay: pipes relay_timeout: 20s http: address: '127.0.0.1:22766' max_request_size: 1024 - middleware: - - '' uploads: forbid: - .php @@ -31,9 +25,10 @@ http: destroy_timeout: 60s logs: mode: development - level: error + level: debug + reload: - interval: 2s + interval: 1s patterns: - .aaa services: diff --git a/tests/plugins/reload/configs/.rr-reload.yaml b/tests/plugins/reload/configs/.rr-reload.yaml index b68430ef..5048ddda 100644 --- a/tests/plugins/reload/configs/.rr-reload.yaml +++ b/tests/plugins/reload/configs/.rr-reload.yaml @@ -1,16 +1,10 @@ server: command: php ../../psr-worker-bench.php - user: '' - group: '' - env: - RR_HTTP: 'true' relay: pipes relay_timeout: 20s http: address: '127.0.0.1:22388' max_request_size: 1024 - middleware: - - '' uploads: forbid: - .php @@ -31,7 +25,7 @@ http: destroy_timeout: 60s logs: mode: development - level: error + level: debug reload: interval: 1s patterns: |