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

fix(regTests): adjust small network buff test #1991

Merged
merged 2 commits into from Oct 5, 2023
Merged

fix(regTests): adjust small network buff test #1991

merged 2 commits into from Oct 5, 2023

Conversation

kostasrim
Copy link
Contributor

@kostasrim kostasrim commented Oct 5, 2023

If this test fails again we would need a different approach.

@kostasrim kostasrim self-assigned this Oct 5, 2023
@@ -1668,7 +1668,7 @@ async def test_network_disconnect_small_buffer(df_local_factory, df_seeder_facto
# Df is blazingly fast, so by the time we tick a second time on
# line 1674, DF already replicated all the data so the assertion
# at the end of the test will always fail
fill_task = asyncio.create_task(seeder.run(target_ops=100000))
fill_task = asyncio.create_task(seeder.run(target_ops=500000))
Copy link
Collaborator

Choose a reason for hiding this comment

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

I commented on the other PR as well, remove the target ops param

@kostasrim kostasrim merged commit e98d5e6 into main Oct 5, 2023
10 checks passed
@kostasrim kostasrim deleted the adjust_flake branch October 5, 2023 13:37
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.

None yet

2 participants