-
Notifications
You must be signed in to change notification settings - Fork 12
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(Test Vector): Add interop test for Go #1071
base: Golang/dev
Are you sure you want to change the base?
Conversation
This reverts commit 7a2f114.
Changes to the release files or the check-files action requires 2 approvals from CODEOWNERS |
Detected changes to the release files or to the check-files action |
Changes to the release files or the check-files action requires 2 approvals from CODEOWNERS |
Detected changes to the release files or to the check-files action |
Changes to the release files or the check-files action requires 2 approvals from CODEOWNERS |
Detected changes to the release files or to the check-files action |
Changes to the release files or the check-files action requires 2 approvals from CODEOWNERS |
Detected changes to the release files or to the check-files action |
Changes to the release files or the check-files action requires 2 approvals from CODEOWNERS |
Detected changes to the release files or to the check-files action |
Changes to the release files or the check-files action requires 2 approvals from CODEOWNERS |
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.
Why are so many CIs failing?
# TODO: Remove these commands once smithy-dafny is fixed | ||
# SED parameter is set on SmithyDafnySedMakefile.mk in smithy-dafny | ||
polymorph_go: | ||
find .. -name "shim.go" | xargs sed -i $(SED_PARAMETER) 's/(_static \*CompanionStruct_Default___)//g' |
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.
Add a link to the broken windows CI sim.
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.
Done in this PR: #1157 because I had to make PR to main
@rishav-karanjit and @ShubhamChaturvedi7, I noticed you are updating the smithy model files. |
@rishav-karanjit and @rishav-karanjit, I noticed you are updating the smithy model files. |
Issue #, if available:
Description of changes:
Golang/dev
Call-outs:
github.com/dafny-lang/DafnyRuntimeGo/v4 v4.9.1
instead ofv4.9.0
because of the performance issue found inv4.9.0
Use this script onTestVectorsAwsCryptographicMaterialProviders
directory before running the generated code to fix the known issues with Go:How to test this?
There are two ways to test it. Use either (i) or (ii).
make test_go
test_generate_vectors_go
test_encrypt_vectors_go
test_decrypt_encrypt_vectors_go
Squash/merge commit message, if applicable:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.