-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test(terraform): run tests for multiple tf versions * improvement: remove terraform lock files from git tree * ci(circleci): re-enable plugins tests * chore(terraform): fix hash for terraform 0.13.3 darwin amd64 * chore: terraform-plugin: 0.13 config updates for test projects * chore: terraform-plugin: test updates for 0.13 config * chore: terraform-plugin: fix provider tests * chore: terraform-plugin: fix some action tests * chore: terraform-plugin: fix 'sets the workspace before destroying' test Co-authored-by: Steffen Neubauer <[email protected]> * chore: terraform-plugin: fix rest of the skipped tests Co-authored-by: Steffen Neubauer <[email protected]> * chore: conftest plugin: temporarily disable tests, fix in another pr * chore: conftest plugin: temporarily disable tests, fix in another pr * chore: jib plugin: temporarily disable tests, fix in another pr * chore: conftest test: fix import * chore: jib plugin: temporarily disable tests, fix in another pr * chore: terraform-plugin common tests: init before workspace commands * chore: terraform-plugin: lockfile for both test projects * chore: update unzipper * refactor: improve log message methods for testing purposes based on the feedback provided at #4457 (comment) * chore: return the separate getRootLogMessages and getLogMessages other unrelated tests were depending on the specific behavior. we can always come back to refactor further. * chore: disable terraform-plugin tests The tests have been fixed and they pass locally. These tests fail in CI because of #4467 Temporarily skipping these tests in order to unblock other PRs for the other plugins and fixing their test setups, while keeping our CI green for the test-plugins step. * chore: terraform-plugin: remove lockfile * chore: terraform-plugin tests: restore test-project-module --------- Co-authored-by: Walther <[email protected]>
- Loading branch information
Showing
19 changed files
with
749 additions
and
662 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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
test-project/**/*.lock.hcl |
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
Oops, something went wrong.