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

Avoid Expect in the smoke test fail handler #3042

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

georgethebeatle
Copy link
Member

Is there a related GitHub Issue?

https://ci.korifi.cf-app.com/teams/main/pipelines/main/jobs/run-e2es-main/builds/1022

What is this change about?

Using Expects in the fail handler could lead into the fail handler
retriggering itself in case of the expectation failure. Instead of using
Expects we just log the error and return from the handler

Does this PR introduce a breaking change?

No

Acceptance Steps

Smoke tests complete

Using `Expect`s in the fail handler could lead into the fail handler
retriggering itself in case of the expectation failure. Instead of using
`Expect`s we just log the error and return from the handler

Co-authored-by: Danail Branekov <[email protected]>
@danail-branekov danail-branekov enabled auto-merge (rebase) December 12, 2023 11:03
@danail-branekov danail-branekov merged commit a0990fd into main Dec 12, 2023
7 checks passed
@danail-branekov danail-branekov deleted the fix-smoke-test-fail-handler branch December 12, 2023 11:17
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