mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
The default etcd config means that if two of this test run around the same time, we end up with one of them failing because it can't bind. Elsewhere, we resolve this by binding to ephemeral ports and fixing up the config to use them, so we duplicate that here. This includes duplicating the existing listenerWithURL from test/, because that package has to import us, so we can't import it, and I don't really want to make a separate package for one trivial function. |
||
|---|---|---|
| .. | ||
| embed.go | ||
| leasedkv.go | ||
| leasedkv_test.go | ||