Commit 58167fcf authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #46202 from lixiaobing10051267/masterServerTest

Automatic merge from submit-queue print the name of invalid host to help to fix the bug print the name of invalid host to help to fix the bug.
parents 99eee154 a78eeebe
...@@ -31,7 +31,7 @@ func TestParseServerURIGood(t *testing.T) { ...@@ -31,7 +31,7 @@ func TestParseServerURIGood(t *testing.T) {
reference := "127.0.0.1:2379" reference := "127.0.0.1:2379"
if host != reference { if host != reference {
t.Fatal("server uri was not parsed correctly") t.Fatalf("server uri was not parsed correctly, host %s was invalid", host)
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment