You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 testsThe text was updated successfully, but these errors were encountered: