etcd/tests/e2e
Piotr Tabor c09aca1ba4 Split etcdctl into etcdctl (public API access) & etcdutl (direct surgery on files)
Motivation is as follows:

  - etcdctl we only depend on clientv3 APIs, no dependencies of bolt, backend, mvcc, file-layout
  - etcdctl can be officially supported across wide range of versions, while etcdutl is pretty specific to file format at particular version.
it's step towards desired modules layout, documented in: https://etcd.io/docs/next/dev-internal/modules/
2021-05-17 11:54:03 +02:00
..
cluster_direct_test.go Reformat code according to 'gotip' rules. 2021-02-26 10:14:46 +01:00
cluster_proxy_test.go etcdproxy e2e tests should run in dedicated directories. 2021-05-14 22:42:31 +02:00
cluster_test.go Fix coverage test failure: e2e TestIssue6361. 2021-05-16 10:58:41 +02:00
ctl_v2_test.go Integrate verification into e2e tests. 2021-04-29 11:51:24 +02:00
ctl_v3_alarm_test.go client/v3: Rename of imports 2020-10-20 10:13:06 +02:00
ctl_v3_auth_no_proxy_test.go Reformat code according to 'gotip' rules. 2021-02-26 10:14:46 +01:00
ctl_v3_auth_test.go Fix tests flakiness: in particular TestIssue6361. 2021-01-12 00:14:51 +01: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 e2e tests were leaking 'defunc' etcdctl processes. 2021-01-11 11:55:30 +01:00
ctl_v3_endpoint_test.go client/v3: Rename of imports 2020-10-20 10:13:06 +02:00
ctl_v3_kv_test.go tests: prevent cross-test contamination via shared state 2020-10-14 13:58:00 -04:00
ctl_v3_lease_test.go tests: prevent cross-test contamination via shared state 2020-10-14 13:58:00 -04:00
ctl_v3_lock_test.go etcdctl: lock return exit code of exec-command 2021-04-06 14:34:31 +08:00
ctl_v3_make_mirror_test.go tests: prevent cross-test contamination via shared state 2020-10-14 13:58:00 -04:00
ctl_v3_member_test.go tests: prevent cross-test contamination via shared state 2020-10-14 13:58:00 -04:00
ctl_v3_move_leader_test.go Migrate dependencies pkg/foo -> client/pkg/foo 2021-04-07 00:38:47 +02:00
ctl_v3_role_test.go e2e tests were leaking 'defunc' etcdctl processes. 2021-01-11 11:55:30 +01:00
ctl_v3_snapshot_test.go Split etcdctl into etcdctl (public API access) & etcdutl (direct surgery on files) 2021-05-17 11:54:03 +02:00
ctl_v3_test.go Add e2e tests for --v2-deprecation flag. 2021-05-12 19:20:49 +02:00
ctl_v3_txn_test.go tests: prevent cross-test contamination via shared state 2020-10-14 13:58:00 -04:00
ctl_v3_user_test.go e2e tests were leaking 'defunc' etcdctl processes. 2021-01-11 11:55:30 +01:00
ctl_v3_watch_cov_test.go Reformat code according to 'gotip' rules. 2021-02-26 10:14:46 +01:00
ctl_v3_watch_no_cov_test.go Reformat code according to 'gotip' rules. 2021-02-26 10:14:46 +01: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 etcdserver: Implement running defrag if freeable space will exceed privided threshold 2021-05-11 14:00:29 +02:00
etcd_corrupt_test.go Embed: In case KVStoreHash verification fails, close the backend. 2021-04-29 11:51:25 +02:00
etcd_process.go Fix coverage test failure: e2e TestIssue6361. 2021-05-16 10:58:41 +02:00
etcd_release_upgrade_test.go e2e tests: More logging and expect adopted to 3.4. 2021-04-27 17:17:31 +02:00
etcd_spawn_cov.go Fix path to the coverage folder for e2e tests. 2021-05-16 09:49:50 +02:00
etcd_spawn_nocov.go E2E tests should log commandlines used to spawn etcd or etcd proxy binaries. 2021-05-14 22:42:31 +02:00
gateway_test.go tests: prevent cross-test contamination via shared state 2020-10-14 13:58:00 -04:00
main_test.go Add e2e tests for --v2-deprecation flag. 2021-05-12 19:20:49 +02:00
metrics_test.go Merge pull request #12196 from ironcladlou/metrics-watch-error-fix 2021-02-19 12:46:49 -08:00
testing.go Add e2e tests for --v2-deprecation flag. 2021-05-12 19:20:49 +02:00
util.go e2e tests: More logging and expect adopted to 3.4. 2021-04-27 17:17:31 +02:00
v2_curl_test.go Integration tests: Use BeforeTest(t) instead of defer AfterTest(). 2021-03-09 18:19:51 +01:00
v2_test.go Reformat code according to 'gotip' rules. 2021-02-26 10:14:46 +01:00
v2store_deprecation_test.go Add e2e tests for --v2-deprecation flag. 2021-05-12 19:20:49 +02:00
v2v3_test.go Reformat code according to 'gotip' rules. 2021-02-26 10:14:46 +01:00
v3_cipher_suite_test.go Reformat code according to 'gotip' rules. 2021-02-26 10:14:46 +01:00
v3_curl_lease_test.go tests: prevent cross-test contamination via shared state 2020-10-14 13:58:00 -04:00
v3_curl_test.go Migrate dependencies pkg/foo -> client/pkg/foo 2021-04-07 00:38:47 +02:00