mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
When we make dummy test servers, we should make them using sockets for etcd rather than TCP ports so we don't run into problems like the test always failing if anything else is on that port already, which it can totally legitimately be. For instance, if you ran an existing featurebase server, and then tried "go test" in the server directory, this would fail. |
||
|---|---|---|
| .. | ||
| cluster.go | ||
| disco.go | ||
| field.go | ||
| handler.go | ||
| holder.go | ||
| index.go | ||
| pilosa.go | ||
| pilosa_test.go | ||
| transaction.go | ||