Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
steffyP opened this issue May 31, 2023 · 1 comment
Open

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

steffyP opened this issue May 31, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@steffyP
Copy link
Member

steffyP commented May 31, 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:

  • 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).
@alexrashed
Copy link
Member

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 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 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
@alexrashed alexrashed added the bug Something isn't working label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants