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
Use loopback address in RemoteClusterConnectionTests
Replaced the usage of `InetAddress.getLocalHost()` with
`InetAddress.getLoopbackAddress()` in the `testSlowNodeCanBeCancelled`
test to make it work on Debian 12 where `InetAddress.getLocalHost()`
may return non-existing address due to incorrectly set value in
`/etc/hosts` by GCP VM script `google_set_hostname`.
0 commit comments