open-consul/agent/cache-types
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
..
catalog_datacenters.go
catalog_datacenters_test.go ci: enable SA4006 staticcheck check 2020-06-16 13:10:11 -04:00
catalog_list_services.go agent/cache: Use AllowNotModifiedResponse in CatalogListServices 2020-07-14 18:58:20 -04:00
catalog_list_services_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
catalog_service_list.go
catalog_service_list_test.go
catalog_services.go
catalog_services_test.go Enable gofmt simplify 2020-06-16 13:21:11 -04:00
config_entry.go
config_entry_test.go
connect_ca_leaf.go cache-types: skip tests with races 2020-10-08 20:15:13 -04:00
connect_ca_leaf_oss.go
connect_ca_leaf_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
connect_ca_root.go
connect_ca_root_test.go
discovery_chain.go
discovery_chain_test.go
federation_state_list_gateways.go
federation_state_list_gateways_test.go
gateway_services.go Move GatewayServices out of Internal 2020-06-12 13:46:47 -06:00
gateway_services_test.go Move compound service names to use ServiceName type 2020-06-12 13:47:43 -06:00
health_services.go
health_services_test.go
intention_match.go
intention_match_test.go
mock_RPC.go
node_services.go
node_services_test.go
norace_test.go cache-types: skip tests with races 2020-10-08 20:15:13 -04:00
options.go Disable background cache refresh for Connect Leaf Certs 2020-07-21 12:19:25 -04:00
prepared_query.go
prepared_query_test.go
race_test.go cache-types: skip tests with races 2020-10-08 20:15:13 -04:00
resolved_service_config.go
resolved_service_config_test.go Enable gofmt simplify 2020-06-16 13:21:11 -04:00
rpc.go
service_checks.go Return nil value on error. 2020-08-05 13:10:17 -04:00
service_checks_test.go
service_dump.go end to end changes to pass gatewayservices to /ui/services/ 2020-07-30 10:21:11 -06:00
service_dump_test.go Fix test build 2020-08-06 11:31:56 -06:00
streaming_events_test.go proto: remove Event.Key field 2020-10-28 16:33:00 -04:00
streaming_health_services.go Applied suggestions from @dnephin 2020-11-25 21:40:51 +01:00
streaming_health_services_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
streaming_test.go cache-type: use namespace in tests 2020-10-30 15:07:04 -04:00
testing.go cache-types: skip tests with races 2020-10-08 20:15:13 -04:00