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

test: get better understanding of flaky test #4466

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

nkomonen-amazon
Copy link
Contributor

@nkomonen-amazon nkomonen-amazon commented Feb 23, 2024

Problem

This test is flaky and sometimes fails in CI where the spy shows that the method was invoked 2 times, when it should have been 1 time.

#4390

Solution

Instead test against the actual args and then we should hopefully get more information regarding who is causing the second call.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

This test is flaky and sometimes fails in CI where the spy shows
that the method was invoked 2 times, when it should have been 1 time.

Instead test against the actual args and then we should hopefully get
more information regarding who is causing the second call.

Signed-off-by: nkomonen <[email protected]>
@nkomonen-amazon nkomonen-amazon requested a review from a team as a code owner February 23, 2024 01:58
@nkomonen-amazon
Copy link
Contributor Author

nkomonen-amazon commented Feb 23, 2024

/retryBuilds

@justinmk3 justinmk3 merged commit 86a7345 into aws:master Feb 23, 2024
17 checks passed
@nkomonen-amazon nkomonen-amazon deleted the flakyTest branch February 23, 2024 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants