You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several configuration flavors of ecs-service require the use of EC2 instances, the creation of which is not currently supported by the test engine. This causes the tests to fail.
The Dockerfile for testing this module has a modified ENTRYPOINT to exclude any tests that require the creation of an EC2 instance. This change can be reverted once we have a working solution to this issue.
Some proposed solutions:
Create an EC2 box that doesn't do anything but support temporary ecs-service instances.
Modify the test engine to spin up a temporary EC2 instance associated with the ECS cluster, and then destroy the EC2 at the conclusion of tests.
The text was updated successfully, but these errors were encountered:
For whatever reason, the modified ENTRYPOINT is causing behave to skip ALL tests, so for right now the kludgy solution is to comment out the offending tests. This issue will be resolved once we un-comment
the tests and they can run successfully.
Several configuration flavors of ecs-service require the use of EC2 instances, the creation of which is not currently supported by the test engine. This causes the tests to fail.
The Dockerfile for testing this module has a modified ENTRYPOINT to exclude any tests that require the creation of an EC2 instance. This change can be reverted once we have a working solution to this issue.
Some proposed solutions:
The text was updated successfully, but these errors were encountered: