Kai Stapel

Results 6 comments of Kai Stapel

Hi, yes I did. That is exactly how I came accross this problem.

I updated the initial request with an example that shows the problem.

@fullkomnun and @bsideup Thanks for proposing these workarounds. We were already using the singleton container pattern to make it work. Still, imo, this ticket makes sense to fix the [TestcontainersExtension](https://github.com/testcontainers/testcontainers-java/blob/master/modules/junit-jupiter/src/main/java/org/testcontainers/junit/jupiter/TestcontainersExtension.java)...

Please note that this ticket is only about the problem when adding `@TestInstance(TestInstance.Lifecycle.PER_CLASS)` on the test class. Without it everything seems to work fine and as expected (including only starting...

I assume you configured a stream timeout, didn't you? The cause of the problem seems to be the assumption made in ```successfulResponseAndCustomStreamTimeout()``` does not always hold true. For example, in...