testcontainers / testcontainers-rs

A library for integration-testing against docker containers from within Rust.
https://rust.testcontainers.org
Apache License 2.0
724 stars 143 forks source link

Feature request: support `wait_times` for log wait strategy. #675

Closed DDtKey closed 3 months ago

DDtKey commented 3 months ago

We need this feature to cover more possible scenarios of waiting. It should be close to semantic of testcontainers in other languages, like in Java: LogMessageWaitStrategy withTimes

Initially comes from testcontainers/testcontainers-rs-modules-community#158