-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_lb_backend_address_pool_address
- fix acctest failure
#24265
Conversation
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.
Hi @sinbai, I ran the tests in team city and it looks like there is still a failure occuring:
------- Stdout: -------
=== RUN TestAccBackendAddressPoolAddress_globalLbUpdate
=== PAUSE TestAccBackendAddressPoolAddress_globalLbUpdate
=== CONT TestAccBackendAddressPoolAddress_globalLbUpdate
testcase.go:113: Step 1/4 error: Error running apply: exit status 1
Error: waiting for creation/update of Public Ip Address: (Name "acctestpip-231219135001958725-cr" / Resource Group "acctestRG-231219135001958725"): Code="GlobalVipAllocationFailedWithVipRangeNotFound" Message="No matching cross-region PublicIPAddress range could be found. Please make sure the location of the cross-region PublicIPAddress is in the list of supported home regions. For supported home regions visit aka.ms/homeregionForGLB" Details=[]
with azurerm_public_ip.backend-ip-cr,
on terraform_plugin_test.tf line 68, in resource "azurerm_public_ip" "backend-ip-cr":
68: resource "azurerm_public_ip" "backend-ip-cr" {
--- FAIL: TestAccBackendAddressPoolAddress_globalLbUpdate (202.13s)
FAIL
2d0367f
to
1495dbf
Compare
1495dbf
to
774da22
Compare
Hi @catriona-m thanks for your time. After resetting the test, it passed in team city, see the result as follows. Per the description "You can only deploy your cross-region load balancer or Public IP in Global tier in one of the listed Home regions " and run setting as shown below, it seems that the failure may occur in |
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.
Thanks @sinbai LGTM!
fbaa3bd
to
ec8678d
Compare
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Fix the following acctest failure.
Test Result:
PASS: TestAccBackendAddressPoolAddress_globalLbUpdate (341.34s)