Gili Tzabari

Results 301 comments of Gili Tzabari

This issue is still relevant.

This issue is still relevant.

@bsideup This goes against what I am trying to do. I am trying to run multiple tests in parallel, each connecting to a separate docker container. Imagine each docker container...

@bsideup My original request was about running JUnit 5 tests in parallel. What do singleton test containers have to do with it? I don't want to reuse instances across tests....

@bsideup My goal is to run independent tests in parallel and ensure as much as possible that one test cannot impact others. Consequently, while I don't really care whether I...

@bsideup So you're saying we're able to run parallel JUnit 5 tests and this issue can be closed as fixed? Can you comment on why https://www.testcontainers.org/test_framework_integration/junit_5/ still reads: > Note:...

Great ideas. The only thing I wanted to add is the option to reboot the computer on high temperature, not just shut it down. I personally ran into an issue...

@rodneyrehm I first heard of matrix parameters in OReilly's [RESTful Web Services](http://shop.oreilly.com/product/9780596529260.do) book and have used them in production during the past 4-5 years. They are well supported by JAX-RS...

@rodneyrehm Great analysis. This brings up some questions: 1. Since keys are unique, I guess it's up to the user to decide how to pack multiple values per key-value pair?...

> > You said that;key= does not convey a null value. What does it convey then? :) > > It conveys the empty string, which is to be interpreted as...