featurebase/test
tgruben dd139cd48d
[FB-1398] Mainline etcd (#2049)
* use mainline etcd-io dependencies, not forks

this commit does lots of things around clustering with goal of increasing stability.

- upgrades from molecula/etcd to go.etcd.io/etcd@v3.5.4
- upgrades from seebs/bbolt to go.etcd.io/bbolt@v1.3.6
- update tests to use unix sockets for etcd cluster communication
    - this is what etcd uses for a lot of internal testing, so if their devs think
      it's a valid test, we can probably accept that
- cleanup etcd node-watcher shutdown process

Co-authored-by: tgruben <tgruben@gmail.com>

* moved random query to another repo

it had weird dependency issues with upgrading to mainline etcd bc of the vegeta dep
so we removed it bc no one really uses it anyway

we got this error message:
```
github.com/molecula/featurebase/v3/cmd/random-query imports
	github.com/tsenart/vegeta/v12/lib tested by
	github.com/tsenart/vegeta/v12/lib.test imports
	github.com/streadway/quantile tested by
	github.com/streadway/quantile.test imports
	.: "." is relative, but relative import paths are not supported in module mode
```

* add cleanup to EtcdUnixSocket test util

Co-authored-by: reesporte <reesedporter@gmail.com>
2022-05-11 09:49:48 -05:00
..
cluster.go [FB-1398] Mainline etcd (#2049) 2022-05-11 09:49:48 -05:00
disco.go [FB-1398] Mainline etcd (#2049) 2022-05-11 09:49:48 -05:00
field.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
handler.go add copyright notice back in 2021-12-10 11:01:04 -06:00
holder.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
index.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
pilosa.go remove http subpackage and bring implementations into core 2022-02-03 21:04:04 -06:00
pilosa_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
transaction.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00