MM-16400: Adding more control over bind and advertising address in cluster configuration (#11283)

Этот коммит содержится в:
Jesús Espino
2019-06-26 09:40:19 +02:00
коммит произвёл GitHub
родитель 8f0216c57f
Коммит e53dba3848
3 изменённых файлов: 18 добавлений и 4 удалений

Просмотреть файл

@@ -53,7 +53,7 @@ func TestClusterDiscovery(t *testing.T) {
o.Hostname = ""
o.AutoFillHostname()
o.AutoFillIpAddress("")
o.AutoFillIpAddress("", "")
o.Hostname = ""
o.AutoFillIpAddress("")
o.AutoFillIpAddress("", "")
}