Piotr Tabor
|
3bb7acc8cf
|
Migrate dependencies pkg/foo -> client/pkg/foo
|
2021-04-07 00:38:47 +02:00 |
|
Piotr Tabor
|
41f6cc7234
|
Tests: Better isolation between store_v2v3 integration tests.
|
2021-03-09 18:19:51 +01:00 |
|
Piotr Tabor
|
de55bb6331
|
pkg: Rename imports after making 'pkg' a module
find -name '*.go' | xargs sed --follow-symlinks -i 's|go.etcd.io/etcd/v3/pkg/|go.etcd.io/etcd/pkg/v3/|g'
go fmt ./...
|
2020-10-13 00:09:27 +02:00 |
|
Piotr Tabor
|
b27b17b44c
|
tests/functional: Mechanical rename of imports etcd/v3/integration/ -> etcd/tests/v3/integration/...
|
2020-10-07 15:37:21 +02:00 |
|
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 |
|