etcd/tests/functional
Xiang Li aaedf32c04 fix(test/remove_node_test.go) fix a deadlock in the test
The go-etcd client waits for the response from the paused node. And the test waits for the reponse to continue.
Actually we do not even need that small test, since we will check the machine status afterwards.
2014-05-20 14:34:59 -07:00
..
cluster_config_test.go feat: implement standby mode 2014-05-09 01:56:55 -07:00
discovery_test.go chore: gofmt go files 2014-04-15 09:42:25 -07:00
etcd_direct_call.go Reintegrate functional tests into etcd. 2013-10-16 13:58:03 -06:00
etcd_tls_test.go fix(peer_server): recover from outage with discovery 2014-04-14 13:56:47 -07:00
init.go Reintegrate functional tests into etcd. 2013-10-16 13:58:03 -06:00
internal_version_test.go fix(internal_version_test.go) protect the checkedVersion by a lock 2014-04-10 23:35:55 -04:00
join_test.go chore(tests/join): adjust output 2014-04-17 19:28:58 -07:00
kill_leader_test.go chore(standby): minor changes based on comments 2014-05-09 15:38:03 -07:00
kill_random_test.go chore(*): gofmt everything 2014-02-01 23:44:10 -08:00
multi_node_kill_all_and_recovery_test.go feat(standby_server): write cluster info to disk 2014-05-15 07:47:15 -04:00
multi_node_kill_one_test.go chore(*): make everything use goven 2014-02-01 23:44:18 -08:00
rejoin_test.go chore(rejoin_test): rewrite some printout 2014-04-18 10:48:14 -07:00
remove_node_test.go fix(test/remove_node_test.go) fix a deadlock in the test 2014-05-20 14:34:59 -07:00
simple_multi_node_test.go chore(tests/multi_node_kill_one): check function-call result 2014-02-14 17:36:11 -08:00
simple_snapshot_test.go fix(simple_snapshot_test): enlarge reasonable index range 2014-05-13 22:28:28 -04:00
single_node_recovery_test.go chore(*): make everything use goven 2014-02-01 23:44:18 -08:00
single_node_test.go chore(*): make everything use goven 2014-02-01 23:44:18 -08:00
standby_test.go chore(standby): minor changes based on comments 2014-05-09 15:38:03 -07:00
util.go feat(standby_server): write cluster info to disk 2014-05-15 07:47:15 -04:00
v1_migration_test.go fix(tests/v1_migration): correct HTTP response 2014-04-15 09:25:14 -07:00
version_check_test.go Merge branch 'master' of https://github.com/coreos/etcd into clean-up-config 2013-11-19 10:13:39 -07:00