linkerd2/controller/k8s
Alex Leong dc2b96f903
Sort slices to avoid flakeyness in tests (#3064)
The `TestGetServicesFor` is flaky because it compares two slices of services which are in a non-deterministic order.

To make this deterministic, we first sort the slices by name.

Signed-off-by: Alex Leong <alex@buoyant.io>
2019-07-16 16:03:21 -07:00
..
api.go Make the routes command traffic split aware (#3030) 2019-07-10 12:45:35 -07:00
api_test.go Sort slices to avoid flakeyness in tests (#3064) 2019-07-16 16:03:21 -07:00
clientset.go Add support for TrafficSplits (#2897) 2019-06-11 10:04:42 -07:00
test_helper.go Sort slices to avoid flakeyness in tests (#3064) 2019-07-16 16:03:21 -07:00