-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
resolved ginkgo deprecation message #9365
Conversation
Hi @SaumyaBhushan. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@tao12345666333 , you can see that even this contributor is getting new go.mod & go.sum because of @SaumyaBhushan , what is the go version in your local environment ? Also do you have ginkgo installed locally ? If yes, what is the version of ginkgo on your local environment ? cc @rikatz |
/ok-to-test |
@tao12345666333 It is go1.19.3 and I haven't installed ginkgo locally |
/triage accepted |
"-slow-spec-threshold=${SLOW_E2E_THRESHOLD}" | ||
"--show-node-events" | ||
"--poll-progress-after=180s" | ||
# "-slow-spec-threshold=${SLOW_E2E_THRESHOLD}" |
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 is this commented out? https://onsi.github.io/ginkgo/MIGRATING_TO_V2#changed--slowspecthreshold this is still supported right?
/lgtm @longwuyuan @SaumyaBhushan let's just keep an eye if this starts flaking the tests :) |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rikatz, SaumyaBhushan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@rikatz , I have been talking to Jintao but we did not move ahead on the topic of go.mod+go.sum changes. Now here I see this has already merged so just hoping to get an ack from you on the new indirectly dependency modules added to go.mod in this PR. @SaumyaBhushan although this has merged, I too had that same question that Ricardo asked but I was waiting to ask it after we closed the go.mod changes topic. Now, can you please help me clearly understand why you commented out |
@SaumyaBhushan, ignore my prrvious comment. I saw just now that the feature deprecation message is printed right there, in the very example output from a live test, that I myself posted in the issue description ;
all good on that topic now. @rikatz just discovered that that flag is deprecated in ginkgo v2.5.0 https://github.com/onsi/ginkgo/releases and we are now on v2.5.1 |
Right @longwuyuan |
fix ginkgo deprecations
What this PR does / why we need it:
change the args with the latest args in v2 of ginkgo . #9337
Types of changes
Which issue/s this PR fixes
#9337
How Has This Been Tested?
Checklist:
Does my pull request need a release note?
Any user-visible or operator-visible change qualifies for a release note. This could be a:
No release notes are required for changes to the following:
For more tips on writing good release notes, check out the Release Notes Handbook