test(outputs.sql): Update wait for log message (#15459)

This commit is contained in:
Joshua Powers 2024-06-05 10:21:31 -06:00 committed by GitHub
parent 9463df875f
commit c8d9ae15b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ func TestMysqlIntegration(t *testing.T) {
ExposedPorts: []string{servicePort},
WaitingFor: wait.ForAll(
wait.ForListeningPort(nat.Port(servicePort)),
wait.ForLog("Buffer pool(s) load completed at"),
wait.ForLog("mariadbd: ready for connections.").WithOccurrence(2),
),
}
err = container.Start()