localstack / localstack-terraform-test

Utilities to run Terraform tests against LocalStack
25 stars 6 forks source link

issue: tests for some services time out, no reports send #26

Open steffyP opened 1 year ago

steffyP commented 1 year ago

The route53 tests are not running anymore, e.g. the test container is canceled after 6hours, and we do not receive any reports of the test results anymore.

We should:

alexrashed commented 1 year ago

This now also happens to S3. We could maybe fix these issues by using https://pypi.org/project/pytest-split/ (per service). This would also have the benefit that new tests are not overlooked (currently the partitioning lists the tests, which is not automatically updated).