Piotr Tabor
|
a78d072b9a
|
Simplify KVstore dependency on cindex.
|
2021-05-04 18:21:24 +02:00 |
|
Piotr Tabor
|
3acf6e35b2
|
Finish migration zap.NewExample -> zaptest.NewLogger(t) in integration tests
|
2021-04-29 22:32:26 +02:00 |
|
Piotr Tabor
|
809e7629ed
|
Add integration.BeforeTest to all missing tests.
|
2021-03-16 23:50:01 +01:00 |
|
Piotr Tabor
|
a47c18d30a
|
Fix 2 remaining 'defer AfterTest' calls.
|
2021-03-13 23:41:29 +01:00 |
|
Piotr Tabor
|
fb1d48e98e
|
Integration tests: Use BeforeTest(t) instead of defer AfterTest().
Thanks to this change, a single method BeforeTest(t) can handle
before-test logic as well as registration of cleanup code
(t.Cleanup(func)).
|
2021-03-09 18:19:51 +01:00 |
|
Piotr Tabor
|
aaf423e962
|
server: Update imports.
find -name '*.go' | xargs sed -i --follow-symlinks 's|etcd/v3/|etcd/server/v3/|g'
|
2020-10-26 13:02:32 +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
|
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 |
|