Migrate to structured logging (klog)
This commit is contained in:
parent
93ac8d5a21
commit
108637bb1c
31 changed files with 161 additions and 171 deletions
|
|
@ -135,7 +135,7 @@ var _ = framework.DescribeAnnotation("affinitymode", func() {
|
|||
response = request.WithCookies(cookies).Expect()
|
||||
try++
|
||||
}
|
||||
assert.LessOrEqual(ginkgo.GinkgoT(), try, 29, "Tries reached it's maximum, backends did not deployed in time.")
|
||||
assert.LessOrEqual(ginkgo.GinkgoT(), try, 29, "Tries reached it's maximum, backends did not deployed in time")
|
||||
|
||||
// brand new backends equals new hostname
|
||||
newHostName := getHostnameFromResponseBody(response.Body().Raw())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue