mirror of https://github.com/linkerd/linkerd2.git
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> |
||
---|---|---|
.. | ||
client.go | ||
dns.go | ||
dns_test.go | ||
server.go | ||
server_test.go |