-
Notifications
You must be signed in to change notification settings - Fork 40.6k
e2e: fixing hardcode values and formatted text #131571
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
base: master
Are you sure you want to change the base?
e2e: fixing hardcode values and formatted text #131571
Conversation
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. 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-sigs/prow repository. |
@mulatinho: GitHub didn't allow me to request PR reviews from the following users: royalsflush. Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs. 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 kubernetes-sigs/prow repository. |
Welcome @mulatinho! |
Hi @mulatinho. 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-sigs/prow repository. |
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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-sigs/prow repository. |
2694799
to
7215881
Compare
/lgtm (Be mindful you still need approval) |
@royalsflush: changing LGTM is restricted to collaborators 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 kubernetes-sigs/prow repository. |
/hold thanks for the contribution, but refactors need to be adding clear value, replacing hardcoded values by a common variable is, but I want to keep them per test. Use different commits for changes and different files, do not mix unrelated things in the same commit, do not change things like comma separated arguments , ... |
9a6488a
to
adcc980
Compare
@aojea I reviewed all changes and I think now its bringing value as you requested, I fixed the exposition of variables, formatted the output lines and seems good to me, consistent. waiting for your feedback, hope it get approved :) |
/kind cleanup |
thanks for the effort but now you have some commits that go back and forth, you add some variables and then you remove then, can you have a clean history with the actual changes we want to merge? |
adcc980
to
90e8177
Compare
@aojea here it is , two commits, one per single file, with all changes to track in each commit :-) thanks |
90e8177
to
70b0812
Compare
54446c1
to
d660c5a
Compare
/assign @danwinship |
/test pull-kubernetes-e2e-kind |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mulatinho The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
this commit removes hardcoded constants and turn them into variables and format some messages through the code using fmt.Sprint Signed-off-by: Alexandre Mulatinho <alex@mulatinho.net>
this commit removes hardcoded constants and turn them into variables and format some messages through the code using fmt.Sprint Signed-off-by: Alexandre Mulatinho <alex@mulatinho.net>
21d054b
to
c9a20bb
Compare
thanks brother, I think it will need approval first ./cc @aroradaman |
/ok-to-test |
What this PR does / why we need it:
the purpose of this PR is to make sure the messages printed in the output are equal to the gracePeriod set by the code, also, it does a refactor in some strings and values of the keys based on what is set on the code.
/cc @royalsflush