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
In the autodetection module, the detectClusterRoles fails sometimes because the jaeger-operator-TEST TokenReview object was created in previous iterations. This leads to an invalid value of auth-delegator-available.
Steps to reproduce
Run the unit tests multiple times until the TestStartContinuesInBackground fails
The text was updated successfully, but these errors were encountered:
iblancasa
changed the title
[Bug]: TestStartContinuesInBackground unit test is flaky
auth-delegator-available fails sometimes because the jaeger-operator-TEST TokenReview is already there
Aug 9, 2023
What happened?
In the
autodetection
module, thedetectClusterRoles
fails sometimes because thejaeger-operator-TEST
TokenReview object was created in previous iterations. This leads to an invalid value ofauth-delegator-available
.Steps to reproduce
TestStartContinuesInBackground
failsThe text was updated successfully, but these errors were encountered: