etcd/tests/e2e
Piotr Tabor 30811a06aa etcdctl, clientv3/snapshot: snapshot (Restore,Status) code out of client
"snapshot" Restore/Status code was the only remaining dependency of client on 'server'
code. The code is solelly used by etcdctl. Long-term the snapshot code
should be migrated to 'etcdadm' style of tool such that we can
distinguish tool solelly depending on networking API vs. tools that
operation on etcd files directly.

We left snapshot.Save() code in clientv3.snapshot package, such that
clients can benefits from automated download&safe to file snapshot
functionality over the wire.
2020-10-10 14:14:57 +02:00
..
cluster_direct_test.go tests: move internal "e2e" 2018-04-09 10:37:28 -07:00
cluster_proxy_test.go integration/fixtures: Move the 'tests/integration/fixtures' directory up and update references. 2020-10-07 15:38:28 +02:00
cluster_test.go integration/fixtures: Move the 'tests/integration/fixtures' directory up and update references. 2020-10-07 15:38:28 +02:00
ctl_v2_test.go *: 'go test --short ./...' runs all UNIT tests. 2020-09-16 13:21:46 +02:00
ctl_v3_alarm_test.go tests/e2e: fix failed /health test case 2020-06-10 11:16:25 +08:00
ctl_v3_auth_no_proxy_test.go tests/e2e: cluster_proxy tests use CN-less cert for etcd-server auth. 2020-09-07 12:55:01 +02:00
ctl_v3_auth_test.go tests/e2e: cluster_proxy tests use CN-less cert for etcd-server auth. 2020-09-07 12:55:01 +02:00
ctl_v3_compact_test.go tests: move internal "e2e" 2018-04-09 10:37:28 -07:00
ctl_v3_defrag_test.go tests: move internal "e2e" 2018-04-09 10:37:28 -07:00
ctl_v3_elect_test.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
ctl_v3_endpoint_test.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
ctl_v3_kv_test.go e2e: add getCountOnlyTest testcase 2020-04-10 19:24:54 +08:00
ctl_v3_lease_test.go *: clean up code format 2018-07-21 16:34:56 -07:00
ctl_v3_lock_test.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
ctl_v3_make_mirror_test.go *: 'go test --short ./...' runs all UNIT tests. 2020-09-16 13:21:46 +02:00
ctl_v3_member_test.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
ctl_v3_migrate_test.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
ctl_v3_move_leader_test.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
ctl_v3_role_test.go tests: move internal "e2e" 2018-04-09 10:37:28 -07:00
ctl_v3_snapshot_test.go etcdctl, clientv3/snapshot: snapshot (Restore,Status) code out of client 2020-10-10 14:14:57 +02:00
ctl_v3_test.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
ctl_v3_txn_test.go tests: move internal "e2e" 2018-04-09 10:37:28 -07:00
ctl_v3_user_test.go e2e: add test cases for a user without password 2019-05-30 21:59:30 +09:00
ctl_v3_watch_cov_test.go tests/e2e: separate coverage tests for exec commands 2018-05-03 17:22:34 -07:00
ctl_v3_watch_no_cov_test.go test: test update for Go 1.12.5 and related changes 2019-06-05 17:02:05 -04:00
ctl_v3_watch_test.go tests/e2e: separate coverage tests for exec commands 2018-05-03 17:22:34 -07:00
doc.go tests: move internal "e2e" 2018-04-09 10:37:28 -07:00
etcd_config_test.go *: 'go test --short ./...' runs all UNIT tests. 2020-09-16 13:21:46 +02:00
etcd_corrupt_test.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
etcd_process.go tests/e2e,etcdctl,etcdmain: Fix go test --tags cov -v ./tests/e2e 2020-09-09 12:56:15 +02:00
etcd_release_upgrade_test.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
etcd_spawn_cov.go tests/e2e,etcdctl,etcdmain: Fix go test --tags cov -v ./tests/e2e 2020-09-09 12:56:15 +02:00
etcd_spawn_nocov.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
gateway_test.go *: 'go test --short ./...' runs all UNIT tests. 2020-09-16 13:21:46 +02:00
main_test.go integration/fixtures: Move the 'tests/integration/fixtures' directory up and update references. 2020-10-07 15:38:28 +02:00
metrics_test.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
util.go *: 'go test --short ./...' runs all UNIT tests. 2020-09-16 13:21:46 +02:00
v2_curl_test.go *: 'go test --short ./...' runs all UNIT tests. 2020-09-16 13:21:46 +02:00
v2_test.go tests: move internal "e2e" 2018-04-09 10:37:28 -07:00
v2v3_test.go tests: move internal "e2e" 2018-04-09 10:37:28 -07:00
v3_cipher_suite_test.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
v3_curl_lease_test.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
v3_curl_test.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00