Forum member

robjac

3 posts

Posts by robjac

  1. Console farms out a excessive number of tests to a single processing thread

    That's great, removing the cache files did the trick It makes sense as the issue started directly following some dotnet version updates on the node machines which caused nearly all the tests to fail immediately Thanks for your help!

  2. Console farms out a excessive number of tests to a single processing thread

    Hi thanks for getting back to me Can you share any more details about how you're observing this? Is this using the timeline report? -- The full test pack is executed in an azure devops pipeline so while the job is running we can observe what the nodes are doing in the Distributed Process…

  3. Console farms out a excessive number of tests to a single processing thread

    Hi, We run a pack of around 6000 specflow dotnet6 regression tests daily, with a console farming out tasks to 4 grid nodes, all on Windows 2022 server VMs On the first node that finishes building the test project, the console farms out 8 tests on 5 processing threads and then 5793 tests on the…