-
Notifications
You must be signed in to change notification settings - Fork 368
Bug 1903464: jsonnet: fix recording rules with many-to-many matching errors #965
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
Conversation
@paulfantom: This pull request references Bugzilla bug 1879520, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
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/test-infra repository. |
Rebased, added tests, and regenerated. Ready for review. |
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.
The BZ mentions cluster:kubelet_volume_stats_used_bytes:provisioner:sum
which isn't the rule fixed here. Is this an omission?
1f9bb14
to
4f44419
Compare
My mistake. Now this should be good for review. |
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.
can you add another test that would have triggered the "many-to-many" errors? IIUC from the BZ, it happens when kubelet_volume_stats_used_bytes
is reported twice for the same PVC but different nodes.
Rebased and added test case. @simonpasquier PTAL |
/retest |
CI flakes /retest |
@paulfantom: This pull request references Bugzilla bug 1903464, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
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/test-infra repository. |
@paulfantom: This pull request references Bugzilla bug 1903464, which is valid. 3 validation(s) were run on this bug
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/test-infra repository. |
/lgtm |
…sioner:sum and add tests
…equests_storage_bytes:provisioner:sum and add tests
/hold Seems like our CI job - |
/retest Please review the full test history for this PR and help us cut down flakes. |
12 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
/test e2e-agnostic-operator |
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
/hold |
/hold cancel |
/retest Please review the full test history for this PR and help us cut down flakes. |
@paulfantom: All pull requests linked via external trackers have merged: Bugzilla bug 1903464 has been moved to the MODIFIED state. 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/test-infra repository. |
/cherry-pick release-4.6 |
@paulfantom: #965 failed to apply on top of branch "release-4.6":
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/test-infra repository. |
Bug 1907830: Backporting #965
Fixing many-to-many matching. Following rules are fixed:
cluster:kube_persistentvolumeclaim_resource_requests_storage_bytes:provisioner:sum
cluster:kubelet_volume_stats_used_bytes:provisioner:sum
Still working on unit tests. I will rebase it on top of #953 once it is merged.