mirror of
https://github.com/redis/redis.git
synced 2026-04-22 19:37:30 -04:00
tests were sensitive to additional log lines appearing in the log causing the search to come empty handed. instead of just looking for the n last log lines, capture the log lines before performing the action, and then search from that offset.