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
Fix potential race with cert generation and adding unit tests for nee…
…dacert functionality (#584)
* Adding unit tests for needacert functionality
* Updated logic for generatesecret to handle potentially stale cache results. Updated unit test accordingly.
Fix potential race with cert generation and adding unit tests for nee…
…dacert functionality (#584)
* Adding unit tests for needacert functionality
* Updated logic for generatesecret to handle potentially stale cache results. Updated unit test accordingly.
47898 OnLeader should return any error returned by the called functio…
…ns. (#582)
* removing infinite loop
* adding OnLeaderOrDie func
* adding name identifier on onleaderordie func