This job view page is being replaced by Spyglass soon. Check out the new job view.
PRclaudiubelu: DO NOT MERGE: Windows unit tests
ResultSUCCESS
Tests 5 failed / 16389 succeeded
Started2023-01-06 11:47
Elapsed1h28m
Revisiona5812297aa4eb2ce1adaecd9ceab632756bdb601
Refs 110981

Test Failures


k8s.io/kubernetes/cmd/kubeadm/app/cmd/upgrade TestEnforceRequirements 5.05s

go test -v k8s.io/kubernetes/cmd/kubeadm/app/cmd/upgrade -run TestEnforceRequirements$
=== RUN   TestEnforceRequirements
--- FAIL: TestEnforceRequirements (5.05s)

				from junit_29.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/cmd/kubeadm/app/cmd/upgrade TestEnforceRequirements/Fail_pre-flight_check 5.05s

go test -v k8s.io/kubernetes/cmd/kubeadm/app/cmd/upgrade -run TestEnforceRequirements/Fail_pre-flight_check$
=== RUN   TestEnforceRequirements/Fail_pre-flight_check
[upgrade/config] Making sure the configuration is correct:
[preflight] Running pre-flight checks.
    common_test.go:120: enforceRequirements returned unexpected error, expected: user is not running as, got [preflight] Some fatal errors occurred:
        	[ERROR CoreDNSUnsupportedPlugins]: Get "http://localhost:8000/api/v1/namespaces/kube-system/configmaps/coredns?timeout=10s": dial tcp [::1]:8000: connectex: No connection could be made because the target machine actively refused it.
        	[ERROR CoreDNSMigration]: Get "http://localhost:8000/api/v1/namespaces/kube-system/configmaps/coredns?timeout=10s": dial tcp [::1]:8000: connectex: No connection could be made because the target machine actively refused it.
        [preflight] If you know what you are doing, you can make a check non-fatal with `--ignore-preflight-errors=...`
    --- FAIL: TestEnforceRequirements/Fail_pre-flight_check (5.05s)

				from junit_29.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/cmd/kubeadm/test/cmd TestCmdCompletion 0.00s

go test -v k8s.io/kubernetes/cmd/kubeadm/test/cmd -run TestCmdCompletion$
=== RUN   TestCmdCompletion
--- FAIL: TestCmdCompletion (0.00s)
panic: the environment variable KUBEADM_PATH must point to the kubeadm binary path [recovered]
	panic: the environment variable KUBEADM_PATH must point to the kubeadm binary path

goroutine 6 [running]:
testing.tRunner.func1.2({0xb50640, 0xbc0528})
	C:/Program Files/Go/src/testing/testing.go:1396 +0x24e
testing.tRunner.func1()
	C:/Program Files/Go/src/testing/testing.go:1399 +0x39f
panic({0xb50640, 0xbc0528})
	C:/Program Files/Go/src/runtime/panic.go:884 +0x212
k8s.io/kubernetes/cmd/kubeadm/test/cmd.getKubeadmPath(...)
	C:/kubernetes/cmd/kubeadm/test/cmd/util.go:78
k8s.io/kubernetes/cmd/kubeadm/test/cmd.TestCmdCompletion(0x0?)
	C:/kubernetes/cmd/kubeadm/test/cmd/completion_test.go:22 +0x1cd
testing.tRunner(0xc000035a00, 0xb8f318)
	C:/Program Files/Go/src/testing/testing.go:1446 +0x10b
created by testing.(*T).Run
	C:/Program Files/Go/src/testing/testing.go:1493 +0x35f

				from junit_29.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/winstats TestPerfCounter 13s

go test -v k8s.io/kubernetes/pkg/kubelet/winstats -run TestPerfCounter$
=== RUN   TestPerfCounter
--- FAIL: TestPerfCounter (13.43s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/winstats TestPerfCounter/Net_Adapter_Bytes_Received/sec_Query 5.01s

go test -v k8s.io/kubernetes/pkg/kubelet/winstats -run TestPerfCounter/Net_Adapter_Bytes_Received/sec_Query$
=== RUN   TestPerfCounter/Net_Adapter_Bytes_Received/sec_Query
    perfcounters_test.go:173: Encountered error: `timed out waiting for the condition'
    --- FAIL: TestPerfCounter/Net_Adapter_Bytes_Received/sec_Query (5.01s)

				from junit_15.xml

Filter through log files | View test history on testgrid


Show 16389 Passed Tests