----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/44020/ -----------------------------------------------------------
(Updated Feb. 25, 2016, 11:45 p.m.) Review request for geode, Anthony Baker and Dan Smith. Changes ------- Moving the tests to geode-assembly, which is already set up to have test depend on the installed product. The tests have been modified to fail fast if run under an IDE like Eclipse and a JIRA ticket has been created for this problem. Changes to AgentUtil have been reverted. Repository: geode Description ------- A number of unit tests were still sitting in the work queue to be moved to open-source including all of the REST API tests. This change set shows the build changes and AgentUtil changes needed to accomodate the new tests but does not show the new tests. The tests are being added to the geode-web-api project, and all of the support classes in geode-core's com.gemstone.gemfire.rest.internal.web.controllers package are being moved to that project. Diffs (updated) ----- geode-assembly/build.gradle 2a46147c04061a709bc5ae7b2ff596a6083ec5a6 gradle/dependency-versions.properties 611ee7a413d70d9c72b5ca0a5384b4dee7c26c60 Diff: https://reviews.apache.org/r/44020/diff/ Testing ------- The new tests pass when run from gradle or eclipse Thanks, Bruce Schuchardt