@@ -1144,7 +1144,7 @@ metadata:
1144
1144
waitForOrFailWithDebug (1 )
1145
1145
forEachPod (func (pod v1.Pod ) {
1146
1146
e2elog .Logf ("wait on redis-master startup in %v " , ns )
1147
- framework .LookForStringInLog (ns , pod .Name , "redis-master" , "The server is now ready to accept connections" , framework .PodStartTimeout )
1147
+ framework .LookForStringInLog (ns , pod .Name , "redis-master" , "Ready to accept connections" , framework .PodStartTimeout )
1148
1148
})
1149
1149
validateService := func (name string , servicePort int , timeout time.Duration ) {
1150
1150
err := wait .Poll (framework .Poll , timeout , func () (bool , error ) {
@@ -1323,7 +1323,7 @@ metadata:
1323
1323
waitForOrFailWithDebug (1 )
1324
1324
forEachPod (func (pod v1.Pod ) {
1325
1325
ginkgo .By ("checking for a matching strings" )
1326
- _ , err := framework .LookForStringInLog (ns , pod .Name , containerName , "The server is now ready to accept connections" , framework .PodStartTimeout )
1326
+ _ , err := framework .LookForStringInLog (ns , pod .Name , containerName , "Ready to accept connections" , framework .PodStartTimeout )
1327
1327
framework .ExpectNoError (err )
1328
1328
1329
1329
ginkgo .By ("limiting log lines" )
0 commit comments