linkerd2/controller/heartbeat
Oliver Gould fa8ddb4801
Use go-test/deep for comparisons in tests (#8427)
We frequently compare data structures--sometimes very large data
structures--that are difficult to compare visually. This change replaces
uses of `reflect.DeepEqual` with `deep.Equal`. `go-test`'s `deep.Equal`
returns a diff of values that are not equal.

Signed-off-by: Oliver Gould <ver@buoyant.io>
2022-05-05 09:31:07 -07:00
..
heartbeat.go Add read limits in various places (#7968) 2022-03-03 09:59:43 -08:00
heartbeat_test.go Use go-test/deep for comparisons in tests (#8427) 2022-05-05 09:31:07 -07:00