Skip to content

Commit

Permalink
all tests are passing
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Aug 20, 2024
1 parent 56b6421 commit f8c68cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions services/autoscaling/tests/unit/test_utils_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,7 @@ async def test_set_node_availability(
def test_get_new_node_docker_tags(
disabled_rabbitmq: None,
disabled_ec2: None,
disabled_ssm: None,
mocked_redis_server: None,
enabled_dynamic_mode: EnvVarsDict,
disable_dynamic_service_background_task: None,
Expand Down Expand Up @@ -1152,6 +1153,7 @@ def test_is_node_osparc_ready(create_fake_node: Callable[..., Node], faker: Fake
async def test_set_node_osparc_ready(
disabled_rabbitmq: None,
disabled_ec2: None,
disabled_ssm: None,
mocked_redis_server: None,
enabled_dynamic_mode: EnvVarsDict,
disable_dynamic_service_background_task: None,
Expand Down Expand Up @@ -1194,6 +1196,7 @@ async def test_set_node_osparc_ready(
async def test_set_node_found_empty(
disabled_rabbitmq: None,
disabled_ec2: None,
disabled_ssm: None,
mocked_redis_server: None,
enabled_dynamic_mode: EnvVarsDict,
disable_dynamic_service_background_task: None,
Expand Down Expand Up @@ -1237,6 +1240,7 @@ async def test_set_node_found_empty(
async def test_set_node_begin_termination_process(
disabled_rabbitmq: None,
disabled_ec2: None,
disabled_ssm: None,
mocked_redis_server: None,
enabled_dynamic_mode: EnvVarsDict,
disable_dynamic_service_background_task: None,
Expand Down Expand Up @@ -1269,6 +1273,7 @@ async def test_set_node_begin_termination_process(
async def test_attach_node(
disabled_rabbitmq: None,
disabled_ec2: None,
disabled_ssm: None,
mocked_redis_server: None,
enabled_dynamic_mode: EnvVarsDict,
disable_dynamic_service_background_task: None,
Expand Down
4 changes: 4 additions & 0 deletions services/autoscaling/tests/unit/test_utils_rabbitmq.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ async def test_post_task_log_message(
disable_dynamic_service_background_task,
enabled_rabbitmq: RabbitSettings,
disabled_ec2: None,
disabled_ssm: None,
mocked_redis_server: None,
initialized_app: FastAPI,
create_rabbitmq_client: Callable[[str], RabbitMQClient],
Expand Down Expand Up @@ -112,6 +113,7 @@ async def test_post_task_log_message_does_not_raise_if_service_has_no_labels(
disable_dynamic_service_background_task,
enabled_rabbitmq: RabbitSettings,
disabled_ec2: None,
disabled_ssm: None,
mocked_redis_server: None,
initialized_app: FastAPI,
async_docker_client: aiodocker.Docker,
Expand Down Expand Up @@ -141,6 +143,7 @@ async def test_post_task_progress_message(
disable_dynamic_service_background_task,
enabled_rabbitmq: RabbitSettings,
disabled_ec2: None,
disabled_ssm: None,
mocked_redis_server: None,
initialized_app: FastAPI,
create_rabbitmq_client: Callable[[str], RabbitMQClient],
Expand Down Expand Up @@ -202,6 +205,7 @@ async def test_post_task_progress_does_not_raise_if_service_has_no_labels(
disable_dynamic_service_background_task,
enabled_rabbitmq: RabbitSettings,
disabled_ec2: None,
disabled_ssm: None,
mocked_redis_server: None,
initialized_app: FastAPI,
async_docker_client: aiodocker.Docker,
Expand Down

0 comments on commit f8c68cc

Please sign in to comment.