mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
remove double comments
This commit is contained in:
parent
297b35873f
commit
c40e69bb4c
@ -1502,14 +1502,10 @@ func runWorkload(tCtx ktesting.TContext, tc *testCase, w *workload, informerFact
|
||||
|
||||
var dataItems []DataItem
|
||||
|
||||
// // numPodsScheduledPerNamespace has all namespaces created in workload and the number of pods they (will) have.
|
||||
// // All namespaces listed in numPodsScheduledPerNamespace will be cleaned up.
|
||||
// numPodsScheduledPerNamespace := make(map[string]int)
|
||||
|
||||
var collectors []testDataCollector
|
||||
// // This needs a separate context and wait group because
|
||||
// // the metrics collecting needs to be sure that the goroutines
|
||||
// // are stopped.
|
||||
// This needs a separate context and wait group because
|
||||
// the metrics collecting needs to be sure that the goroutines
|
||||
// are stopped.
|
||||
var collectorCtx ktesting.TContext
|
||||
var collectorWG sync.WaitGroup
|
||||
defer collectorWG.Wait()
|
||||
|
Loading…
Reference in New Issue
Block a user