-
Notifications
You must be signed in to change notification settings - Fork 9.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
Aurora Enhanced monitoring support #8038
Conversation
@@ -187,6 +187,25 @@ func testAccCheckAWSClusterInstanceExists(n string, v *rds.DBInstance) resource. | |||
} | |||
} | |||
|
|||
func testAccAWSCluster_with_InstanceEnhancedMonitor(t *testing.T) { |
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.
Can you rename this to be TestAccAWSRDSCluster_withInstanceEnhancedMonitor
so that a single call will run all tests?
Hi @arcadiatea Thanks so much for the PR here. Left you 1 request on the naming thanks Paul |
Hi @arcadiatea So the tests are all named as I mentioned - the internal functions for the tests (e.g. destroy, exists) are named with the lowercase style prefix P. |
Hi @arcadiatea just a FYI, I tried to run the tests here:
|
@stack72 I have a fix ready. I am running test |
👍 |
Hi @arcadiatea This LGTM now :) Thanks!
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Add Enable Enhanced Monitoring feature to Aurora instance