test(outputs.sql): Update wait for log message (#15459)
This commit is contained in:
parent
9463df875f
commit
c8d9ae15b5
|
|
@ -185,7 +185,7 @@ func TestMysqlIntegration(t *testing.T) {
|
||||||
ExposedPorts: []string{servicePort},
|
ExposedPorts: []string{servicePort},
|
||||||
WaitingFor: wait.ForAll(
|
WaitingFor: wait.ForAll(
|
||||||
wait.ForListeningPort(nat.Port(servicePort)),
|
wait.ForListeningPort(nat.Port(servicePort)),
|
||||||
wait.ForLog("Buffer pool(s) load completed at"),
|
wait.ForLog("mariadbd: ready for connections.").WithOccurrence(2),
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
err = container.Start()
|
err = container.Start()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue