Michelle Fernandez Bieber
Michelle Fernandez Bieber
Thanks! Actually, I had compiled and tested the implementation of course. But please verify!
@joejulian and @yxxhero: obviously I won't review my own PR, but for the future: it seems like Helm needs more reviewers/maintainers. How can I help?
Hi guys, what about my PR, is that of no interest?
@yxxhero: did you find time to look at the PR? I believe quite some people would benefit from it. Can I do something to help finish that up?
@bsideup: @marciovmartins submitted this PR: https://github.com/testcontainers/testcontainers-java/pull/3220 Do you think this would safely enable parallelism? I would also appreciate much the possibility to run our test containers tests in parallel to...
Thanks, @bsideup for the quick reply! I run into issues using this, though 😢. My tests start to fail when using the suggested singleton pattern. **TL;DR: By setting `test.maxParallelForks(8)` in...
> @bsideup So you're saying we're able to run parallel JUnit 5 tests and this issue can be closed as fixed? At least with my experiments, this **seems to be...
> @mfbieber have you considered making the container static first? It looks like you were starting a container per test. Even without the parallel mode, just making the container static...
@bsideup thanks for your reply and explanations. I am aware that it is resource expensive to run that many containers at once. Since running containers in parallel is possible (and...
Hi, I have submitted a PR a year ago ;) https://github.com/helm/helm/pull/10603 Someone just needs to look into it!