You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2017/04/14 06:28:32 UTC

[10/50] [abbrv] ignite git commit: Fixed test config for C++

Fixed test config for C++


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c9fd6b99
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c9fd6b99
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c9fd6b99

Branch: refs/heads/master
Commit: c9fd6b997ee8a7d4f542d71003c6e914adc19937
Parents: d69a594
Author: Igor Sapego <is...@gridgain.com>
Authored: Tue Apr 11 16:46:55 2017 +0300
Committer: Igor Sapego <is...@gridgain.com>
Committed: Tue Apr 11 16:47:46 2017 +0300

----------------------------------------------------------------------
 modules/platforms/cpp/core-test/config/cache-test-default.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/c9fd6b99/modules/platforms/cpp/core-test/config/cache-test-default.xml
----------------------------------------------------------------------
diff --git a/modules/platforms/cpp/core-test/config/cache-test-default.xml b/modules/platforms/cpp/core-test/config/cache-test-default.xml
index 9a2bbd7..0ff6c4b 100644
--- a/modules/platforms/cpp/core-test/config/cache-test-default.xml
+++ b/modules/platforms/cpp/core-test/config/cache-test-default.xml
@@ -54,6 +54,7 @@
                     <property name="name" value="partitioned"/>
                     <property name="cacheMode" value="PARTITIONED"/>
                     <property name="atomicityMode" value="TRANSACTIONAL"/>
+                    <property name="onheapCacheEnabled" value="true"/>
                 </bean>
 				
                 <bean parent="cache-template">