Skip to content

Commit

Permalink
fix: test_network_disconnect_during_migration data size was too big f… (
Browse files Browse the repository at this point in the history
#4260)

fix: test_network_disconnect_during_migration data size was too big for timeout
  • Loading branch information
BorysTheDev authored Dec 5, 2024
1 parent 5483d1d commit 17651b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dragonfly/cluster_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1438,7 +1438,7 @@ async def test_network_disconnect_during_migration(df_factory):

await push_config(json.dumps(generate_config(nodes)), [node.admin_client for node in nodes])

await StaticSeeder(key_target=200000).run(nodes[0].client)
await StaticSeeder(key_target=100000).run(nodes[0].client)
start_capture = await StaticSeeder.capture(nodes[0].client)

proxy = Proxy("127.0.0.1", 1111, "127.0.0.1", nodes[1].instance.admin_port)
Expand Down

0 comments on commit 17651b2

Please sign in to comment.