-
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
Remove refreshing state 3e #1433
Remove refreshing state 3e #1433
Conversation
Since Terraform 0.14.0 there are no separator between refreshing plan and the plan.
👀 3rd times a charm?! |
lol It still didn't trigger the check. really sorry for the inconvenience, I'm not entirely familiar with the circleci integration. Can you try just adding like a whitespace commit? |
Yes, it's done since the second PR. On local UTs ans validation pass. |
@nishkrishnan / @mathcantin - I've opened #1436 to validate the changes here (no additional changes, just getting the tests kicked off) and it looks like the tests are failing |
Codecov Report
@@ Coverage Diff @@
## master #1433 +/- ##
==========================================
+ Coverage 69.52% 69.58% +0.05%
==========================================
Files 93 93
Lines 6327 6332 +5
==========================================
+ Hits 4399 4406 +7
+ Misses 1550 1549 -1
+ Partials 378 377 -1
Continue to review full report at Codecov.
|
@bryantbiggs @nishkrishnan Integration UTs wasn't up-to-date with master, I update it. But these on workspace-parallel-yaml won't work in master, I fix it. Checks are green! |
I'm unclear why you needed to update the workspace-parallel files since tests were all passing on master initially. |
@@ -1,3 +1,33 @@ | |||
Ran Apply for 2 projects: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file contains staging in the name meaning that the output should only contain staging in it. Something is wrong here since it's attempting to apply both production and staging. The fixtures were correct as is.
@mathcantin is there anything we can do to help? thanks for leading the charge on this so far! |
I don't know what I'm supposed to do.
|
I think the tests on |
8d0dd90
to
86cba2f
Compare
Hi @mathcantin, looks like the tests pass on I would like to remind you to keep discussion here civil please (i.e. no swearing) and assume everyone is operating in good faith. |
Any chance of getting this out as a 0.16.2 release perhaps? 🙂 (or is there any ETA for a final 0.17.0?) |
@witsch You can pick this up by pulling the I am using it for the past few weeks and it works fine |
Following #1432