Results 224 comments of Alexander Yastrebov

What is the skipper version you run? Please use one of the recent versions from https://github.com/zalando/skipper/releases

This seems related to https://github.com/zalando/skipper/issues/551 Access log format matches [combined Apache httpd log format](https://httpd.apache.org/docs/2.4/logs.html#combined) iirc so I am wondering if logging of addition fields would break the format. Could you...

One argument to disable compression unconditionally is that if Skipper client never asked for compression operators might be surprised to discover that backend serves gzip.

``` --- FAIL: TestAdmissionControl (9.03s) --- FAIL: TestAdmissionControl/medium_error_rate_and_bigger_than_threshold_will_block_some_traffic (1.00s) admission_test.go:225: ok: 424.00, fail: 465.00, failBackend: 355.00 admission_test.go:231: Failed to get expected fails should be in: 484.54 < 465.00 < 608.94...

``` --- FAIL: TestFifo (3.27s) --- FAIL: TestFifo/fifo_with_reaching_max_concurrency_and_queue_timeouts (1.04s) fifo_test.go:260: aroute: * -> fifo(3, 5, "10ms") -> "http://127.0.0.1:43963" fifo_test.go:306: Success [0..1]: 0.09 fifo_test.go:307: requests: 1993 fifo_test.go:311: OK rate too low...

``` --- FAIL: TestFifo (3.27s) --- FAIL: TestFifo/fifo_with_reaching_max_concurrency_and_queue_timeouts (1.03s) fifo_test.go:260: aroute: * -> fifo(3, 5, "10ms") -> "http://127.0.0.1:42173" fifo_test.go:306: Success [0..1]: 0.10 fifo_test.go:307: requests: 1935 fifo_test.go:311: OK rate too low...

``` --- FAIL: TestFifo (3.26s) --- FAIL: TestFifo/fifo_simple_ok (1.01s) fifo_test.go:260: aroute: * -> fifo(3, 5, "1s") -> "http://127.0.0.1:41917" fifo_test.go:306: Success [0..1]: 0.99 fifo_test.go:307: requests: 200 fifo_test.go:311: OK rate too low...