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)