Skip to content

Commit f553458

Browse files
authored
Merge pull request kubernetes#90925 from gaurav1086/fix_namespace_datarace
Fix data race in namespace error handling
2 parents 501cc1a + d8a752f commit f553458

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e/apimachinery/namespace.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ import (
3939
)
4040

4141
func extinguish(f *framework.Framework, totalNS int, maxAllowedAfterDel int, maxSeconds int) {
42-
var err error
43-
4442
ginkgo.By("Creating testing namespaces")
4543
wg := &sync.WaitGroup{}
4644
wg.Add(totalNS)

0 commit comments

Comments
 (0)