potiuk commented on PR #28047:
URL: https://github.com/apache/airflow/pull/28047#issuecomment-1344333515

   BTW. You can also locally do this:
   
   ```
   breeze testing tests --run-in-parallell
   ```
   
   This will do EXACTLY what is being done in the CI - it will run all the 
tests in parallel in the same way as in CI - if you have big enough local 
machine (> 32 GB for docker) 8 CPUS - it will run with the same number of 
parallel tests as the tests we run in CI, so if there is any side effect of 
those tests running in parallel (there should not be because each of them uses 
a separate `docker-compose` started - you will be able to see it there yourself 
(I.e. how memory usage grows when you run the tests in parallel).
   
   This should enable you to fully reproduce locally what you see 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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to