-
Notifications
You must be signed in to change notification settings - Fork 163
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
Conflict contract tests: contract_update_non_existent_resource and contract_update_create_only_property #550
Comments
hey Alex, can send out the stack trace for contract test for these test failures. I have not seen this issue before and would like to see what the stack trace looks like. |
Hey sure. Below it's the lambda local log which I test with contract_update_non_existent_resource
You can see it actually use input with previous resource model which should not. |
In our case, the Archive Name is create only property. |
Also failing |
Hey Pat, |
Hey Anshika, Thanks for reply. Could you confirm is contract test issue and won't block our resource launch if the contract test Let me know what you think. |
Hey,
Our team is failing with contract test contract_update_non_existent_resource due it use contract_update_create_only_property test json file as previous resource model. This will make a failure loop that:
If test update the resource with same resource name, contract_update_create_only_property will failed due there is no createonly property change.
if test update the resource with different resource name, contract_update_non_existent_resource will failed due
CfnNotUpdatableException
instead of NotFound.Let me know if you wanna me clarify something, thanks!
Alex
The text was updated successfully, but these errors were encountered: