hashicorp / hcat

Hashicorp Configuration and Templating library (hcat, pronounced hashicat)
Mozilla Public License 2.0
95 stars 12 forks source link

simplify checkLeaseWait testing #125

Closed eikenb closed 1 year ago

eikenb commented 1 year ago

added test options to eliminate random jitter being used with tests (eliminates need for testing a range of values)

pass in the time.Now function so we can use a faked one for tests (eliminates a timing race)