[
https://issues.apache.org/jira/browse/GEODE-837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15319522#comment-15319522
]
ASF subversion and git services commented on GEODE-837:
-------------------------------------------------------
Commit 5c048b388d61ca3685af5f9425e53e406ee080cf in incubator-geode's branch
refs/heads/feature/GEODE-837 from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=5c048b3 ]
Merge remote-tracking branch 'origin/develop' into feature/GEODE-837
> Jenkins is not picking up test results
> --------------------------------------
>
> Key: GEODE-837
> URL: https://issues.apache.org/jira/browse/GEODE-837
> Project: Geode
> Issue Type: Bug
> Components: build
> 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)