You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Ivan Fedotov (JIRA)" <ji...@apache.org> on 2019/05/14 14:38:00 UTC

[jira] [Created] (IGNITE-11851) Cache does not exist after first IgniteContinuousQueryConfigVariationsSuite tests batch

Ivan Fedotov created IGNITE-11851:
-------------------------------------

             Summary: Cache does not exist after first IgniteContinuousQueryConfigVariationsSuite tests batch
                 Key: IGNITE-11851
                 URL: https://issues.apache.org/jira/browse/IGNITE-11851
             Project: Ignite
          Issue Type: Bug
            Reporter: Ivan Fedotov
            Assignee: Ivan Fedotov


IgniteContinuousQueryConfigVariationsSuite tests are generated dynamically. The first batch (12 tests) runs without problems, but on next batches we got an exception - default cache does not exist and we can not invoke unrwap() method on it [1].

It seems that cache is destroyed after the first batch and is not created on the next one.

[1] [https://github.com/apache/ignite/blob/master/modules/core/src/test/java/org/apache/ignite/testframework/junits/IgniteCacheConfigVariationsAbstractTest.java#L212]

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)