-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plancheck: Ensure
ExpectEmptyPlan
and ExpectNonEmptyPlan
account …
…for output changes in addition to resource changes (#232) Reference: #222 Previously with new unit tests: ``` --- FAIL: Test_ExpectNonEmptyPlan_OutputChanges_None (0.90s) expect_non_empty_plan_test.go:17: Step 2/2 error: Pre-apply plan check(s) failed: expected a non-empty plan, but got an empty plan --- FAIL: Test_ExpectEmptyPlan_OutputChanges_Error (1.00s) expect_empty_plan_test.go:41: Step 2/2, expected an error but got none ```
- Loading branch information
Showing
5 changed files
with
177 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: BUG FIXES | ||
body: 'plancheck: Ensured `ExpectEmptyPlan` and `ExpectNonEmptyPlan` account for output | ||
changes' | ||
time: 2023-11-29T15:41:36.391182-05:00 | ||
custom: | ||
Issue: "222" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters