0

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.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
mark
  • 59,016
  • 79
  • 296
  • 580

1 Answers1

1

I think this one just needs to be filed as an RFE to the issue tracker, so that the interested party can work on it eventually.

Kohsuke Kawaguchi
  • 3,567
  • 3
  • 19
  • 21