Open
Description
Hi,
I would like to know if it's possible to run more workers than the CPU # on a single machine. I was think remote Socket Servers is a way to go, but it doesn't seem to work the way I needed( Workers are run locally?).
What I am trying to do:
pytest -n auto --dist=loadscope --tx socket=<second test server ip>:8888 --rsyncdir tests
To get tests loadbalance between two test servers
Any suggestions how I could scale up the tests run in parallel?