mirror of https://github.com/linkerd/linkerd2.git
Fixes #3332 Fixes the very rare test failure ``` --- FAIL: TestGetProfiles (0.33s) --- FAIL: TestGetProfiles/Returns_server_profile (0.11s) server_test.go:228: Expected 1 or 2 updates but got 3: [retry_budget:<retry_ratio:0.2 min_retries_per_second:10 ttl:<seconds:10 > > routes:<condition:<path:<regex:"/a/b/c" > > metrics_labels:<key:"route" value:"route1" > timeout:<seconds:10 > > retry_budget:<retry_ratio:0.2 min_retries_per_second:10 ttl:<seconds:10 > > routes:<condition:<path:<regex:"/a/b/c" > > metrics_labels:<key:"route" value:"route1" > timeout:<seconds:10 > > retry_budget:<retry_ratio:0.2 min_retries_per_second:10 ttl:<seconds:10 > > ] FAIL FAIL github.com/linkerd/linkerd2/controller/api/destination 0.624s ``` that occurs when a third unexpected stream update occurs, when the fake API takes more time to notify its listeners about the resources created. For all the nasty details check #3332 |
||
---|---|---|
.. | ||
watcher | ||
client.go | ||
endpoint_translator.go | ||
endpoint_translator_test.go | ||
fallback_profile_listener.go | ||
fallback_profile_listener_test.go | ||
profile_translator.go | ||
profile_translator_test.go | ||
server.go | ||
server_test.go | ||
traffic_split_adaptor.go | ||
traffic_split_adaptor_test.go |