open-consul/connect/proxy
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
..
config.go Allow users to configure either unstructured or JSON logging (#7130) 2020-01-28 17:50:41 -06:00
config_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
conn.go fix typos reported by golangci-lint:misspell (#5434) 2019-03-06 11:13:28 -06:00
conn_test.go Flaky test overhaul (#6100) 2019-07-12 09:52:26 -06:00
listener.go Allow users to configure either unstructured or JSON logging (#7130) 2020-01-28 17:50:41 -06:00
listener_test.go Allow users to configure either unstructured or JSON logging (#7130) 2020-01-28 17:50:41 -06:00
proxy.go push prometheus sink definiitons into prometheus.PrometheusOpts 2020-11-16 12:44:47 -08:00
proxy_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
testing.go sdk: add freelist tracking and ephemeral port range skipping to freeport 2019-09-17 14:30:43 -05:00