-
Notifications
You must be signed in to change notification settings - Fork 50
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
HVT-6147: Fix and enable vault acceptance tests #1218
Conversation
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes Have you signed the CLA already but the status is still pending? Recheck it. |
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.
Awesome, thanks a ton for doing this!
Enabling failing tests
TestAcc_Vault_ClusterAWS
andTestAcc_Vault_PerformanceReplication_ValidationsAws
TestAcc_Vault_ClusterAWS
encountered failures while updating the cluster tier and public/proxy settings. During the upgrade, only the cluster tier was updated, while the publicIP/proxy configuration remained was not updated (admin/UI and update cadence WF input as well) which seems like a potential bug or missout.TestAcc_Vault_PerformanceReplication_ValidationsAws
:Jira: https://hashicorp.atlassian.net/browse/HVT-6147
Jira to track publicIP/proxy + tier modification bug: https://hashicorp.atlassian.net/browse/HVT-6463
🛠️ Description
🏗️ Acceptance tests
Output from acceptance testing:
$ make testacc TESTARGS='-run=TestAccXXX' ...