JohanSpannare;8250 wrote:
Then i queued all test in the repository class (since i was in manual mode i want to run all impacted tests).
Then i got the same result causing the assembly to be flagged as "First time build" and all servers in the grid node did a rebuild.
I strongly suspect these tests are making changes to your foreground solution when they run. Check them for absolute path references.
A diagnostic approach that can often help here is to flag your entire source code tree as read-only (or remove write permissions to it). If you then run any code that attempts to change the foreground solution, this code will then throw an exception .. hopefully making it easier to identify.
If you can resend another bug report with this issue while you are disconnected from the grid, there's a chance I might be able to flag up the file(s) being changed.