We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c72c4 commit b5f913cCopy full SHA for b5f913c
services/autoscaling/tests/unit/test_modules_auto_scaling_computational.py
@@ -901,6 +901,13 @@ async def test_cluster_scaling_up_starts_multiple_instances(
901
mock_rabbitmq_post_message.reset_mock()
902
903
904
+async def test_cluster_adapts_machines_on_the_fly( # noqa: PLR0915
905
+ patch_ec2_client_launch_instancess_min_number_of_instances: mock.Mock,
906
+ minimal_configuration: None,
907
+):
908
+ ...
909
+
910
911
async def test_cluster_scaling_up_more_than_allowed_max_starts_max_instances_and_not_more(
912
patch_ec2_client_launch_instancess_min_number_of_instances: mock.Mock,
913
minimal_configuration: None,
0 commit comments