testcontainers / testcontainers/testcontainers-php
WaitForLog timeout too short
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 215
- Forks
- 34
- Avg merge
- 1h 59m
- Merged PRs (30d)
- 3
Description
Hi,
I think the 10s timeout for WaitForLog is too short.
I had to manually set it with:
->withWait(new WaitForLog( 'PostgreSQL init process complete; ready for start up.', false, 60_000 ))
In testcontainers-java it's 60s if I'm not mistaken.
See:
https://github.com/testcontainers/testcontainers-java/blob/main/core/src/main/java/org/testcontainers/containers/wait/strategy/LogMessageWaitStrategy.java
And:
https://github.com/testcontainers/testcontainers-java/blob/main/core/src/main/java/org/testcontainers/containers/wait/strategy/AbstractWaitStrategy.java
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the PHP WaitForLog implementation and its default timeout. Compare the current 10-second behavior with the 60-second expectation described here, then verify that the default wait duration is updated without requiring the manual override shown in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100