-
Notifications
You must be signed in to change notification settings - Fork 32
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
E2E tests: Fix AWS infrastructure monitoring test failures #3211
Comments
For the test to work properly we need to create an exclusive trail for the test, but it has a charge. This issue will remain blocked until a decision is made. |
After configuring a trail for S3 data events and modifying the test to use this trail to generate events. No alerts are generated because the event we can generate is So we need to create a trail that checks the Management events, the drawback is that it has a higher price than the Data events. |
We decided to close them as it was not planned. |
Description
After the debugging and testing achieved in #3166, we could see that
test_aws_infrastructure_monitoring
was failing, so we must find the reason for the failure and a solution for it.Executions
The text was updated successfully, but these errors were encountered: