You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/03/08 20:41:40 UTC

[jira] [Commented] (GEODE-1043) installDist should not depend on the module tests

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

ASF subversion and git services commented on GEODE-1043:
--------------------------------------------------------

Commit 8d7a00ee4730be009b0e2cd5dfb8b7c907ae080f in incubator-geode's branch refs/heads/develop from [~upthewaterspout]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=8d7a00e ]

GEODE-1043: Changing modules-assembly dist target to depend on assemble

The geode-modules-assembly was causing all of the module tests to get
run when running installDist. This can slow down people that are just
trying to install the product without running tests, or trying to write
tests in the geode-assembly project.


> installDist should not depend on the module tests
> -------------------------------------------------
>
>                 Key: GEODE-1043
>                 URL: https://issues.apache.org/jira/browse/GEODE-1043
>             Project: Geode
>          Issue Type: Improvement
>          Components: build
>            Reporter: Dan Smith
>            Assignee: Dan Smith
>
> I'm trying to run some of the tests in the geode-assembly project, which depend on installDist.
> Unfortunately, it takes a while to run my test, because it has to run through all of the module tests first.
> It looks like the problem is that geode-modules-assembly 'dist' target depends on the 'build' target of each module, which runs all of the tests. I think if they depend on the assemble target, this won't be a problem.



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