You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dan Smith (JIRA)" <ji...@apache.org> on 2016/01/23 01:41:39 UTC

[jira] [Created] (GEODE-837) Jenkins is not picking up test results

Dan Smith created GEODE-837:
-------------------------------

             Summary: Jenkins is not picking up test results
                 Key: GEODE-837
                 URL: https://issues.apache.org/jira/browse/GEODE-837
             Project: Geode
          Issue Type: Bug
            Reporter: Dan Smith


After c5efb80518abc2a2c7390af1d46e7c5892801e55, where we stopped searching for specific test names, jenkins is no longer reporting dunit test results.

The tests are still being run, but the XML reports that jenkins uses are empty.

I tracked the issue down partially. It looks like what is happening is the dunit tests are running and reporting results, but then when the integration tests run, it generates new XML files that overrwrite the dunit results in gemfire-core/build/test-results with files that look like this (see how there are no test results reported)

{noformat}
<testsuite name="com.gemstone.gemfire.test.dunit.tests.BasicDUnitTest" tests="0" skipped="0" failures="0" errors="0" timestamp="1970-01-01T00:00:00" hostname="dsmith-virtual" time="0.0">
{noformat}

It looks like this has something to do with the junit category stuff. Unit tests files aren't getting stomped on like this, but dunit test files are. Perhaps something to do with the DistributedTestCase hierarchy.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)