etcd/integration
Anthony Romano f6042890b7 integration: use RequireLeader for TestV3LeaseFailover
Giving Renew() the default request timeout causes TestV3LeaseFailover
to miss its timing constraints. Since it only needs to wait until the
leader recognizes the leader is lost, use RequireLeader to cancel the
keepalive stream before the request times out.
2016-12-06 14:09:57 -08:00
..
fixtures integration: use RSA certs for testing 2016-07-05 13:21:21 -07:00
bridge.go integration: use unix domain sockets for all connections 2016-06-24 21:18:19 -07:00
cluster.go integration: improve TestTransferLeader 2016-08-19 13:11:38 -07:00
cluster_direct.go integration: build tag cluster_proxy for testing backed by proxy 2016-07-20 15:40:33 -07:00
cluster_proxy.go integration: don't nest proxies in cluster_proxy mode 2016-09-01 15:21:52 -07:00
cluster_test.go integration: fix live lock in issue3699 2016-08-31 12:25:24 -07:00
doc.go *: update LICENSE header 2016-05-12 20:51:48 -07:00
embed_test.go Revert "Merge pull request #6365 from heyitsanthony/fix-dns-bind" 2016-09-12 19:45:35 -07:00
logger_test.go *: separate 'capnslog' log level setting 2016-09-10 20:26:51 +09:00
main_test.go *: detect leaky goroutines, fix leaks 2016-01-23 13:52:41 -08:00
member_test.go client/integration: test v2 client one shot operations 2016-07-07 15:58:58 -07:00
network_partition_test.go integration: write to leader group first, or wait 2016-08-17 11:09:33 -07:00
v2_http_kv_test.go *: separate 'capnslog' log level setting 2016-09-10 20:26:51 +09:00
v3_barrier_test.go api: add v3rpc capability 2016-05-23 14:45:08 -07:00
v3_double_barrier_test.go integration: fix race in TestDoubleBarrierFailover 2016-08-17 11:56:49 -07:00
v3_election_test.go clientv3/concurrency: allow election on prefixes of keys. 2016-08-29 18:34:14 -07:00
v3_grpc_test.go integration: use Range to wait for reboot in quota tests 2016-11-30 13:56:30 -08:00
v3_lease_test.go integration: use RequireLeader for TestV3LeaseFailover 2016-12-06 14:09:57 -08:00
v3_lock_test.go integration: fix rwmutex test to check write locking 2016-09-13 14:09:59 -07:00
v3_maintenance_test.go integration: test inflight Hash call on nil db 2016-10-21 11:02:54 -07:00
v3_queue_test.go *: update LICENSE header 2016-05-12 20:51:48 -07:00
v3_stm_test.go *: update LICENSE header 2016-05-12 20:51:48 -07:00
v3_watch_test.go integration: cancel Watch when TestV3WatchWithPrevKV exits 2016-12-01 15:08:18 -08:00