open-consul/agent/xds
Matt Keeler 0a0775b9a6 Fix a bunch of xds flaky tests
The clusters/endpoints test were still relying on deterministic ordering of clusters/endpoints which cannot be relied upon due to golang purposefully not providing any guarantee about consistent interation ordering of maps.

Also fixed a small bug in the connect proxy cluster generation that was causing the clusters slice to be double the size it needed to with the first half being all nil pointers.
2019-07-02 15:53:06 -04:00
..
testdata Fix a bunch of xds flaky tests 2019-07-02 15:53:06 -04:00
clusters.go Fix a bunch of xds flaky tests 2019-07-02 15:53:06 -04:00
clusters_test.go Fix a bunch of xds flaky tests 2019-07-02 15:53:06 -04:00
config.go Implement Mesh Gateways 2019-07-01 16:28:30 -04:00
config_test.go Connect: allow configuring Envoy for L7 Observability (#5558) 2019-04-29 17:27:57 +01:00
endpoints.go Implement mesh gateway management of service subsets 2019-07-02 10:29:37 -04:00
endpoints_test.go Fix a bunch of xds flaky tests 2019-07-02 15:53:06 -04:00
golden_test.go Connect: allow configuring Envoy for L7 Observability (#5558) 2019-04-29 17:27:57 +01:00
listeners.go activate most discovery chain features in xDS for envoy (#6024) 2019-07-01 22:10:51 -05:00
listeners_test.go Implement Mesh Gateways 2019-07-01 16:28:30 -04:00
response.go activate most discovery chain features in xDS for envoy (#6024) 2019-07-01 22:10:51 -05:00
routes.go activate most discovery chain features in xDS for envoy (#6024) 2019-07-01 22:10:51 -05:00
server.go Implement Mesh Gateways 2019-07-01 16:28:30 -04:00
server_test.go Implement Mesh Gateways 2019-07-01 16:28:30 -04:00
sni.go Implement mesh gateway management of service subsets 2019-07-02 10:29:37 -04:00
testing.go Upgrade xDS (go-control-plane) API to support Envoy 1.10. (#5872) 2019-06-07 07:10:43 -05:00
xds.go Update links to envoy docs on xDS protocol (#5871) 2019-06-03 11:03:05 -05:00