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
info = Redis(port=df_server.port).info()
> assert info["total_pipelined_commands"] > len(keys) / 6 # sometimes CI is slow
E AssertionError: assert 2 > (200 / 6)
E + where 200 = len(['k0', 'k1', 'k2', 'k3', 'k4', 'k5', ...])
The text was updated successfully, but these errors were encountered:
Fixes#3896. Now we retry several times.
In my checks this should significantly reduce the failure probability.
Signed-off-by: Roman Gershman <[email protected]>
https://github.com/dragonflydb/dragonfly/actions/runs/11247452053/job/31270963227
The text was updated successfully, but these errors were encountered: