ambitious-xylophone-5772
11/01/2022, 6:03 PMxdist_enabled
option. I’ve set it to be true in pants.toml
, but I’m not exactly sure if my tests are being run in parallel underneath. Checking htop
isn’t really giving me an indicationsparse-lifeguard-95737
11/01/2022, 6:23 PMps ax | grep pex
and looking for usage of the -n
flag-n 1
if the engine schedules a ton of concurrent processes 😕pytest
process - I haven’t tried combining it with xdist yet, but I’m hopeful the two together will behave like most people expectambitious-xylophone-5772
11/01/2022, 6:35 PMps ax
, seems like it is -n 1
happy-kitchen-89482
11/01/2022, 6:48 PM./pants test --output=all ...
you’ll see all the pytest output, so that should tell you?