etcd/integration
Anthony Romano 11668f53db 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-07 10:06:28 -08:00
..
fixtures integration: add key usage to server.crt 2016-02-09 15:34:53 -08:00
testdata/integration046_data add snapshotted integration test 2014-11-20 15:38:08 -05:00
bridge.go integration: use unix domain sockets for all connections 2016-06-24 21:18:19 -07:00
cluster.go integration: NewClusterV3 should launch cluster before creating clients 2016-08-18 14:54:45 -07:00
cluster_test.go client/integration: test v2 client one shot operations 2016-07-07 17:30:09 -07:00
doc.go *: update LICENSE header 2016-05-12 20:51:48 -07: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 17:30:09 -07:00
migration_test.go *: update LICENSE header 2016-05-12 20:51:48 -07:00
v2_http_kv_test.go integration: use unix domain sockets for all connections 2016-06-24 21:18:19 -07:00
v3_barrier_test.go api: add v3rpc capability 2016-05-23 14:45:08 -07:00
v3_double_barrier_test.go *: update LICENSE header 2016-05-12 20:51:48 -07:00
v3_election_test.go integration: fix compilation for backported Election test 2016-09-15 11:45:37 -07:00
v3_grpc_test.go integration: add 'prevKV' to TestV3DeleteRange 2016-10-07 11:03:19 -07:00
v3_lease_test.go integration: use RequireLeader for TestV3LeaseFailover 2016-12-07 10:06:28 -08:00
v3_lock_test.go clientv3/concurrency: ctx-ize Leader(), Resign(), and Unlock() 2016-05-13 10:07:35 -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: test wrong watcher range 2016-11-10 13:09:13 -08:00