lordofthejars / quarkus-cheat-sheet

MIT License
35 stars 18 forks source link

Parallel Quarkus tests on jvms? #32

Open agentgonzo opened 4 years ago

agentgonzo commented 4 years ago

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