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
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:
identify which of the tests is causing the timeout,
either exclude the test or split the tests into several parts (like we already do with other tests).
The text was updated successfully, but these errors were encountered:
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).
alexrashed
changed the title
issue: route53 tests timeout, no reports send
issue: tests for certain services time out, no reports send
Aug 1, 2023
alexrashed
changed the title
issue: tests for certain services time out, no reports send
issue: tests for some services time out, no reports send
Aug 1, 2023
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:
The text was updated successfully, but these errors were encountered: