Steven Hartland

Results 291 comments of Steven Hartland

> For some reason, I need to set up the loadConfig tests with `RYUK_VERBOSE=false` in order to make the tests pass locally: > > A bug in the env library...

> For some reason, I need to set up the loadConfig tests with `RYUK_VERBOSE=false` in order to make the tests pass locally: > > snip... > > A bug in...

Ok so little more involved due to go bump needed new linter so we need to merge in the following order: 1. https://github.com/testcontainers/moby-ryuk/pull/160 2. https://github.com/testcontainers/moby-ryuk/pull/159 -- Also includes version bump...

@mdelapenya added some docker cli based tests for container, network, image and volume reaping so should be good to go.

There is still an issue for the case where the base domain varies. The common case for this is www.example.com vs example.com but ports also matter too. There is a...

@dolmen quick ping as @AlexanderYastrebov has updated based on your feedback

same here, randomly consumes all them memory when only running 10 pages, with a max of 100 requests per page.

Another incident of this [here](https://github.com/testcontainers/testcontainers-go/actions/runs/11690053414/job/32555534682?pr=2867) ``` FAIL TestClickHouseWithInitScripts (5.36s) 2024/11/05 19:04:55 🐳 Creating container for image clickhouse/clickhouse-server:23.3.8.21-alpine 2024/11/05 19:04:55 ✅ Container created: 88b56ce7d3a5 2024/11/05 19:04:55 🐳 Starting container: 88b56ce7d3a5 2024/11/05...

It's been a while so just checking in if we could get this over the line @brackendawson @MovieStoreGuy ?

> To me this is an acceptable change because it follows principles in the standard library. > > Two concerns: > > * This is a tiny minority of the...