Skip to content
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

chore(dafny): refactor HV1 MRK test to use helper methods #1399

Merged
merged 8 commits into from
Apr 5, 2025

Conversation

rishav-karanjit
Copy link
Member

Issue #, if available:

Description of changes:

Squash/merge commit message, if applicable:

<type>(dafny/java/python/dotnet/go/rust): <description>

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

Comment on lines 80 to 84
var westKeyStore :- expect KeyStoreWithOptionalClient(
kmsId := MrkArnWest,
physicalName := branchKeyStoreName,
logicalName := logicalKeyStoreName,
ddbClient? := Some(ddbClient));
Copy link
Contributor

Choose a reason for hiding this comment

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

nit/suggestion:

Suggested change
var westKeyStore :- expect KeyStoreWithOptionalClient(
kmsId := MrkArnWest,
physicalName := branchKeyStoreName,
logicalName := logicalKeyStoreName,
ddbClient? := Some(ddbClient));
var westKeyStore :- expect KeyStoreWithOptionalClient(
kmsId := MrkArnWest,
physicalName := branchKeyStoreName,
logicalName := logicalKeyStoreName,
ddbClient? := Some(ddbClient)
);

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, it was WIP PR (draft PR) with no formatting done and incomplete work in the test (That why CI is failing). My new commit would do this.

@rishav-karanjit rishav-karanjit marked this pull request as ready for review April 4, 2025 21:10
@rishav-karanjit rishav-karanjit requested a review from a team as a code owner April 4, 2025 21:10
@rishav-karanjit rishav-karanjit changed the title chore(dafny): refactor MRK test to use helper methods chore(dafny): refactor HV1 MRK test to use helper methods Apr 4, 2025
@texastony texastony merged commit 0e3011c into hv-2/hv-2 Apr 5, 2025
137 of 138 checks passed
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.

3 participants