Skip to content

Conversation

@saschagrunert
Copy link
Member

@saschagrunert saschagrunert commented Oct 28, 2025

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
@k8s-ci-robot k8s-ci-robot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Oct 28, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: saschagrunert

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Oct 28, 2025
@k8s-ci-robot k8s-ci-robot added the sig/node Categorizes an issue or PR as relevant to SIG Node. label Oct 28, 2025
@k8s-ci-robot k8s-ci-robot added the sig/testing Categorizes an issue or PR as relevant to SIG Testing. label Oct 28, 2025
@saschagrunert
Copy link
Member Author

Looks like there is an issue in the Summary API test:

cc @kubernetes/sig-node-cri-o-test-maintainers

E2eNode Suite: [It] [sig-node] Summary API [NodeConformance] when querying /stats/summary should report resource usage through the stats api expand_less	3m33s
{ failed [FAILED] Timed out after 180.001s.
Expected
    <string>: Summary
to match fields: {
[.Pods[summary-test-7255::stats-busybox-1].ProcessStats:
	Expected
	    <string>: ProcessStats
	to match fields: {
	.ProcessCount:
		Expected
		    <uint64>: 0
		to be >=
		    <int>: 1
	}
	, .Pods[summary-test-7255::stats-busybox-0].ProcessStats:
	Expected
	    <string>: ProcessStats
	to match fields: {
	.ProcessCount:
		Expected
		    <uint64>: 0
		to be >=
		    <int>: 1
	}
	]
}
In [It] at: k8s.io/kubernetes/test/e2e_node/summary_test.go:364 @ 10/28/25 13:42:14.082
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. sig/node Categorizes an issue or PR as relevant to SIG Node. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

Development

Successfully merging this pull request may close these issues.

Switch to crun for cri-o

2 participants