open-consul/agent/connect/ca
Daniel Nephin ef0999547a testing: skip slow tests with -short
Add a skip condition to all tests slower than 100ms.

This change was made using `gotestsum tool slowest` with data from the
last 3 CI runs of master.
See https://github.com/gotestyourself/gotestsum#finding-and-skipping-slow-tests

With this change:

```
$ time go test -count=1 -short ./agent
ok      github.com/hashicorp/consul/agent       0.743s

real    0m4.791s

$ time go test -count=1 -short ./agent/consul
ok      github.com/hashicorp/consul/agent/consul        4.229s

real    0m8.769s
```
2020-12-07 13:42:55 -05:00
..
common.go connect: Add AWS PCA provider (#6795) 2019-11-21 17:40:29 +00:00
mock_Provider.go Change CA Configure struct to pass Datacenter through (#6775) 2019-11-18 14:22:19 +00:00
provider.go Update CI for leader renew CA test using Vault 2020-10-09 05:48:15 -07:00
provider_aws.go Allow users to configure either unstructured or JSON logging (#7130) 2020-01-28 17:50:41 -06:00
provider_aws_test.go ci: Run all connect/ca tests from the integration suite 2020-03-24 15:22:01 -04:00
provider_consul.go connect: Check for expired root cert when cross-signing 2020-10-09 04:35:56 -07:00
provider_consul_config.go Move IntermediateCertTTL to common CA config 2020-09-10 00:23:22 -07:00
provider_consul_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
provider_test.go Move IntermediateCertTTL to common CA config 2020-09-10 00:23:22 -07:00
provider_vault.go connect: Add CAManager for synchronizing CA operations 2020-11-13 14:33:44 -08:00
provider_vault_test.go Update CI for leader renew CA test using Vault 2020-10-09 05:48:15 -07:00
testing.go Add CA server delegate interface for testing 2020-11-19 20:08:06 -08:00