testcontainers-go
testcontainers-go copied to clipboard
[Bug]: HTTPStrategy checks are slow
Testcontainers version
0.33.0
Using the latest Testcontainers version?
Yes
Host OS
N/A
Host arch
N/A
Go version
N/A
Docker version
N/A
Docker info
N/A
What happened?
Due to the way HTTPStrategy processes its requirements it will always wait until the timeout as there is no way to return a fatal error.
We should look to refactor these to allow them to return an error similar to how filepath.Walk works.
Relevant log output
No response
Additional information
No response