[Bug]: testsuite_test.go's use of metrics results in concurrent read/write of a map #310
Open
1 task done
Labels
bug
Something isn't working
What went wrong?
In
testsuite_test.go
, themetrics
map is accessed from a loopinggo routine
as well as multiple test specs, which can result in concurrent read and write of themetrics
map, which is a fatal error as seen here.This issue was originally identified in #309.
Version
v0.2.0 (Latest)
What version of Kubernetes are you using?
No response
Which Kubernetes distribution are you using?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: