Ross Strickland

Results 3 comments of Ross Strickland

Need to figure out test failures. They seem unrelated.

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...

Perhaps something like this: https://github.com/runatlantis/atlantis/blob/main/server/core/runtime/run_step_runner.go#L72-L93 ```diff output, err := runner.Run(ctx) + if postProcessOutput == valid.PostProcessRunOutputStripRefreshing { + output = StripRefreshingFromPlanOutput(output, tfVersion) + } if err != nil { err =...