You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/09 10:25:00 UTC

[jira] [Commented] (IGNITE-9221) Uncomment 25 test classes in various Indexing test suites

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

ASF GitHub Bot commented on IGNITE-9221:
----------------------------------------

GitHub user alamar opened a pull request:

    https://github.com/apache/ignite/pull/4932

    IGNITE-9221 Uncomment Cache Query tests, delete and rename suites

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-9221

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4932.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4932
    
----
commit 8603fdde56e60dcd807f634c2af247038062ba27
Author: Ilya Kasnacheev <il...@...>
Date:   2018-10-09T10:20:57Z

    IGNITE-9221 Uncomment Cache Query tests, delete and rename suites to simplify layout.

----


> Uncomment 25 test classes in various Indexing test suites
> ---------------------------------------------------------
>
>                 Key: IGNITE-9221
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9221
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: binary, sql
>            Reporter: Ilya Kasnacheev
>            Priority: Major
>
> modules/indexing/src/test/java/org/apache/ignite/testsuites/IgniteCacheQuerySelfTestSuite.java
> {code}
>         // suite.addTest(new TestSuite(QueryEntityValidationSelfTest.class));
>         // suite.addTest(new TestSuite(GridH2TableSelfTest.class));
>         //suite.addTestSuite(IgniteCacheUnionDuplicatesTest.class);
>         //suite.addTestSuite(IgniteCacheConfigVariationsQueryTest.class);
>         //suite.addTestSuite(IgniteCacheJoinPartitionedAndReplicatedCollocationTest.class);
>         //suite.addTestSuite(IgniteClientReconnectCacheQueriesFailoverTest.class);
>         //suite.addTestSuite(IgniteErrorOnRebalanceTest.class);
>         //suite.addTestSuite(CacheQueryBuildValueTest.class);
>         //suite.addTestSuite(CacheOffheapBatchIndexingMultiTypeTest.class);
>         //suite.addTestSuite(CacheOffheapBatchIndexingBaseTest.class);
>         //suite.addTestSuite(GridCircularQueueTest.class);
>         //suite.addTestSuite(IndexingSpiQueryWithH2IndexingSelfTest.class);
>         //suite.addTestSuite(H2DynamicIndexingComplexAbstractTest.class);
>         //suite.addTestSuite(H2DynamicIndexingComplexClientAtomicPartitionedNoBackupsTest.class);
>         //suite.addTestSuite(H2DynamicIndexingComplexClientTransactionalPartitionedNoBackupsTest.class);
>         //suite.addTestSuite(H2DynamicIndexingComplexServerAtomicPartitionedNoBackupsTest.class);
>         //suite.addTestSuite(H2DynamicIndexingComplexServerTransactionalPartitionedNoBackupsTest.class);
> {code}
> modules/indexing/src/test/java/org/apache/ignite/testsuites/IgniteCacheQuerySelfTestSuite3.java
> {code}
>         //suite.addTestSuite(CacheContinuousQueryCounterPartitionedAtomicTest.class);
>         //suite.addTestSuite(CacheContinuousQueryCounterPartitionedTxTest.class);
>         //suite.addTestSuite(CacheContinuousQueryCounterReplicatedAtomicTest.class);
>         //suite.addTestSuite(CacheContinuousQueryCounterReplicatedTxTest.class);
>         //suite.addTestSuite(CacheContinuousQueryFailoverAtomicNearEnabledSelfSelfTest.class);
> {code}
> modules/indexing/src/test/java/org/apache/ignite/testsuites/IgniteBinaryCacheQueryTestSuite.java
> {code}
>         //suite.addTestSuite(GridCacheBinarySwapScanQuerySelfTest.class);
> //        suite.addTestSuite(IgniteSqlSchemaIndexingTest.class);
> {code}



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