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
In the v2 branch GitHub workflows we see regular timeouts caused by the TracingE2E test retrying longer that the STS role expiration date. It seems that sometimes the traces generated by the E2E test cannot be retrieved.
Uh oh!
There was an error while loading. Please reload this page.
Summary
In the
v2
branch GitHub workflows we see regular timeouts caused by theTracingE2E
test retrying longer that the STS role expiration date. It seems that sometimes the traces generated by the E2E test cannot be retrieved.Example of failing test: https://github.com/aws-powertools/powertools-lambda-java/actions/runs/15049118451/attempts/1
Why is this needed?
This is needed to achieve reliable E2E tests e.g. during release workflows.
Which area does this relate to?
No response
Solution
There might be a problem in the TraceFetcher: https://github.com/aws-powertools/powertools-lambda-java/blob/v2/powertools-e2e-tests/src/test/java/software/amazon/lambda/powertools/testutils/tracing/TraceFetcher.java
The retry strategy is also too long.
Acknowledgment
The text was updated successfully, but these errors were encountered: