open-consul/command/connect/envoy
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
..
pipe-bootstrap Fix envoy 1.10 exec (#5964) 2019-06-21 16:06:25 +01:00
testdata Add DC and NS support for Envoy metrics (#9207) 2020-11-16 16:37:19 -07:00
bootstrap_config.go Add DC and NS support for Envoy metrics (#9207) 2020-11-16 16:37:19 -07:00
bootstrap_config_test.go Add DC and NS support for Envoy metrics (#9207) 2020-11-16 16:37:19 -07:00
bootstrap_tpl.go Add DC and NS support for Envoy metrics (#9207) 2020-11-16 16:37:19 -07:00
envoy.go command: when generating envoy bootstrap configs use the datacenter returned from the agent services endpoint (#9229) 2020-11-19 15:27:31 -06:00
envoy_oss_test.go Add DC and NS support for Envoy metrics (#9207) 2020-11-16 16:37:19 -07:00
envoy_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
exec_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
exec_unix.go xds: add support for envoy 1.15.0 and drop support for 1.11.x (#8424) 2020-07-31 15:52:49 -05:00
exec_unsupported.go
flags.go connect: switch the default gateway port from 443 to 8443 (#9116) 2020-11-06 20:47:29 -05:00
flags_test.go connect: switch the default gateway port from 443 to 8443 (#9116) 2020-11-06 20:47:29 -05:00