Your docs say the following for @QuarkusTestResources
Returning new system properties implies running parallel tests in different JVMs.
Do you have any evidence of this? I haven't found any and this does not seem to agree with my experience. I've found that any@QuarkusTestResources applied to any test classes (whether it is the current test or not) get their system properties set. Quarkus seems to launch the application once and only once for all tests
Your docs say the following for
@QuarkusTestResource
sDo you have any evidence of this? I haven't found any and this does not seem to agree with my experience. I've found that any
@QuarkusTestResource
s applied to any test classes (whether it is the current test or not) get their system properties set. Quarkus seems to launch the application once and only once for all tests