Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhoskins committed Jun 27, 2024
1 parent f47369e commit 5dc6185
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async def test_safe_message_handlers(client: Client):
)
await do_cluster_lifecycle(cluster_manager_handle, delay_seconds=1)
result = await cluster_manager_handle.result()
assert result.max_assigned_nodes == 12
assert result.max_assigned_nodes + result.num_bad_nodes == 12
assert result.num_currently_assigned_nodes == 0


Expand Down

0 comments on commit 5dc6185

Please sign in to comment.