We understand that, Consider: Single hub with Node (5 Sessions). When we run tests suite(with 25 tests) then those tests will run in parallel 5 at a time. when nodes get free next test will be picked up.
But how this works:
Consider: Single hub with Node (5 Sessions).
When we run multiple test suites targeted to same HUG. (4 test suites each having 25 tests in it). if I run First Test suite targeted to that HUG, there will be 5 sessions will run in parallel. when this is in progress, if we start another set of test suite targeted to same HUB, will test cases in Second Suite need to wait until first suite complete? what will happen when all 4 suites started one after another?