open-consul/connect/proxy
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
..
config.go oss portion of ent #1069 (#10883) 2021-08-20 12:57:45 -04:00
config_test.go Remove unnecessary goroutine in flaky test 2022-07-27 13:54:34 -04:00
conn.go
conn_test.go
listener.go
listener_test.go sdk/freeport: rename Port to GetOne 2021-11-30 17:32:41 -05:00
proxy.go Fix race during proxy closing (#13283) 2022-05-27 16:52:03 -04:00
proxy_test.go testing: use the new freeport interfaces 2021-11-27 15:39:46 -05:00
testing.go testing: remove unnecessary calls to freeport 2021-11-29 12:19:43 -05:00