etcd/integration
Hitoshi Mitake 3fefac17b2 integration: clean up resources in error paths of TestV3WatchFromCurrentRevision
Current error paths of TestV3WatchFromCurrentRevision don't clean the
used resources including goroutines. Because go's tests are executed
continuously in a single process, the leaked goroutines makes error
logs bloated like the below case:
https://jenkins-etcd-public.prod.coreos.systems/job/etcd-coverage/2143/

This commit lets the error paths clean the resources.
2017-08-28 16:31:36 +09:00
..
fixtures test: weaken certs 2017-08-21 03:23:47 -07:00
fixtures-expired integration/fixtures-expired: do not force 'rm' 2017-05-03 18:45:44 -07:00
bridge.go integration: close accepted connection on stopc path 2017-05-02 16:46:43 -07:00
cluster.go *: cockroachdb/cmux -> soheilhy/cmux 2017-08-22 09:59:59 -07:00
cluster_direct.go integration: add lock and election services to proxy tests 2017-05-10 13:06:27 -07:00
cluster_proxy.go integration: test auth layer in grpcproxy tests 2017-06-09 09:36:16 -07:00
cluster_test.go integration: test 'MoveLeader' service 2017-06-23 12:53:22 -07:00
doc.go *: update LICENSE header 2016-05-12 20:51:48 -07:00
embed_test.go integration: test embed.Etcd.Close with watch 2017-07-14 15:32:08 -07:00
logger_test.go integration: reset default logging level in TestRestartRemoved 2017-05-12 10:22:29 -07:00
main_test.go *: detect leaky goroutines, fix leaks 2016-01-23 13:52:41 -08:00
member_test.go integration: wait on leader before progress check in TestRestartMember 2017-03-22 12:48:31 -07:00
metrics_test.go integration: increase numPuts to write more than 1 page 2017-08-10 16:43:41 -07:00
network_partition_test.go integration: retry TestNetworkPartition5MembersLeaderInMajority 2017-03-23 16:30:38 -07:00
util_test.go integration: test TLS reload 2017-04-27 13:32:09 -07:00
v2_http_kv_test.go *: separate 'capnslog' log level setting 2016-09-10 20:26:51 +09:00
v3_alarm_test.go integration: add corruption test 2017-08-22 09:59:59 -07:00
v3_auth_test.go integration: check concurrent auth ops don't cause old rev errors 2017-08-23 14:29:38 -07: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 integration: test Observe can read leaders set prior to compaction 2017-04-25 20:03:49 -07:00
v3_grpc_inflight_test.go integration: test 'inflight' range requests 2017-04-17 14:15:36 -07:00
v3_grpc_test.go integration: add corruption test 2017-08-22 09:59:59 -07:00
v3_health_test.go integration: add 'HealthClient.Check' test 2017-06-20 13:02:11 -07:00
v3_leadership_test.go integration: test 'MoveLeader' service 2017-06-23 12:53:22 -07:00
v3_lease_test.go integration,clientv3/integration: test LeaseLeases API 2017-08-14 14:18:57 -07:00
v3_lock_test.go integration: add TestMutexWaitsOnCurrentHolder test 2017-03-14 11:00:07 -07:00
v3_queue_test.go *: update LICENSE header 2016-05-12 20:51:48 -07:00
v3_stm_test.go integration: test serializable snapshot STM with old readset revisions 2017-08-22 19:39:22 -07:00
v3_watch_test.go integration: clean up resources in error paths of TestV3WatchFromCurrentRevision 2017-08-28 16:31:36 +09:00
v3election_grpc_test.go integration: add lock and election services to proxy tests 2017-05-10 13:06:27 -07:00
v3lock_grpc_test.go integration: add lock and election services to proxy tests 2017-05-10 13:06:27 -07:00