-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
upgrade to Ginkgo v2 #3498
upgrade to Ginkgo v2 #3498
Conversation
e83dd58
to
9de9d3a
Compare
as reopen for #3202 |
/azp run |
Commenter does not have sufficient privileges for PR 3498 in repo hyperledger/fabric |
from ci https://dev.azure.com/Hyperledger/Fabric/_build/results?buildId=53950&view=logs&j=e306c17a-d139-54bf-a475-f5a11259cee7&t=1e3023a5-584f-52f3-49bc-66bd27d27b6d&l=138 |
hope anyone can help re run the CI to see if it works. |
go.mod
Outdated
@@ -87,7 +86,7 @@ require ( | |||
github.com/moby/sys/mountinfo v0.4.0 // indirect | |||
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect | |||
github.com/morikuni/aec v1.0.0 // indirect | |||
github.com/nxadm/tail v1.4.8 // indirect | |||
github.com/onsi/ginkgo/v2 v2.1.3 |
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.
Since ginkgo is a direct dependency, shouldn't it be in the upper 'require' section?
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.
updated.
upgrade related go files to ginkgo v2 refer: https://onsi.github.io/ginkgo/MIGRATING_TO_V2 Signed-off-by: Sam Yuan <[email protected]>
9de9d3a
to
3e98612
Compare
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.
Thanks @SamYuan1990 , this looks good to me. I'm re-running unit test to see if we can get it to pass.
Type of change
Description
upgrade ginkgo to v2
Additional details
Related issues