mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 02:09:56 +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
|
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
|
var collectors []testDataCollector
|
||||||
// // This needs a separate context and wait group because
|
// This needs a separate context and wait group because
|
||||||
// // the metrics collecting needs to be sure that the goroutines
|
// the metrics collecting needs to be sure that the goroutines
|
||||||
// // are stopped.
|
// are stopped.
|
||||||
var collectorCtx ktesting.TContext
|
var collectorCtx ktesting.TContext
|
||||||
var collectorWG sync.WaitGroup
|
var collectorWG sync.WaitGroup
|
||||||
defer collectorWG.Wait()
|
defer collectorWG.Wait()
|
||||||
|
Loading…
Reference in New Issue
Block a user