Whenever we try and run a distributed load test on our TFS test controller, we get the following error message:
The ObjectManager found an invalid number of fixups. this usually indicates a problem in the formatter.
I've created the world's simplest test to ensure it's not a problem with my code:
My test looks like this:
[TestClass] public class UnitTest1 { [TestMethod] public void TestMethod1() { Assert.IsTrue(true); } } And the load-test configuration looks like this:
Environment
The environment is very simple - 1 TFS server, 1 TFS Test Controller, and 1 TFS Test Agent (on separate servers).
Things I have tried
I have tried recreating the LoadTest2010 database using the instructions here.
I have confirmed that the same test works both locally, and on Visual Studio Online load testing.

