You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! When working with kubebuilder it was noticed that the templated testing code provided for a new project technically has a race condition in it, specifically it appears to be the StartTestManager function in pkg/scaffold/controller/controllersuitetest.go.
Here's a diff of my suggestion for a fix for this:
The text was updated successfully, but these errors were encountered:
shaneutt
changed the title
Remove race condition in templated
Remove race condition in templated test code
Jan 18, 2019
shaneutt
changed the title
Remove race condition in templated test code
Remove race condition in templated test code "StartTestManager" function.
Jan 18, 2019
Hello! When working with
kubebuilder
it was noticed that the templated testing code provided for a new project technically has a race condition in it, specifically it appears to be theStartTestManager
function inpkg/scaffold/controller/controllersuitetest.go
.Here's a diff of my suggestion for a fix for this:
Here is a PR for this: #572
Thank you! 👍
The text was updated successfully, but these errors were encountered: