You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Patrick Rhomberg (JIRA)" <ji...@apache.org> on 2018/10/16 18:13:00 UTC

[jira] [Updated] (GEODE-5882) Remove resource coupling between geode-core test sets

     [ https://issues.apache.org/jira/browse/GEODE-5882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Rhomberg updated GEODE-5882:
------------------------------------
    Description: 
See comment in delta addressing GEODE-5803, below:

 
{noformat}
sourceSets {
// This works around resource-look up between integrationTest and test source-sets.
// See GEODE-5803 / GEODE-5882
  integrationTest.resources.srcDir {
    test.output.resourcesDir
  }
}{noformat}
 

This is only slightly less pathological than the explicit source set coupling addressed in GEODE-5803, but was chosen as a solution to unblock dependency Nebula linter and keep PR sizes comprehensibly small.

  was:See comment in delta addressing GEODE-5803.


> Remove resource coupling between geode-core test sets
> -----------------------------------------------------
>
>                 Key: GEODE-5882
>                 URL: https://issues.apache.org/jira/browse/GEODE-5882
>             Project: Geode
>          Issue Type: Sub-task
>            Reporter: Patrick Rhomberg
>            Priority: Major
>
> See comment in delta addressing GEODE-5803, below:
>  
> {noformat}
> sourceSets {
> // This works around resource-look up between integrationTest and test source-sets.
> // See GEODE-5803 / GEODE-5882
>   integrationTest.resources.srcDir {
>     test.output.resourcesDir
>   }
> }{noformat}
>  
> This is only slightly less pathological than the explicit source set coupling addressed in GEODE-5803, but was chosen as a solution to unblock dependency Nebula linter and keep PR sizes comprehensibly small.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)