Skip to content

test(Mutations): additional testing for Mutations #752

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

Merged
merged 3 commits into from
Sep 25, 2024

Conversation

texastony
Copy link
Contributor

@texastony texastony commented Sep 23, 2024

I will merge this after I give @josecorella a chance to see if #751 addresses other concerns.

Verification failure is due to:

  1. Key Store Admin's Index.dfy not proving Fresh, which has been a long standing issue with the Admin
  2. In AwsCryptographyKeyStore/test/Storage/TestGetItemsForInitializeMutation.dfy, the test assumes type is in the Encryption Context. It is, but Structure.dfy does not prove that, so it must be proven else where.

A Dotnet DDB Test failed due to throttling from Nuget.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

…#753)

This resolves feedback from both @seebees  and @josecorella 
on Mutations branch.

Verification failure is due to (just like in #751 ):
1. Key Store Admin's Index.dfy not proving Fresh, which has been a long standing issue with the Admin
2. In `AwsCryptographyKeyStore/test/Storage/TestGetItemsForInitializeMutation.dfy`, the test assumes `type` is in the Encryption Context. It is, but Structure.dfy does not prove that, so it must be proven else where.

A .NET MPL job failed due to .NET 48 Sig V4 Auth bug.
Copy link
Contributor

@josecorella josecorella left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link

@texastony and @josecorella, I noticed you are updating the smithy model files.
Does this update need new or updated user documentation?
Are you adding constraints inside list, map or union? Do you know about this issue: smithy-lang/smithy-dafny#491?

@texastony texastony marked this pull request as ready for review September 25, 2024 21:32
@texastony texastony requested a review from a team as a code owner September 25, 2024 21:32
@texastony texastony merged commit e8c3007 into tony/mutations-pr720-response Sep 25, 2024
69 of 72 checks passed
@texastony texastony deleted the tony/test-mutations-java branch September 25, 2024 21:33
ajewellamz pushed a commit that referenced this pull request Dec 18, 2024
…#752)

See #751

Also bumps the Rust toolchain version since the SDKs require 1.81 now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants