-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First step to running integration tests against external databases (#468
) * Made the tests pick up environment variable GrateTestConfig__AdminConnectionString, and use that if available. - If no connectionstring is set, we use TestContainers * Add terraform scripts that create a small environment in Azure to run tests against - Run Terraform to set up test environment before running tests, tear down environment after running tests. - Finished MariaDB, using Azure Container App for now - Planning on adding all databases, and variations of them (Azure AD login, having admin access, not having admin access, etc) * Added separate integration tests GitHub actions pipeline to run the tests
- Loading branch information
Showing
166 changed files
with
1,771 additions
and
802 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
Oops, something went wrong.