Add ability to delete multi-value records in Route 53 - #988
Conversation
|
please add a supporting test to validate this feature. thanks for your contribution |
|
@vaygr Any help needed to write the test? |
|
Ah, no, I think I'm good, it just seemed to drop off my list. I'll update the PR shortly. |
|
@vaygr ping! |
|
@pquentin sorry, it slipped again. I added the test, but while doing this I discovered that current one ( Suggestions? |
|
What error do you want to handle? You can control the response you get in tests for the same API call by setting Route53MockHttp.type: test_delete_record_does_not_exist is a test that does this. Please tell me if that helps or not. |
|
Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically marking is as stale. If this issue is not relevant or applicable anymore (problem has been fixed in a new version or similar), please close the issue or let us know so we can close it. On the contrary, if the issue is still relevant, there is nothing you need to do, but if you have any additional details or context which would help us when working on this issue, please include it as a comment to this issue. |
|
First thank your for your contribution. This PR is very old and out of date now so I will go ahead and close it. If it's still relevant, please sync your changes with the latest master / trunk and open a new PR. Thanks! |
Ability to delete multi-value records in Route 53
Description
Currently any
.delete()operation on multi-value records results inRecordDoesNotExistError. This PR handles record deletion correctly regardless of its type.Status
Checklist (tick everything that applies)