open-consul/agent/auto-config
Matt Keeler d871a6f260
Fix flaky test by marking mock expectations as optional (#9596)
These expectations are optional because in a slow CI environment the deadline to cancell the context might occur before the go routine reaches issuing the RPC. Either way we are successfully ensuring context cancellation is working.
2021-01-20 10:58:27 -05:00
..
auto_config.go lib/retry: Refactor to reduce the interface surface 2020-10-04 18:12:42 -04:00
auto_config_test.go Fix flaky test by marking mock expectations as optional (#9596) 2021-01-20 10:58:27 -05:00
auto_encrypt.go lib/retry: Refactor to reduce the interface surface 2020-10-04 18:12:42 -04:00
auto_encrypt_test.go lib/retry: Refactor to reduce the interface surface 2020-10-04 18:12:42 -04:00
config.go lib/retry: Refactor to reduce the interface surface 2020-10-04 18:12:42 -04:00
config_translate.go
config_translate_test.go
mock_test.go
persist.go
run.go
server_addr.go
tls.go
tls_test.go