-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Fix issue #29791 #36961
Fix issue #29791 #36961
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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.
Welcome @robmoss2k 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTOR guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
There's also a
|
@romatallinn Added that to the draft PR, thanks. Still no idea how to get hold of someone capable of running the tests. I just tried and failed again. |
Thanks. Can you drop docs on what tests exactly you need to run? I don't see them in contribution guides, besides the ones run automatically in CI. I'll see what I can do. |
Yikes, found the aforementioned tests. Quite bulky to setup. @robmoss2k can you mark MR as non-draft, maybe this will help a bit with visibility.
|
Marked as ready for review - thanks for the help, @romatallinn! |
Not sure if this was helpful or not, but I pulled the branch and ran tests. My team is also dealing with this bug. I followed these steps in a fresh VM. Like @MrLightful said, it was pretty bulky to set up. I ran Running What else needs to be done to verify and merge this PR? |
Adds `AWAITING_APP_CNAME` to the pending state for awaiting domain association verification and the target state for awaiting domain association creation.
d0096b2
to
5e6fb4b
Compare
Thanks for the PR, @robmoss2k. I've rebased it to bring it up to date with the current codebase and added a test that triggered the error before your fix. Acceptance test results $ make testacc PKG=amplify TESTS='TestAccAmplify_serial/DomainAssociation'
--- PASS: TestAccAmplify_serial (4709.73s)
--- PASS: TestAccAmplify_serial/DomainAssociation (4709.73s)
--- PASS: TestAccAmplify_serial/DomainAssociation/disappears (296.49s)
--- PASS: TestAccAmplify_serial/DomainAssociation/update (702.05s)
--- PASS: TestAccAmplify_serial/DomainAssociation/createWithSubdomain (673.31s)
--- PASS: TestAccAmplify_serial/DomainAssociation/basic (299.43s)
--- PASS: TestAccAmplify_serial/DomainAssociation/certificateSettings_Managed (1110.73s)
--- PASS: TestAccAmplify_serial/DomainAssociation/certificateSettings_Custom (1627.71s) |
This functionality has been released in v5.88.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Thanks, @gdavison! |
Description
Adds
AWAITING_APP_CNAME
to the pending state for awaiting domain association verification and the target state for awaiting domain association creation.Relations
Closes #29791
References
Output from Acceptance Testing
I'm on Windows. I couldn't get the tests to work. In WSL, I ran out of memory while trying to run it. If someone could run this, that would be excellent.