Error in generating UnitTestsJUnitReport.xml in Junit-> XML document structures must start and end within the same entity While running ms test

0

I have been facing issue from some days, I have a jenkins server and configured to use MSTest.exe for my unit test execution in ASP.net Application. This is weird as this comes for a particular SVN link. Every other SVN source code is executing well.

Below is the log of console:

TestResults\UnitTestReport.trx D:\Sonar\Tools\mstest-to-junit.xsl -o TestResults\UnitTestsJUnitReport.xml

Error occurred while executing stylesheet 'D:\Sonar\Tools\mstest-to-junit.xsl'.

Code: 0x8007000e Not enough storage is available to complete this operation.

I tried restarting the server and creating a copy from Executable build but the problem still occured

** I have 1800+ unit tests**

junit
jenkins-mstest
asked on Stack Overflow Jul 21, 2017 by Pavan Shaunkani

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0