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
It seems a race condition exists within controller-runtime. It might be important to have a look at it and determine if this could impact us, and if yes, whether we should change our approach.
Also, this breaks tests running with the -race argument, disabling it for the moment.
The text was updated successfully, but these errors were encountered:
as the upstream issue with controller-runtime has been closed, this issue can be closed as well.
indeed, the go tests seem to run fine with the -race argument again, and other users reported that race condition issue they had before controller-runtime v0.11.x are gone now.
More details here: kubernetes-sigs/controller-runtime#1442
It seems a race condition exists within
controller-runtime
. It might be important to have a look at it and determine if this could impact us, and if yes, whether we should change our approach.Also, this breaks tests running with the
-race
argument, disabling it for the moment.The text was updated successfully, but these errors were encountered: