Skip to content

Commit 44a7535

Browse files
authored
Merge pull request #297 from timoreimann/prevent-plugin-from-returning-in-use-error-for-source-volumes
Prevent plugin from returning in-use error for source volumes
2 parents ebcc37e + ea2d97f commit 44a7535

File tree

3 files changed

+122
-169
lines changed

3 files changed

+122
-169
lines changed

cmd/csi-sanity/main.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ import (
2222
"strings"
2323
"time"
2424

25+
"github.com/onsi/ginkgo"
26+
"k8s.io/klog/v2"
27+
2528
"github.com/kubernetes-csi/csi-test/v4/pkg/sanity"
2629
)
2730

@@ -101,6 +104,7 @@ func main() {
101104
os.Exit(1)
102105
}
103106

107+
klog.SetOutput(ginkgo.GinkgoWriter)
104108
t := testing{}
105109
sanity.Test(&t, config)
106110
os.Exit(t.result)

pkg/sanity/logger.go

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)