Skip to content
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

test #231

Merged
merged 5 commits into from
Oct 9, 2023
Merged

test #231

merged 5 commits into from
Oct 9, 2023

Conversation

anniehedgpeth
Copy link
Contributor

@anniehedgpeth anniehedgpeth commented Oct 9, 2023

Background

TF-8610

This will fix the destroy workflows. It was acting as it was a utility module tests, so it was failing. This fixes that.

How Has This Been Tested

The test output below is the current workflow. Note that all the replicated tests are set for the workflow to think it's a utility test, and it's not. This PR fixes that and will be tested post-merge.

@anniehedgpeth
Copy link
Contributor Author

anniehedgpeth commented Oct 9, 2023

/destroy all

❌ Terraform Azure Public Active/Active (Replicated) (Replicated) - Destruction Report

🔗 Action Summary Page

  • ❌ Terraform Init

  • ❌ Terraform Destroy

❌ Terraform Azure Standalone Mounted Disk (Replicated) (Replicated) - Destruction Report

🔗 Action Summary Page

  • ❌ Terraform Init

  • ❌ Terraform Destroy

❌ Terraform Azure Private TCP Active/Active (Replicated) (Replicated) - Destruction Report

🔗 Action Summary Page

  • ❌ Terraform Init

  • ❌ Terraform Destroy

❌ Terraform Azure Private Active/Active (Replicated) (Replicated) - Destruction Report

🔗 Action Summary Page

  • ❌ Terraform Init

  • ❌ Terraform Destroy

✅ Terraform Azure Private TCP Active/Active (FDO) - Destruction Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Destroy

✅ Terraform Azure Public Active/Active (FDO) - Destruction Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Destroy

✅ Terraform Azure Standalone External (FDO) - Destruction Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Destroy

✅ Terraform Azure Standalone Mounted Disk (FDO) - Destruction Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Destroy

@anniehedgpeth
Copy link
Contributor Author

anniehedgpeth commented Oct 9, 2023

/test all

✅ Terraform Azure Standalone Mounted Disk (FDO) (FDO) - Test Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Validate

  • ✅ Terraform Apply

  • ✅ Run k6 Smoke Test

  • ✅ Terraform Destroy

✅ Terraform Azure Standalone Mounted Disk (Replicated) - Test Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Validate

  • ✅ Terraform Apply

  • ✅ Run k6 Smoke Test

  • ✅ Terraform Destroy

❌ Terraform Azure Standalone External (FDO) (FDO) - Test Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Validate

  • ✅ Terraform Apply

  • ✅ Run k6 Smoke Test

  • ❌ Terraform Destroy

❌ Terraform Azure Public Active/Active (Replicated) - Test Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Validate

  • ✅ Terraform Apply

  • ❌ Run k6 Smoke Test

  • ✅ Terraform Destroy

❌ Terraform Azure Standalone External (Replicated) - Test Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Validate

  • ✅ Terraform Apply

  • ✅ Run k6 Smoke Test

  • ❌ Terraform Destroy

✅ Terraform Azure Public Active/Active (FDO) (FDO) - Test Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Validate

  • ✅ Terraform Apply

  • ✅ Run k6 Smoke Test

  • ✅ Terraform Destroy

✅ Terraform Azure Private TCP Active/Active (Replicated) - Test Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Validate

  • ✅ Terraform Apply

  • ✅ Run k6 Smoke Test

  • ✅ Terraform Destroy

✅ Terraform Azure Private TCP Active/Active (FDO) (FDO) - Test Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Validate

  • ✅ Terraform Apply

  • ✅ Run k6 Smoke Test

  • ✅ Terraform Destroy

✅ Terraform Azure Private Active/Active (Replicated) - Test Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Validate

  • ✅ Terraform Apply

  • ✅ Run k6 Smoke Test

  • ✅ Terraform Destroy

❌ Terraform Azure Private Active/Active (FDO) (FDO) - Test Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Validate

  • ✅ Terraform Apply

  • ❌ Run k6 Smoke Test

  • ✅ Terraform Destroy

@anniehedgpeth
Copy link
Contributor Author

anniehedgpeth commented Oct 9, 2023

/destroy all

❌ Terraform Azure Private Active/Active (Replicated) (Replicated) - Destruction Report

🔗 Action Summary Page

  • ❌ Terraform Init

  • ❌ Terraform Destroy

❌ Terraform Azure Private TCP Active/Active (Replicated) (Replicated) - Destruction Report

🔗 Action Summary Page

  • ❌ Terraform Init

  • ❌ Terraform Destroy

❌ Terraform Azure Standalone Mounted Disk (Replicated) (Replicated) - Destruction Report

🔗 Action Summary Page

  • ❌ Terraform Init

  • ❌ Terraform Destroy

✅ Terraform Azure Public Active/Active (FDO) - Destruction Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Destroy

✅ Terraform Azure Private Active/Active (FDO) - Destruction Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Destroy

✅ Terraform Azure Private TCP Active/Active (FDO) - Destruction Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Destroy

✅ Terraform Azure Standalone External (FDO) - Destruction Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Destroy

@anniehedgpeth anniehedgpeth marked this pull request as ready for review October 9, 2023 21:51
@anniehedgpeth anniehedgpeth requested a review from a team as a code owner October 9, 2023 21:51
@anniehedgpeth anniehedgpeth merged commit 5a9c8f3 into main Oct 9, 2023
2 checks passed
@anniehedgpeth anniehedgpeth deleted the ah/TF-8610-destroy branch October 9, 2023 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants