Files
phpredis/tests
武田 憲太郎 82bf96c3c0 Fix flaky testExists by using deterministic key setup
The test used rand() to decide which keys to create, making it
possible for $mkeys to be empty. This caused EXISTS to receive an
empty array, resulting in a sporadic assertion failure:
(false) !== 0

Observed in #2825 CI and also in an unrelated branch:
- https://github.com/phpredis/phpredis/actions/runs/24132080914
- https://github.com/phpredis/phpredis/actions/runs/23617186872
2026-04-08 13:05:32 -07:00
..
2024-05-30 12:10:46 -07:00
2011-08-18 09:39:14 +01:00
2024-05-30 12:10:46 -07:00
2026-02-18 09:46:55 -08:00
2026-02-18 09:46:55 -08:00
2020-06-24 17:00:01 -07:00
2022-10-09 16:15:02 -07:00