autophagy opened a new pull request, #26551:
URL: https://github.com/apache/flink/pull/26551

   ## What is the purpose of the change
   
   Currently, the PyFlink pytests are run sequentially on a single CPU core. 
This PR adds the `pytest-xdist` plugin that creates workers for each CPU core 
available and distributes the tests across them. On the Github runners this 
leads to shaving off 4-5 mins per tox test run, and scales with the number of 
cores available.
   
   ## Brief change log
   
   - *Added `pytest-xdist` plugin for parallelising Flink Python pytest runs in 
CI*


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

Reply via email to