open-consul/agent/xds
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
..
proxysupport connect: add support for envoy 1.16.0, drop support for 1.12.x, and bump point releases as well (#8944) 2020-10-22 13:46:19 -05:00
testdata Add DC and NS support for Envoy metrics (#9207) 2020-11-16 16:37:19 -07:00
clusters.go PR comments 2020-09-11 10:49:26 -06:00
clusters_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
config.go
config_test.go
endpoints.go
endpoints_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
envoy_versioning.go connect: add support for envoy 1.16.0, drop support for 1.12.x, and bump point releases as well (#8944) 2020-10-22 13:46:19 -05:00
envoy_versioning_test.go connect: add support for envoy 1.16.0, drop support for 1.12.x, and bump point releases as well (#8944) 2020-10-22 13:46:19 -05:00
failover_math.go
failover_math_test.go
golden_test.go
listeners.go Add DC and NS support for Envoy metrics (#9207) 2020-11-16 16:37:19 -07:00
listeners_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
naming.go
rbac.go connect: support defining intentions using layer 7 criteria (#8839) 2020-10-06 17:09:13 -05:00
rbac_test.go connect: support defining intentions using layer 7 criteria (#8839) 2020-10-06 17:09:13 -05:00
response.go
routes.go Add session flag to cookie config 2020-09-11 18:34:03 -06:00
routes_test.go Add session flag to cookie config 2020-09-11 18:34:03 -06:00
server.go Add server receiver to routes and log tgw err 2020-09-03 16:19:58 -06:00
server_oss.go
server_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
testing.go
xds.go