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

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

Commit 2586d4b19b821f5ada013ccdc595a1ddcefd7fea in geode's branch 
refs/heads/develop from Dan Smith
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=2586d4b ]

GEODE-5363: Tell intellij to consider all source code as production code (#2161)

Intellij currently can't compile test files because it doesn't recognize
the dependency from one test source set to another test source set.

To work around this we can make intellij consider everything production
source code until we can fix the actual source layout.

> Split test source into distinct test types
> ------------------------------------------
>
>                 Key: GEODE-5363
>                 URL: https://issues.apache.org/jira/browse/GEODE-5363
>             Project: Geode
>          Issue Type: Improvement
>          Components: tests
>            Reporter: Jacob S. Barrett
>            Assignee: Jacob S. Barrett
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.8.0
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Leaving unit tests where they are under {{module/test}}, split out 
> integration, distributed and acceptance tests into their own source sets, 
> {{module/integrationTest}}, {{module/distributedTest}}, 
> {{module/acceptanceTest}}, respectively. Adjust source sets's dependencies to 
> include the minimum for that test type. For example, unit tests should not 
> have any distributed test framework dependencies.
> See discussion https://geode.markmail.org/thread/znnjp5wkr7q4crjs



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

Reply via email to