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:53:39 UTC

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

    [ https://issues.apache.org/jira/browse/GEODE-837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15113420#comment-15113420 ] 

Dan Smith commented on GEODE-837:
---------------------------------

I checked in a workaround for this issue to exlude tests by name, but we should probably find a better way to fix this.

> 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
>            Assignee: Kirk Lund
>
> 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)