kubernetes/test/e2e/windows
Kubernetes Prow Robot e789abc1ee
Merge pull request #138367 from timmy-wright/timmy/fix-cleanup
fix: accumulate subpath cleanup actions in makeMounts to prevent handle leak
2026-05-18 19:55:54 +05:30
..
cpu_limits.go
density.go
device_plugin.go
dns.go
eviction.go
framework.go
gmsa_full.go
gmsa_kubelet.go
host_process.go
hybrid_network.go
hyperv.go
kubelet_stats.go
memory_limits.go
node_shutdown.go
OWNERS
README.md
reboot_node.go
security_context.go
service.go
subpath_cleanup.go
utils.go
volumes.go

Notes to run sig-windows tests

  1. Prereqs:
KUBECONFIG=path/to/kubeconfig
curl https://raw.githubusercontent.com/kubernetes-sigs/windows-testing/master/images/image-repo-list -o repo_list
export KUBE_TEST_REPO_LIST=$(pwd)/repo_list
  1. Run only sig-windows tests:

    ./e2e.test --provider=local --ginkgo.no-color --ginkgo.focus="\[sig-windows\]|\[Feature:Windows\]" --node-os-distro="windows"
    

e2e_node/density_test diff

This test is borrowed from the density test in e2e_node/density_test. All but the first test were omitted as well as some logging.