etcd/proxy/grpcproxy
Piotr Tabor 3153038ffb tests/integration: Moving integration tests to tests/integration directory
git mv integration ./tests

git mv client/integration/* ./tests/integration/client
git mv clientv3/integration/* ./tests/integration/clientv3
git mv client/example_keys_test.go client/main_test.go tests/integration/client/examples
git mv clientv3/concurrency/*_test.go tests/integration/clientv3/concurrency

git mv etcdserver/api/v2store/store_v2v3_test.go etcdserver/api/v2v3/*_test.go tests/integration/v2store
git mv tests/integration/v2store/store_v2v3_test.go tests/integration/v2store/store_v2v3.go
git mv tests/integration/v2store/store_test.go tests/integration/v2store/store_v2v3_test.go
git mv etcdserver/api/v2store/store_test.go tests/integration/v2store
git mv etcdserver/api/v2store/store_v2_test.go tests/integration/v2store

git mv proxy/grpcproxy/*_test.go tests/integration/proxy/grpcproxy

git mv ./clientv3/snapshot/testdata ./clientv3/snapshot/*_test.go ./tests/integration/snapshot
2020-10-07 15:36:21 +02:00
..
adapter *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
cache *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
auth.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
cluster.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
doc.go *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
election.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
health.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
kv.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
leader.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
lease.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
lock.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
maintenance.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
metrics.go *: register metrics handler for grpcproxy self 2020-07-02 22:55:18 +08:00
register.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
util.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
watch.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
watch_broadcast.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
watch_broadcasts.go proxy/grpcproxy: add zap logger 2020-06-22 14:56:58 +08:00
watch_ranges.go grpcproxy: fix race between watch ranges delete() and broadcasts empty() 2016-11-28 15:53:41 -08:00
watcher.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00