Skip to content

rcache: handle redis not instantly expiring

Administrator requested to merge k/20220411-racy-rcache into main

Created by: keegancsmith

This test has been flakey on CI. It feels like we shouldn't be so strict on the timing, especially since they are different processes running. I added a 5s buffer.

Test Plan: "go test -count=5". Additionally I increased the TTL to 10s and the test did fail.

Merge request reports

Loading