-
Bug
-
Resolution: Duplicate
-
Major
-
None
We are using the option "Publish test results" for all our build jobs
and are specifiying the following pattern for "Test results in XML format:"
"_test/results/TEST_*.xml"
When our ant build script is completed, there are the following files available matching this pattern:
_test/results/TEST_hmm.xml
_test/results/TEST_mssql2008.xml
_test/results/TEST_oracle11g.xml
_test/results/TESTS-TestSuites
Since we updated to Jenkins 1.454, the file "_test/results/TEST_oracle11g.xml" will not be included anymore in the resulting test report (JOB/builds/TIMESTAMP/junitResult.xml) for all our builds.
Only "TEST_hmm.xml" and "TEST_mssql2008.xml" are considered.
Symptoms:
- The build succeeds even if some of our Oracle tests fail
- The test result trend graph shows the wrong number of test
The listed files are all available in the specified directory and the HTML test report, which we create additionally, includes all test results.
An update to Jenkins 1.455 did not help.
Please let me know if you need any further information.
- duplicates
-
JENKINS-13214 Tests with the same name are no longer reported in the test results
- Resolved