-
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
[TestCase] Fix TestAccCosmosDbPostgreSQLCluster_complete and TestAccCosmosDbPostgreSQLCluster_update #24649
[TestCase] Fix TestAccCosmosDbPostgreSQLCluster_complete and TestAccCosmosDbPostgreSQLCluster_update #24649
Conversation
…osmosDbPostgreSQLCluster_update
…osmosDbPostgreSQLCluster_update
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 @neil-yechenwei.
Why do these values need to change? These tests were passing in November last year. Did something change service side?
@stephybun , I assume yes. Recently these two test cases keep failing in Teamcity Daily Run. I found that the combination of the minimum values of coordinator_vcore_count, coordinator_storage_quota_in_mb, node_storage_quota_in_mb and node_vcores are changed/increased. See more details from https://ms.portal.azure.com/#home. |
@neil-yechenwei do you have another link or a screenshot? That link just open the azure portal for me. |
@stephybun , you can test the combination via https://ms.portal.azure.com/#browse/Microsoft.DBforPostgreSQL%2FserverGroupsv2. |
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 for the clarification @neil-yechenwei LGTM 👍
…osmosDbPostgreSQLCluster_update (hashicorp#24649) * [TestCase] Fix TestAccCosmosDbPostgreSQLCluster_complete and TestAccCosmosDbPostgreSQLCluster_update * [TestCase] Fix TestAccCosmosDbPostgreSQLCluster_complete and TestAccCosmosDbPostgreSQLCluster_update
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. |
Recently these two test cases are failed in Teamcity Daily Run. So I raised this PR to fix it.
--- PASS: TestAccCosmosDbPostgreSQLCluster_complete (1405.13s)
--- PASS: TestAccCosmosDbPostgreSQLCluster_update (3473.88s)