You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testserver: rename Serving(RPC|SQL)Addr to Adv(RPC|SQL)Addr
Prior to this commit, we had methods on TestServer called
"ServingXXXAddr" but under the hood were referring to the advertised
addresses in the config struct. This was confusing.
This patch updates the name of the methods to use "Adv" to be coherent
with the field they are exposing.
Release note: None
0 commit comments