Piotr Tabor
|
3bb7acc8cf
|
Migrate dependencies pkg/foo -> client/pkg/foo
|
2021-04-07 00:38:47 +02:00 |
|
Piotr Tabor
|
809e7629ed
|
Add integration.BeforeTest to all missing tests.
|
2021-03-16 23:50:01 +01:00 |
|
Piotr Tabor
|
e33c6dd9df
|
client/v3: Rename of imports
|
2020-10-20 10:13:06 +02: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
|
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 |
|