[3.25.0.3]
Hi, I was curious if NCrunch has some logic of prioritizing tests with exclusively used resource, before tests without it?
In my scenario I have a lot of db integration tests (exclusively uses "Database"), and "logically" I would expect that 1 core on each grid node focuses on these long running tests, and let the other available core(s) execute the non exclusively uses tests in order to optimize the throughput.
In my scenario the nodes are at the end only using 1 core each since all of them are busy with running the database tests.
Se below pictures for example, thanks.
Nodes prioritizing non exclusive testsOnly exclusive used tests remaining to be executed at the end (where it could just as well executed non exclusive tests as well instead of prioritizing them earlier)