We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8240f21 commit 93fa760Copy full SHA for 93fa760
test/e2e/instrumentation/logging/generic_soak.go
@@ -58,7 +58,7 @@ var _ = instrumentation.SIGDescribe("Logging soak [Performance] [Slow] [Disrupti
58
var wg sync.WaitGroup
59
wg.Add(loggingSoak.Scale)
60
for i := 0; i < loggingSoak.Scale; i++ {
61
- go func(i interface{}) {
+ go func(i int) {
62
defer wg.Done()
63
defer ginkgo.GinkgoRecover()
64
wave := fmt.Sprintf("wave%v", strconv.Itoa(i))
0 commit comments