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

[1/2] incubator-carbondata git commit: CacheProvider test fix

Repository: incubator-carbondata
Updated Branches:
  refs/heads/master 94cc9601e -> 4d00c56eb


CacheProvider test fix


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

Branch: refs/heads/master
Commit: a49f751ac17c60e1750997b39d242c43b9ed98e3
Parents: 94cc960
Author: ravipesala <ra...@gmail.com>
Authored: Wed Apr 19 10:43:59 2017 +0530
Committer: ravipesala <ra...@gmail.com>
Committed: Wed Apr 19 10:43:59 2017 +0530

----------------------------------------------------------------------
 .../java/org/apache/carbondata/core/cache/CacheProviderTest.java   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/a49f751a/core/src/test/java/org/apache/carbondata/core/cache/CacheProviderTest.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/carbondata/core/cache/CacheProviderTest.java b/core/src/test/java/org/apache/carbondata/core/cache/CacheProviderTest.java
index 4c12259..6d7e009 100644
--- a/core/src/test/java/org/apache/carbondata/core/cache/CacheProviderTest.java
+++ b/core/src/test/java/org/apache/carbondata/core/cache/CacheProviderTest.java
@@ -74,6 +74,7 @@ public class CacheProviderTest {
     // assert that dictionary cache is an instance of Reverse dictionary cache
     assertTrue(reverseDictionaryCache instanceof ReverseDictionaryCache);
     assertFalse(reverseDictionaryCache instanceof ForwardDictionaryCache);
+    cacheProvider.dropAllCache();
   }
 
   /**
@@ -114,5 +115,6 @@ public class CacheProviderTest {
     String executorCacheSize = CarbonProperties.getInstance()
         .getProperty(CarbonCommonConstants.CARBON_MAX_EXECUTOR_LRU_CACHE_SIZE);
     assertEquals(1024 * 1024 * Integer.parseInt(executorCacheSize), lruCacheMemorySize);
+    cacheProvider.dropAllCache();
   }
 }
\ No newline at end of file


[2/2] incubator-carbondata git commit: [CARBONDATA-955] CacheProvider test fix This closes #815

Posted by ch...@apache.org.
[CARBONDATA-955] CacheProvider test fix This closes #815


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/4d00c56e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/4d00c56e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/4d00c56e

Branch: refs/heads/master
Commit: 4d00c56eb41054cf8a5e6985e23c3d56749bcc08
Parents: 94cc960 a49f751
Author: chenliang613 <ch...@huawei.com>
Authored: Wed Apr 19 14:27:49 2017 +0800
Committer: chenliang613 <ch...@huawei.com>
Committed: Wed Apr 19 14:27:49 2017 +0800

----------------------------------------------------------------------
 .../java/org/apache/carbondata/core/cache/CacheProviderTest.java   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------