open-consul/connect
Chris S. Kim 85dd506ecb Remove unnecessary goroutine in flaky test
The watch is established in a background goroutine and the first assertion proves that the watcher is active so there is no reason for the update to happen in a racy goroutine.

Note that this does not completely remove the race condition as the first call to testGetConfigValTimeout could time out before a config is returned.
2022-07-27 13:54:34 -04:00
..
certgen Fix support for RSA CA keys in Connect. (#6638) 2019-11-01 13:20:26 +00:00
proxy Remove unnecessary goroutine in flaky test 2022-07-27 13:54:34 -04:00
example_test.go connect.Service based implementation after review feedback. 2018-06-14 09:41:56 -07:00
resolver.go oss portion of ent #1069 (#10883) 2021-08-20 12:57:45 -04:00
resolver_test.go bulk rewrite using this script 2022-01-20 10:46:23 -06:00
service.go Allow passing ALPN next protocols down to connect services. Fixes #4466. (#9920) 2021-03-26 11:34:47 +00:00
service_test.go Update go version to 1.18.1 2022-04-18 11:41:10 -04:00
testing.go sdk/freeport: rename Port to GetOne 2021-11-30 17:32:41 -05:00
tls.go Update go version to 1.18.1 2022-04-18 11:41:10 -04:00
tls_test.go Update go version to 1.18.1 2022-04-18 11:41:10 -04:00