You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "chenerlu (JIRA)" <ji...@apache.org> on 2017/04/19 04:09:41 UTC

[jira] [Created] (CARBONDATA-954) The driverExecutorCacheConfTest failed because of interaction between testcases in CacheProviderTest

chenerlu created CARBONDATA-954:
-----------------------------------

             Summary: The driverExecutorCacheConfTest failed because of interaction between testcases in CacheProviderTest
                 Key: CARBONDATA-954
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-954
             Project: CarbonData
          Issue Type: Bug
            Reporter: chenerlu
            Assignee: chenerlu
            Priority: Minor


Problem: The driverExecutorCacheConfTest will fail when run all test cases in CacheProviderTest, while just run driverExecutorCacheConfTest will success.

Solution:
The driverExecutorCacheConfTest will fail after run the second test case (createCache), because CacheProvider.getInstance() will get the instance which have created caches in second testcase(createCache).So suggest drop all caches after assertion in second testcase(createCache).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)