Files
opentf/internal/backend
Martin Atkins 84b2cbd685 backend/consul: Fix TestConsul_destroyLock test
This test appears to have been written to use the current timestamp in the
Consul keys it uses for testing just to minimize the risk of collisions
with objects already present in the KV store.

Unfortunately, modern Consul now rejects this shape of key because the
default string representation of a timestamp includes characters that
Consul does not allow. This commit changes it to use a decimal
representation of the integer unix timestamp representation instead, which
achieves a similar result using a less disruptive set of characters.

Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
2026-03-25 00:34:52 -07:00
..
2024-02-08 09:48:59 +00:00
2024-08-29 13:20:33 -04:00