mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
Add some more debugging info so we can determine why this test is flaking
This commit is contained in:
parent
43f9280a5d
commit
4cd0997dbf
@ -788,6 +788,7 @@ func waitForGuestbookResponse(c *client.Client, cmd, arg, expectedResponse strin
|
|||||||
if err == nil && res == expectedResponse {
|
if err == nil && res == expectedResponse {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
Logf("Failed to get response from guestbook. err: %v, response: %s", err, res)
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user