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
|
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
|
f67956cb7a
|
clientv3: Expose clientv3/examples close to the code.
Many of the tests had missing '// Output:' comment, so were not
runnable. They required fining.
|
2020-10-08 14:27:32 +02:00 |
|
Piotr Tabor
|
be4e8b7013
|
integration/fixtures: Move the 'tests/integration/fixtures' directory up and update references.
I moved the files up as they are shared between e2e & integrational tests.
|
2020-10-07 15:38:28 +02:00 |
|
Piotr Tabor
|
bb9703820c
|
tests/integration: Move of naming/snapshot clientv3 tests (and yaml reference)
path change in clientv3/yaml/config_test
git mv clientv3/naming/grpc_test.go tests/integration/clientv3/grpc_test.go
git mv clientv3/snapshot/*_test.go tests/integration/snapshot
git mv clientv3/{main_test.go,example_*.go} tests/integration/clientv3/examples/
|
2020-10-07 15:37:24 +02:00 |
|