Sean R. Abraham
Sean R. Abraham
Alex DMed the following to me: "Yeah it's going to be a tiny change like s#external/#../# but the hard part is where that line is 🙂"
FYI @riannucci. This makes it so that `go test ./...` totally passes for me, which is awesome
I just encountered what I think is the same issue. It happens when two different int types are compared. ```go func TestSillyDiff(t *testing.T) { type value struct { v any...
Hey Antonio, note that you can define your own ShouldResembleProto and use that with GoConvey. That's exactly what the Chrome infrastructure team has done, as they're big users of GoConvey...
This seemed like a good place to remark on my experience in the last couple of days with mounts, as a testcontainers-go user. My bind mounts quietly stopped working when...
Regarding bind mount breakage at 0.27.0, I made a separate bug report here with a very simple reproduction: https://github.com/testcontainers/testcontainers-go/issues/2179
and here's a demo of named volumes not getting deleted by ryuk: https://github.com/srabraham/demovolume/blob/main/main.go
@mdelapenya in case you missed it, please have a look at my additional demo above (https://github.com/testcontainers/testcontainers-go/issues/2163#issuecomment-1919561727), which shows how named volumes don't get cleaned up by Ryuk.
Awesome, thanks!
Also, @jayked, have you considered permitting people to file issues on this fork? https://stackoverflow.com/questions/16406180/is-there-a-way-to-add-issues-to-a-github-forked-repo-without-modifying-the-orig