mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-29 14:16:26 +00:00
missing the format string
Signed-off-by: yanxuean <yan.xuean@zte.com.cn>
This commit is contained in:
@@ -194,7 +194,7 @@ var _ = framework.KubeDescribe("[Feature:Example]", func() {
|
|||||||
forEachPod(selectorKey, selectorValue, func(pod v1.Pod) {
|
forEachPod(selectorKey, selectorValue, func(pod v1.Pod) {
|
||||||
_, maErr := framework.LookForStringInLog(f.Namespace.Name, pod.Name, "spark-master", "Starting Spark master at", serverStartTimeout)
|
_, maErr := framework.LookForStringInLog(f.Namespace.Name, pod.Name, "spark-master", "Starting Spark master at", serverStartTimeout)
|
||||||
if maErr != nil {
|
if maErr != nil {
|
||||||
framework.Failf("Didn't find target string. error:", maErr)
|
framework.Failf("Didn't find target string. error: %v", maErr)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user