testcontainers-go icon indicating copy to clipboard operation
testcontainers-go copied to clipboard

[Bug]: HTTPStrategy checks are slow

Open stevenh opened this issue 1 year ago • 0 comments

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

stevenh avatar Oct 18 '24 15:10 stevenh