mirror of https://github.com/k3s-io/k3s
1ddb0e05e5
Automatic merge from submit-queue (batch tested with PRs 62761, 62715). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Lower UsageNanoCores boundary in summary api test. We recently switched to use `p2p` instead of `bridge` in containerd https://github.com/containerd/cri/pull/742. However, after that switch, the `UsageNanoCores` becomes lower, and constantly fails the test. An example failure: * https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/containerd_cri/740/pull-cri-containerd-node-e2e/690/ This is probably because: 1) The test container used in summary test does `ping`. https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/summary_test.go#L352 2) `p2p` is simpler than `bridge`, "Maybe cycles are saved from waiving Mac learning" - @jingax10. This PR lowers the boundary by 1 magnitude. Signed-off-by: Lantao Liu <lantaol@google.com> **Release note**: ```release-note none ``` |
||
---|---|---|
.. | ||
builder | ||
conformance | ||
environment | ||
jenkins | ||
perftype | ||
remote | ||
runner | ||
services | ||
system | ||
BUILD | ||
OWNERS | ||
README.md | ||
apparmor_test.go | ||
benchmark_util.go | ||
container.go | ||
container_log_rotation_test.go | ||
container_manager_test.go | ||
cpu_manager_test.go | ||
critical_pod_test.go | ||
density_test.go | ||
device_plugin.go | ||
doc.go | ||
docker_test.go | ||
docker_util.go | ||
dockershim_checkpoint_test.go | ||
dynamic_kubelet_config_test.go | ||
e2e_node_suite_test.go | ||
eviction_test.go | ||
framework.go | ||
garbage_collector_test.go | ||
gke_environment_test.go | ||
gpu_device_plugin.go | ||
gubernator.sh | ||
hugepages_test.go | ||
image_id_test.go | ||
image_list.go | ||
kubelet_test.go | ||
lifecycle_hook_test.go | ||
log_path_test.go | ||
mirror_pod_test.go | ||
node_container_manager_test.go | ||
node_problem_detector_linux.go | ||
pods_container_manager_test.go | ||
resource_collector.go | ||
resource_usage_test.go | ||
restart_test.go | ||
runtime_conformance_test.go | ||
security_context_test.go | ||
summary_test.go | ||
util.go | ||
volume_manager_test.go |
README.md
See e2e-node-tests