[
https://issues.apache.org/jira/browse/IGNITE-9219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16574755#comment-16574755
]
ASF GitHub Bot commented on IGNITE-9219:
----------------------------------------
GitHub user alamar opened a pull request:
https://github.com/apache/ignite/pull/4504
IGNITE-9219 Uncomment tests in IgniteCacheTestSuite4, minor fixes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-9219
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4504.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 #4504
----
commit bf6b49e29026ecf6117751d10e73db1c2dc7c05f
Author: Ilya Kasnacheev <ilya.kasnacheev@...>
Date: 2018-08-09T12:15:28Z
IGNITE-9219 Uncomment tests in IgniteCacheTestSuite4, minor fixes.
----
> Uncomment 13 test classes in IgniteCacheTestSuite4 (Cache 4)
> ------------------------------------------------------------
>
> Key: IGNITE-9219
> URL: https://issues.apache.org/jira/browse/IGNITE-9219
> Project: Ignite
> Issue Type: Sub-task
> Components: cache
> Reporter: Ilya Kasnacheev
> Priority: Major
>
> {code}
> // suite.addTestSuite(IgniteCacheAtomicCopyOnReadDisabledTest.class);
> // suite.addTestSuite(IgniteCacheTxCopyOnReadDisabledTest.class);
> // suite.addTestSuite(IgniteCacheAtomicLocalStoreValueTest.class);
> // suite.addTestSuite(IgniteCacheAtomicStoreValueTest.class);
> //
> suite.addTestSuite(IgniteCacheAtomicNearEnabledStoreValueTest.class);
> //
> suite.addTestSuite(IgniteCacheAtomicPrimaryWriteOrderStoreValueTest.class);
> //
> suite.addTestSuite(IgniteCacheAtomicPrimaryWriteOrderNearEnabledStoreValueTest.class);
> // suite.addTestSuite(IgniteCacheTxLocalStoreValueTest.class);
> // suite.addTestSuite(IgniteCacheTxStoreValueTest.class);
> // suite.addTestSuite(IgniteCacheTxNearEnabledStoreValueTest.class);
>
> //suite.addTestSuite(CacheStoreSessionListenerLifecycleSelfTest.class);
> // suite.addTestSuite(CacheSwapUnswapGetTest.class);
> // suite.addTestSuite(CacheSwapUnswapGetTestSmallQueueSize.class);
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)