Alexander Yastrebov
Alexander Yastrebov
``` --- FAIL: TestRedistest (27.04s) redistest.go:39: Failed to start redis server: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.41/containers/3f1705e8160379b38a506c25ff2a9ca773f1673a369040c20dfb40e5342ef067/json": context deadline exceeded: creating reaper failed: failed to create container ```
``` --- FAIL: TestRedistest (27.30s) redistest.go:39: Failed to start redis server: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.41/containers/02a8b90845b6d23098051cbaa2e45261b90e20901ad882254a54cac3eff807e7/json": context deadline exceeded: creating reaper failed: failed to create container ```
> but this won't be good on CI environment I think. I think we actually do not needed reaper in CI, I've created #2930 to disable.
Looks similar to https://github.com/zalando/skipper/issues/2621
https://github.com/zalando/skipper/actions/runs/6036110251/job/16377774962?pr=2549 ``` --- FAIL: TestTeeEndToEndBody2TeeRoutesAndClosing (0.01s) tee_test.go:268: shadow handler got a request, but should not panic: close of closed channel [recovered] panic: close of closed channela goroutine 50 [running]: testing.tRunner.func1.2({0x17ecde0,...
``` --- FAIL: TestTeeEndToEndBody2TeeRoutesAndClosing (0.01s) tee_test.go:268: shadow handler got a request, but should not panic: close of closed channel [recovered] panic: close of closed channel ```
``` --- FAIL: TestTeeEndToEndBody2TeeRoutesAndClosing (0.01s) tee_test.go:267: shadow handler got a request, but should not time="2024-02-14T20:57:14Z" level=error msg="context: failed to execute loopback request: dialing failed false: net.Error during backend roundtrip to...
Hello, for custom filters you may use flow style yaml and parse arguments yourself, see example https://github.com/zalando/skipper/pull/3020 ``` jwtMetrics("{issuers: ['https://example.com', 'https://example.org'], optOutAnnotations: [oauth.disabled]}") ``` Of course this will not enable...
For named arguments we would need to support another style of filter constructor https://github.com/zalando/skipper/blob/708e97af1d1e1511d7bc7803e1b2a0d5599df52b/filters/filters.go#L180-L190 as well as maybe change eskip Predicate/Filter interfaces https://github.com/zalando/skipper/blob/708e97af1d1e1511d7bc7803e1b2a0d5599df52b/eskip/eskip.go#L233-L262 Before we invest into this we need...
> go1.14.2 This is old go runtime. Make sure you use latest vegeta version, see also https://github.com/tsenart/vegeta/pull/625