mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 04:03:20 +00:00
pv controller test: enable klog output
This makes it possible to run tests with -v=5 and thus actually get some output.
This commit is contained in:
@@ -47,6 +47,10 @@ import (
|
||||
"k8s.io/kubernetes/pkg/volume/util/recyclerclient"
|
||||
)
|
||||
|
||||
func init() {
|
||||
klog.InitFlags(nil)
|
||||
}
|
||||
|
||||
// This is a unit test framework for persistent volume controller.
|
||||
// It fills the controller with test claims/volumes and can simulate these
|
||||
// scenarios:
|
||||
|
Reference in New Issue
Block a user