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

chore: print info stats if test_noreply_pipeline fails #4016

Merged
merged 1 commit into from
Oct 30, 2024
Merged

chore: print info stats if test_noreply_pipeline fails #4016

merged 1 commit into from
Oct 30, 2024

Conversation

romange
Copy link
Collaborator

@romange romange commented Oct 30, 2024

No description provided.

@@ -67,7 +68,9 @@ def test_noreply_pipeline(df_server: DflyInstance, memcached_client: MCClient):
assert memcached_client.get_many(keys) == {k: v.encode() for k, v in zip(keys, values)}

info = Redis(port=df_server.port).info()
assert info["total_pipelined_commands"] > 0 # sometimes CI is slow
if info["total_pipelined_commands"] == 0:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also bump up the range slightly ? It's 2k on line 59, can you plz try 4 or 8 k?

@romange romange enabled auto-merge (squash) October 30, 2024 07:45
@romange romange merged commit c8b56b6 into main Oct 30, 2024
12 checks passed
@romange romange deleted the Pr2 branch October 30, 2024 08:17
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