Skip to content

Commit

Permalink
test(outputs.sql): Update wait for log message (#15459)
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj authored Jun 5, 2024
1 parent 9463df8 commit c8d9ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/outputs/sql/sql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c8d9ae1

Please sign in to comment.