mxm opened a new pull request, #13675:
URL: https://github.com/apache/iceberg/pull/13675

   This adds the `testParallelism` property which allows to set the number of 
Gradle workers for test tasks. The default remains 1 worker (no concurrency).
   
   I found myself frequently editing the `test` section of the Flink builds to 
speed up the build. The speedup is linear to the number of workers used, given 
that the machine can keep up.
   
   Example:
   ```
   ./gradlew :iceberg-flink:iceberg-flink-2.0:check -PtestParallelism=8
   ```
   
   Initially, I was planning to add this only to the Flink build files, but I 
think all other modules of Iceberg can benefit from this build setting.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to