Skip to content

Conversation

@sundb
Copy link
Collaborator

@sundb sundb commented Apr 7, 2025

This test was introduced by #13853
We determine if the client is in blocked status, but if async flushdb is completed before checking the blocked status, the test will fail.
So modify the test to only determine if lazyfree_pending_objects is correct to ensure that flushdb is async, that is, the client must be blocked.

Failed CI: https://github.com/redis/redis/actions/runs/14297983338/job/40067661367

@sundb sundb force-pushed the fix_lazyfree_test branch from bc2b6a3 to f9d37c1 Compare April 7, 2025 13:40
@sundb sundb merged commit b33a405 into redis:unstable Apr 13, 2025
18 checks passed
funny-dog pushed a commit to funny-dog/redis that referenced this pull request Sep 17, 2025
This test was introduced by redis#13853
We determine if the client is in blocked status, but if async flushdb is
completed before checking the blocked status, the test will fail.
So modify the test to only determine if `lazyfree_pending_objects` is
correct to ensure that flushdb is async, that is, the client must be
blocked.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants