Siyuan Zhang
|
f219ab445e
|
add tests to test tx delete consistency.
Signed-off-by: Siyuan Zhang <sizhang@google.com>
|
2024-01-11 13:29:54 -08:00 |
|
James Blair
|
1ea808b5ba
|
Backport go_srcs_in_module changes and fix goword failures.
Signed-off-by: James Blair <mail@jamesblair.net>
|
2023-02-24 22:01:41 +13:00 |
|
Piotr Tabor
|
ffea1537d4
|
ClientV3 tests use integration.NewClient that configures proper logger.
|
2021-04-29 18:18:34 +02: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
|
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
|
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
|
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 |
|