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

feat test: add test for pipeline queue overlimit #4791

Merged
merged 2 commits into from
Mar 19, 2025
Merged

feat test: add test for pipeline queue overlimit #4791

merged 2 commits into from
Mar 19, 2025

Conversation

adiholden
Copy link
Collaborator

add test for #4790

@@ -1159,6 +1159,32 @@ async def push_pipeline(bad_actor_client, size=1):
assert info["dispatch_queue_bytes"] == 0


@dfly_args({"proactor_threads": 4, "pipeline_queue_limit": 100})
async def test_pipeline_overlimit(df_factory: DflyInstanceFactory):
Copy link
Contributor

Choose a reason for hiding this comment

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

This crashes without #4789 right ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

crashes on my laptop, I am trying to see if I see crash in github also

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ok it does not fail on github, but it fails constantly on my laptop.
I believe this is because the slowness of the github machine.
I suggest to just add this test as it

@adiholden adiholden requested a review from kostasrim March 18, 2025 07:44
@adiholden adiholden merged commit ce5c44b into main Mar 19, 2025
10 checks passed
@adiholden adiholden deleted the fix_4789 branch March 19, 2025 07:09
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.

3 participants