-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix: apply strip_refreshing to output for errors #4443
fix: apply strip_refreshing to output for errors #4443
Conversation
c738bc7
to
cbff893
Compare
Need to figure out test failures. They seem unrelated. |
cbff893
to
96b392b
Compare
I'm pretty confused on the test errors here. When I run the tests locally against main, they still show up. Traversing down the git history doesn't seem to change much for test status against recent commits. |
@pseudomorph your test failures is fixed in #4462 :) |
00634bf
to
22393d1
Compare
22393d1
to
c719e96
Compare
c719e96
to
36dbb4f
Compare
@pseudomorph can you followup and add test for this change? Thanks! |
Co-authored-by: PePe Amengual <[email protected]>
Wird, strip_refreshing dosen't do anything now. |
what
Apply
strip_refreshing
formatting to output prior to use in error messaging.why
When using a custom run command for the plan step - an error with Terraform can produce very long outputs regarding refreshing. #3518 addressed stripping the refreshing comments out for successful commands, but they still come through in errors. This addresses that.
tests
references