Skip to content

Make Elastic::ProcessBookkeepingService specs work on Redis 4

Sean McGivern requested to merge pin-redis-in-ci-es-specs into pin-redis-in-ci

The service itself doesn't use ZPOPMIN and friends, but the spec did. Changing this to the slightly less convenient ZRANGE ensures that the specs will run on Redis 4, which is our minimum supported version.

Closes #238217 (closed).

Merge request reports

Loading