-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
store/gcworker: migrate test-infra to testify for gc_worker_test.go #27657 #27743
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
Welcome @penthaapatel! |
/cc @tisonkun |
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.
@penthaapatel please fix CI fails like go fmt
.
@tisonkun Just fixed using |
/cc @tisonkun
Is this the reason why The only changes I have made with this PR are:
I can assure that no changes have been made to the logic of the original How should I proceed further? First time contributor here. |
@penthaapatel thanks for your quick update. I'm looking into this. |
We're trying to avoid When you really need to batch some setup/teardown logics and state, you can take a look at #27572 . |
Let me try to push a follow up base on your change so that you can get the idea. Later you can reuse the experience on other tasks if you like. |
9303e33
to
6dfd56a
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.
@penthaapatel I push a follow up which you can take a look to get ideas on idiom. Sorry I don't have conversation for it since code expresses better than words in this case. You can argue or revert the changes if you have other better ideas.
@tisonkun: Thanks for your review. The bot only counts approvals from reviewers and higher roles in list, but you're still welcome to leave your comments. In response to this:
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 ti-community-infra/tichi repository. |
/cc @disksing |
6dfd56a
to
83281a4
Compare
83281a4
to
dea6934
Compare
@tisonkun |
/run-check_dev_2 |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: d7cc89f
|
@penthaapatel: Your PR was out of date, I have automatically updated it for you. At the same time I will also trigger all tests for you: /run-all-tests If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes. 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 ti-community-infra/tichi repository. |
/merge |
What problem does this PR solve?
Issue Number: closes #27657
What is changed and how it works?
What's Changed:
Release note