Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proxy: speedup TestBackendRatelimitScenarios (#2561)
Reuse redis instance for multiple tests. Before ``` $ go test ./proxy -short -count=1 -run=TestBackendRatelimitScenarios ok github.com/zalando/skipper/proxy 9.700s ``` After: ``` ok github.com/zalando/skipper/proxy 2.510s ``` Signed-off-by: Alexander Yastrebov <[email protected]>
- Loading branch information