Jonathan Hall
Jonathan Hall
Small update: I've created a new user account with pristine Kubernetes config, and run the same test, and it's still failing. It must be something else. :confused:
After adding some `set -x` to `e2e-kind.sh`, I see that the failure occurs on this command: ``` + docker_exec kubectl cluster-info + docker exec --interactive ct kubectl cluster-info ``` So...
Thanks for the PR. My concern with this is that I think it's overly prescriptive. It's not _always_ adviseable to set max connections to 1. It depends a lot on...
I'm investigating this closer today, and trying to reproduce it locally, to verify that this is the optimal solution, bit I'm not able to trigger the error, using either your...
I'm on holiday now, but when I return, I intend to get back into this and merge it, or an alternative fix, based on my investigation.
My apologies to everyone for my delay in getting back to this. I was able to re-produce the problem locally with the hints above. And while I don't think the...
I'm in favor of env variables, but I see that as a great addition to the use of testcontainers. Testcontainers also works great in GitHub actions, so could serve to...
I'm happy to throw together a PoC PR for your review, @Yiling-J.
Go 1.20 support is currently [under active development](https://github.com/gopherjs/gopherjs/issues/1270), and nearing completion, with the exception of Generics support, which is simultaneously [under active development](https://github.com/gopherjs/gopherjs/issues/1013). Once these two objectives are complete, we'll...
I'm in principle in favor of the proposal. I'm only concerned that the fact that we haven't done a complete release in quite some time may mean that there may...