linkerd2/controller/destination
Andrew Seigner 698e65da8b
Fix flakey dns_test (#516)
The dns_test had assumed DNS changes were deterministically ordered, but
util.DiffAddresses uses a map and therefore does not guarantee ordering.

Fix dns_test to sort TCP Addresses prior to comparison.

Fixes #515

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2018-03-05 16:50:33 -08:00
..
client.go Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
dns.go Handle ExternalName-type svcs in destination service (#490) 2018-03-02 11:30:53 -08:00
dns_test.go Fix flakey dns_test (#516) 2018-03-05 16:50:33 -08:00
server.go Handle ExternalName-type svcs in destination service (#490) 2018-03-02 11:30:53 -08:00
server_test.go Handle ExternalName-type svcs in destination service (#490) 2018-03-02 11:30:53 -08:00