You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.
This unit test is broken on master and on tag 2.3.0. I had to delete the kubernetes_test.go file, which pulls in some exotic Kubernetes deps #172 to get the tests to run.
% go test ./...
go: finding module for package k8s.io/kubernetes/pkg/kubelet/apis/podresources/v1alpha1
go: finding module for package k8s.io/kubernetes/pkg/kubelet/util
go: found k8s.io/kubernetes/pkg/kubelet/util in k8s.io/kubernetes v1.20.5
go: k8s.io/[email protected] requires
k8s.io/[email protected]: reading k8s.io/api/go.mod at revision v0.0.0: unknown revision v0.0.0
% rm kubernetes_test.go
% go test ./...
# dcgm-exporter [dcgm-exporter.test]
./gpu_collector_test.go:43:37: not enough arguments in call to NewDCGMCollector
have ([]Counter)
want ([]Counter, bool)
FAIL dcgm-exporter [build failed]
FAIL
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This unit test is broken on
master
and on tag2.3.0
. I had to delete thekubernetes_test.go
file, which pulls in some exotic Kubernetes deps #172 to get the tests to run.The text was updated successfully, but these errors were encountered: