Add non-serialized metrics tests for Windows #104418
Comments
@jayunit100: 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/test-infra repository. |
/sig windows |
/good-first-issue |
@jayunit100: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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. |
/assign |
while were at it
make that iterations a non-magic number |
while were at it make sure the metrics stats are non-zero , so that we catch regressions #104287
|
@jayunit100 this test starts 10 pods on a node at once and run into issues starting 10 pods on a single node when this was run in parallel with other jobs. Maybe we should consider adding a different metrics job that just starts 1-3 pods and does deeper validation of the metrics retruned? |
Hey, is this issue still open? I would like to work on this, I am new to open source |
@san-coding Thanks! |
/unassign |
/retitle Add non-serialized metrics tests for Windows |
I would like to contribute to solve this issue. Can someone help me to get a clear picture what are trying to do and how can I proceed. |
What happened:
Serial
.kubelet_stats
What you expected to happen:
https://github.com/kubernetes/kubernetes/blob/master/test/e2e/windows/kubelet_stats.go is a good test, lets make it part of all our containerd jobs by removing the Serial tags
The text was updated successfully, but these errors were encountered: