aealeksandrov commented on a change in pull request #7346: IGNITE-9216
Uncomment tests in IgniteCacheTestSuite
URL: https://github.com/apache/ignite/pull/7346#discussion_r377676767
##########
File path:
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheObjectPutSelfTest.java
##########
@@ -38,9 +38,9 @@
@Override protected IgniteConfiguration getConfiguration(String gridName)
throws Exception {
IgniteConfiguration cfg = super.getConfiguration(gridName);
- CacheConfiguration ccfg = new CacheConfiguration(DEFAULT_CACHE_NAME);
+ CacheConfiguration ccfg = new CacheConfiguration(CACHE_NAME);
- ccfg.setName(CACHE_NAME);
+ ccfg.setOnheapCacheEnabled(true);
Review comment:
Did you add this for some reason? Should we test heap instead of off-heap
cases?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services