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 2022/03/29 16:50:00 UTC

[jira] [Commented] (GEODE-10166) Several tests in geode-dunit are in the "main" source set instead of "distributedTest"

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

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

Commit d8e010d572cef91ec0d821a3db2839cd252fbeec in geode's branch refs/heads/develop from Donal Evans
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=d8e010d ]

GEODE-10166: Move tests to correct directory (#7491)

- Rename InternalCacheForClientAccessDUnitTest ->
 InternalCacheForClientAccessDistributedTest
 - Move InternalCacheForClientAccessDistributedTest to geode-core module
 - Remove spurious <tearDown> parameterization from
 InternalCacheForClientAccessDistributedTest
 - Rename NestedQueryClassCastExceptionFailureDUnitTest ->
 NestedQueryClassCastExceptionFailureDistributedTest
 - Move NestedQueryClassCastExceptionFailureDistributedTest to
   geode-core module, change package to cache.query.dunit
 - Rename RebalanceCommandDistributesTest to
  RelanaceCommandAcceptanceTest
 - Move RebalanceCommandAcceptanceTest to geode-assembly module
  acceptanceTest directory as it requires that GEODE_HOME is set
 - Remove files from sanctioned-geode-dunit-serializables.txt

Authored-by: Donal Evans <do...@vmware.com>

> Several tests in geode-dunit are in the "main" source set instead of "distributedTest"
> --------------------------------------------------------------------------------------
>
>                 Key: GEODE-10166
>                 URL: https://issues.apache.org/jira/browse/GEODE-10166
>             Project: Geode
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 1.15.0
>            Reporter: Donal Evans
>            Assignee: Donal Evans
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.15.0
>
>
> The below tests in the geode-dunit module have been incorrectly placed in the "main" directory rather than the "distributedTest" directory, meaning that they are not run as part of pre-checkin or in the pipeline:
> InternalCacheForClientAccessDUnitTest
> NestedQueryClassCastExceptionFailureDUnitTest
> RebalanceCommandDistributedTest
> They should be moved to the appropriate directory



--
This message was sent by Atlassian Jira
(v8.20.1#820001)