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 Merge of auto-config and auto-encrypt code (#8523) 2020-08-31 13:12:17 -04:00
config_translate_test.go Merge of auto-config and auto-encrypt code (#8523) 2020-08-31 13:12:17 -04:00
mock_test.go Merge of auto-config and auto-encrypt code (#8523) 2020-08-31 13:12:17 -04:00
persist.go Merge of auto-config and auto-encrypt code (#8523) 2020-08-31 13:12:17 -04:00
run.go Merge of auto-config and auto-encrypt code (#8523) 2020-08-31 13:12:17 -04:00
server_addr.go Merge of auto-config and auto-encrypt code (#8523) 2020-08-31 13:12:17 -04:00
tls.go Merge of auto-config and auto-encrypt code (#8523) 2020-08-31 13:12:17 -04:00
tls_test.go Merge of auto-config and auto-encrypt code (#8523) 2020-08-31 13:12:17 -04:00