-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Relax noise margin in TestOneWeightedHistogram #126344
Conversation
ebac43d
to
18267f2
Compare
Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com>
18267f2
to
77541c1
Compare
/cc @BenTheElder |
/assign @logicalhan @dgrisonnet |
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.
/lgtm
/approve
LGTM label has been added. Git tree hash: 39d0654e67afaef2a5382bd009ef7a080d01265d
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dgrisonnet, MikeSpreitzer 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 |
/triage accepted |
This fixed a test failure. We may add the milestone v1.31 for it. |
/milestone v1.31 |
@MikeSpreitzer: You must be a member of the kubernetes/milestone-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your Milestone Maintainers Team and have them propose you as an additional delegate for this responsibility. 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. |
@kubernetes/milestone-maintainers : I think this belongs in the 1.31 release, please see above. |
/test pull-kubernetes-e2e-kind |
/milestone v1.31 |
What type of PR is this?
/kind bug
/kind failing-test
What this PR does / why we need it:
This PR relaxes the noise margin in TestOneWeightedHistogram, because that test occasionally fails (just barely). This PR also improves the logging a little.
Which issue(s) this PR fixes:
Fixes #120112
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: