snazy opened a new pull request, #2726: URL: https://github.com/apache/polaris/pull/2726
This changes introduces a build-scoped limit on concurrently running `test` tasks and other test task like `intTest`. The defaults are: * "num-available-processory / 4" for `Test` tasks except `test`, optionally configurable via the system property `polaris.intTestParallelism` * "num-available-processory / 2" for `Test` tasks named `test`, optionally configurable via the system property `polaris.testParallelism` This change also moves the common fork and heap related settings for Quarkus tests to the `polaris-runtime` build plugin. Overall, this change helps constraining the CPU/heap pressure to any developer system. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
