Our continuous integration server is powered by Hudson with MSTest. We use the Hudson MSTest plugin.
Everything works fine, except there is a problem when a data driven unit test fails. The MSTest plugin does not know to drill further down the data rows, like the Visual Studio does when one clicks on a failed data driven unit test.
So, when a data driven unit test fails the error report in Hudson is absolutely useless - no stack, no reason - nothing.
How do I fix it? I will gladly abandon the MSTest plugin if there is another solution.