etcd/integration
lzhfromustc 1f8764be3b integration: prevent goroutines leaks in test (#11318)
Some goroutines in test functions will be leaked in certain cases.
This patch stops these leaks no matter what happens in test, by
putting the blocking channel in select together with a new stopc
channel, or adding 1 buffer to the blocking channel.
2019-12-05 15:40:10 -08:00
..
fixtures Replace endpoint.ParseHostPort with net.SplitHostPort to fix IPv6 client endpoints 2019-10-08 14:53:49 -07:00
fixtures-expired integration/fixtures-expired: add IP only certs 2018-04-13 12:01:35 -07:00
bridge.go *: revert module import paths 2019-05-28 15:39:35 -07:00
cluster.go *: enable lease checkpoint via experimental flag 2019-06-05 15:30:03 -07:00
cluster_direct.go *: revert module import paths 2019-05-28 15:39:35 -07:00
cluster_proxy.go *: revert module import paths 2019-05-28 15:39:35 -07:00
cluster_test.go *: revert module import paths 2019-05-28 15:39:35 -07:00
doc.go *: update LICENSE header 2016-05-12 20:51:48 -07:00
embed_test.go *: revert module import paths 2019-05-28 15:39:35 -07:00
logger_test.go *: revert module import paths 2019-05-28 15:39:35 -07:00
main_test.go *: revert module import paths 2019-05-28 15:39:35 -07:00
member_test.go *: revert module import paths 2019-05-28 15:39:35 -07:00
metrics_test.go test: fix metric name typo 2019-07-31 12:43:46 +09:00
network_partition_test.go *: revert module import paths 2019-05-28 15:39:35 -07:00
util_test.go *: revert module import paths 2019-05-28 15:39:35 -07:00
v2_http_kv_test.go test: test update for Go 1.12.5 and related changes 2019-06-05 17:02:05 -04:00
v3_alarm_test.go etcdserver: trace compaction request; add return parameter 'trace' to applierV3.Compaction() 2019-10-07 09:55:27 -07:00
v3_auth_test.go Merge pull request #10468 from jingyih/remove_auth_loop 2019-10-29 00:11:40 +09:00
v3_barrier_test.go integration: prevent goroutines leaks in test (#11318) 2019-12-05 15:40:10 -08:00
v3_double_barrier_test.go test: test update for Go 1.12.5 and related changes 2019-06-05 17:02:05 -04:00
v3_election_test.go test: test update for Go 1.12.5 and related changes 2019-06-05 17:02:05 -04:00
v3_grpc_inflight_test.go integration: match code.Canceled in "TestV3KVInflightRangeRequests" 2019-07-26 09:19:22 -07:00
v3_grpc_test.go *: revert module import paths 2019-05-28 15:39:35 -07:00
v3_health_test.go *: revert module import paths 2019-05-28 15:39:35 -07:00
v3_leadership_test.go integration: prevent goroutines leaks in test (#11318) 2019-12-05 15:40:10 -08:00
v3_lease_test.go Merge pull request #10797 from jingyih/lease_checkpoint_enabled_by_experimental_flag 2019-06-05 22:56:54 -07:00
v3_lock_test.go integration: prevent goroutines leaks in test (#11318) 2019-12-05 15:40:10 -08:00
v3_queue_test.go test: test update for Go 1.12.5 and related changes 2019-06-05 17:02:05 -04:00
v3_stm_test.go test: test update for Go 1.12.5 and related changes 2019-06-05 17:02:05 -04:00
v3_tls_test.go *: use TLS.Config.MaxVersion to TLS 1.2 2019-09-06 11:38:03 -07:00
v3_watch_restore_test.go integration: test snapshot inflights metrics 2019-08-08 13:33:52 -07:00
v3_watch_test.go integration: prevent goroutines leaks in test (#11318) 2019-12-05 15:40:10 -08:00
v3election_grpc_test.go integration: prevent goroutines leaks in test (#11318) 2019-12-05 15:40:10 -08:00
v3lock_grpc_test.go test: test update for Go 1.12.5 and related changes 2019-06-05 17:02:05 -04:00