Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pymemcached_test.py::test_noreply_pipeline fails #3896

Closed
kostasrim opened this issue Oct 9, 2024 · 1 comment · Fixed by #3908, #3960 or #4102
Closed

pymemcached_test.py::test_noreply_pipeline fails #3896

kostasrim opened this issue Oct 9, 2024 · 1 comment · Fixed by #3908, #3960 or #4102
Assignees
Labels
bug Something isn't working

Comments

@kostasrim
Copy link
Contributor

kostasrim commented Oct 9, 2024

https://github.com/dragonflydb/dragonfly/actions/runs/11247452053/job/31270963227

        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', ...])

@romange
Copy link
Collaborator

romange commented Nov 10, 2024

romange added a commit that referenced this issue Nov 10, 2024
Fixes #3896. Now we retry several times.
In my checks this should significantly reduce the failure probability.

Signed-off-by: Roman Gershman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants