Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: testsuite_test.go's use of metrics results in concurrent read/write of a map #310

Open
1 task done
dagan opened this issue Jan 25, 2025 · 0 comments
Open
1 task done
Assignees
Labels
bug Something isn't working

Comments

@dagan
Copy link
Member

dagan commented Jan 25, 2025

What went wrong?

In testsuite_test.go, the metrics map is accessed from a looping go routine as well as multiple test specs, which can result in concurrent read and write of the metrics 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

  • I agree to follow the Konfirm Code of Conduct
@dagan dagan added the bug Something isn't working label Jan 25, 2025
@dagan dagan self-assigned this Jan 25, 2025
@dagan dagan mentioned this issue Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant