tests/service/ec2: Various Tests Returning InvalidVpcID.NotFound Without Context #17458
Labels
service/ec2
Issues and PRs that pertain to the ec2 service.
technical-debt
Addresses areas of the codebase that need refactoring or redesign.
tests
PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Milestone
Community Note
Description
During last night's test run there are quite a few occurrences of
InvalidVpcID.NotFound
errors being returned without saying what resource was affected:The cause for the error is likely EC2 eventual consistency issues when operating at 20 test concurrency, but the lack of context makes it hard to fix the affected resources. Without looking, it is possible there is a single or multiple resources affected, but this issue is for fixing the error messaging to follow better practices instead of returning a bare error.
Once the TeamCity run completes, the debug logs will also be available.
Affected Resource(s)
References
The text was updated successfully, but these errors were encountered: