open-consul/agent/consul/state
Daniel Nephin e8a883e829
Replace goe/verify.Values with testify/require.Equal (#7993)
* testing: replace most goe/verify.Values with require.Equal

One difference between these two comparisons is that go/verify considers
nil slices/maps to be equal to empty slices/maps, where as testify/require
does not, and does not appear to provide any way to enable that behaviour.

Because of this difference some expected values were changed from empty
slices to nil slices, and some calls to verify.Values were left.

* Remove github.com/pascaldekloe/goe/verify

Reduce the number of assertion packages we use from 2 to 1
2020-06-02 12:41:25 -04:00
..
acl.go Catalog + Namespace OSS changes. (#7219) 2020-02-10 10:40:44 -05:00
acl_oss.go AuthMethod updates to support alternate namespace logins (#7029) 2020-01-14 10:09:29 -05:00
acl_test.go AuthMethod updates to support alternate namespace logins (#7029) 2020-01-14 10:09:29 -05:00
autopilot.go
autopilot_test.go Replace goe/verify.Values with testify/require.Equal (#7993) 2020-06-02 12:41:25 -04:00
catalog.go Update agent/consul/state/catalog.go 2020-05-20 16:34:14 -04:00
catalog_oss.go Terminating gateway discovery (#7571) 2020-04-08 12:37:24 -06:00
catalog_test.go Replace goe/verify.Values with testify/require.Equal (#7993) 2020-06-02 12:41:25 -04:00
config_entry.go Restoring config entries updates the gateway-services table (#7811) 2020-05-08 13:24:33 -05:00
config_entry_oss.go Restoring config entries updates the gateway-services table (#7811) 2020-05-08 13:24:33 -05:00
config_entry_test.go Restoring config entries updates the gateway-services table (#7811) 2020-05-08 13:24:33 -05:00
connect_ca.go
connect_ca_test.go Replace goe/verify.Values with testify/require.Equal (#7993) 2020-06-02 12:41:25 -04:00
coordinate.go
coordinate_test.go Replace goe/verify.Values with testify/require.Equal (#7993) 2020-06-02 12:41:25 -04:00
delay.go
delay_test.go
federation_state.go wan federation via mesh gateways (#6884) 2020-03-09 15:59:02 -05:00
graveyard.go
graveyard_oss.go
graveyard_test.go
index_connect.go
index_connect_test.go
index_service_kind.go
intention.go Intentions ACL enforcement updates (#7028) 2020-01-13 15:51:40 -05:00
intention_test.go
kvs.go Preserve ModifyIndex for unchanged entry in KVS TXN (#7832) 2020-05-14 13:25:04 -06:00
kvs_oss.go
kvs_test.go
operations_oss.go
prepared_query.go
prepared_query_index.go
prepared_query_index_test.go
prepared_query_test.go
schema.go
schema_test.go
session.go
session_oss.go
session_test.go Remove outdated TODO (#7244) 2020-02-07 13:14:48 -07:00
state_store.go agent: increase watchLimit to 8192. (#7200) 2020-02-04 13:11:30 +01:00
state_store_oss_test.go Updates to Config Entries and Connect for Namespaces (#7116) 2020-01-24 10:04:58 -05:00
state_store_test.go Ingress Gateways for TCP services (#7509) 2020-04-16 14:00:48 -07:00
tombstone_gc.go
tombstone_gc_test.go
txn.go state: use an error to indicate compare failed 2020-05-20 12:43:33 -04:00
txn_test.go Replace goe/verify.Values with testify/require.Equal (#7993) 2020-06-02 12:41:25 -04:00