You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The $client read is just after sending a SELECT command. SELECT is allowed while loading so this is unexpected.
[exception]: Executing test client: LOADING Valkey is loading the dataset in memory.
LOADING Valkey is loading the dataset in memory
while executing
"$client read"
(procedure "valkey_deferring_client" line 18)
The
$client readis just after sending a SELECT command. SELECT is allowed while loading so this is unexpected.https://github.com/valkey-io/valkey/actions/runs/14860554436/job/41724086930#step:7:5321
This might have started to appear when #1671 was merged.