-
Notifications
You must be signed in to change notification settings - Fork 0
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
Johnc/end to end tests parallel #10
Merged
johncollinson2001
merged 3 commits into
johnc/end-to-end-tests
from
johnc/end-to-end-tests-parallel
Sep 20, 2024
Merged
Johnc/end to end tests parallel #10
johncollinson2001
merged 3 commits into
johnc/end-to-end-tests
from
johnc/end-to-end-tests-parallel
Sep 20, 2024
Conversation
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
johncollinson2001
changed the base branch from
main
to
johnc/end-to-end-tests
September 20, 2024 20:14
johncollinson2001
added a commit
that referenced
this pull request
Sep 25, 2024
* Added terraform HCL integration tests and integrated test execution into CI pipeline. * Added end to end test framework and integrated with CI pipeline. * Updated README with e2e test details. * Updated full deployment test to query and assert on each resource. * Removed parellism from e2e tests to avoid collisions of tfstate and resources. * Completed full deployment end to end test. * Johnc/end to end tests parallel (#10) * Added tfstate and backend to end to end tests. * Added TF state storage container variable to tests and workflow. * Added copy of terraform to temp folder to avoid clashes during parellel execution. * Updated README. * Added environment variable null checks. * Updated README.
johncollinson2001
added a commit
that referenced
this pull request
Oct 4, 2024
* Added terraform HCL integration tests and integrated test execution into CI pipeline. * Added end to end test framework and integrated with CI pipeline. * Updated README with e2e test details. * Updated full deployment test to query and assert on each resource. * Removed parellism from e2e tests to avoid collisions of tfstate and resources. * Completed full deployment end to end test. * Johnc/end to end tests parallel (#10) * Added tfstate and backend to end to end tests. * Added TF state storage container variable to tests and workflow. * Added copy of terraform to temp folder to avoid clashes during parellel execution. * Updated README. * Added environment variable null checks. * Updated README. * Refactored backup policies and instances into modules and added variables that can be used to configure the backups. * Update docs. * Fix basic deployment end to end test. * Updated docs with usage info. * Made vault name variable mandatory. * Made test teardown deferred so it runs in all cases. * Added test helper for end to end environment config. * Updated info on end to end test debugging. * Added end to end test for blob storage backups. * Added managed disk end to end test. * wip * Fix issue with managed disk role assignment at resource group level. * Fix bug in e2e managed disk backup test. * Updated test logging to use the go log package.
johncollinson2001
added a commit
that referenced
this pull request
Oct 13, 2024
* Added terraform HCL integration tests and integrated test execution into CI pipeline. * Added end to end test framework and integrated with CI pipeline. * Updated README with e2e test details. * Updated full deployment test to query and assert on each resource. * Removed parellism from e2e tests to avoid collisions of tfstate and resources. * Completed full deployment end to end test. * Johnc/end to end tests parallel (#10) * Added tfstate and backend to end to end tests. * Added TF state storage container variable to tests and workflow. * Added copy of terraform to temp folder to avoid clashes during parellel execution. * Updated README. * Added environment variable null checks. * Updated README. * Refactored backup policies and instances into modules and added variables that can be used to configure the backups. * Update docs. * Fix basic deployment end to end test. * Updated docs with usage info. * Made vault name variable mandatory. * Made test teardown deferred so it runs in all cases. * Added test helper for end to end environment config. * Updated info on end to end test debugging. * Added end to end test for blob storage backups. * Added managed disk end to end test. * wip * Fix issue with managed disk role assignment at resource group level. * Fix bug in e2e managed disk backup test. * Updated test logging to use the go log package. * Added postgresql flexible server support. * Removed duplication from README, introduced in error. * Removed more duplicated content added in erroneous merge. * Removed files left in error.
johncollinson2001
added a commit
that referenced
this pull request
Oct 22, 2024
* Added terraform HCL integration tests and integrated test execution into CI pipeline. * Added end to end test framework and integrated with CI pipeline. * Updated README with e2e test details. * Updated full deployment test to query and assert on each resource. * Removed parellism from e2e tests to avoid collisions of tfstate and resources. * Completed full deployment end to end test. * Johnc/end to end tests parallel (#10) * Added tfstate and backend to end to end tests. * Added TF state storage container variable to tests and workflow. * Added copy of terraform to temp folder to avoid clashes during parellel execution. * Updated README. * Added environment variable null checks. * Updated README. * Refactored backup policies and instances into modules and added variables that can be used to configure the backups. * Update docs. * Fix basic deployment end to end test. * Updated docs with usage info. * Made vault name variable mandatory. * Made test teardown deferred so it runs in all cases. * Added test helper for end to end environment config. * Updated info on end to end test debugging. * Added end to end test for blob storage backups. * Added managed disk end to end test. * wip * Fix issue with managed disk role assignment at resource group level. * Fix bug in e2e managed disk backup test. * Updated test logging to use the go log package. * Added validation to backup policy retention period. * Adjusted retention periods in end to end tests so they pass TF validation. * Corrected module example in README. * Added description and comments to variables. * Reorder tf variables.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.