any tips on how to debug why tests are failing? <h...
# atlantis-contributors
c
any tips on how to debug why tests are failing? https://github.com/runatlantis/atlantis/pull/4461 I don't see anything standing out in the output that would explain why my fix would add a new output field to the
terraform plan
output for test cases 🤔
p
is that the github test?
all PRs are having issues with that one I believe
c
Yes 🙂
p
we need to look into why
I have no idea
c
they all seem to have
+ keepers     = {}
in the plan output
where none is expected currently
well, happy it wasn't my fix causing it at least 😆
keeps type in the random id provider was changed
released 4 days ago 🙂
so probably need to remove the
keepers     = {}
from the resources in the tests, since its now
NULL-able
or accept the empty map in the plan/apply output as the new baseline
yep, seems to be the issue, I'll ship a PR in a moment
p
thanks!
c
with a bit of luck, https://github.com/runatlantis/atlantis/pull/4462 should do the trick 😄 they passed locally at least
😆 looks like all tests got skipped due to not touching the Go code
fixed that in the PR as well 😛