[
https://issues.apache.org/jira/browse/IGNITE-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14738774#comment-14738774
]
Denis Magda commented on IGNITE-257:
------------------------------------
Unmuted tests and fixed usage of {{TestIndexingSpi}}.
{{IndexingSpi}} is now called only if indexing is enabled in
{{GridCacheQueryProcessor}}. To enable the latter we have to set indexed types
or cache type metadata like this
{noformat}
ccfg.setIndexedTypes(Integer.class, Integer.class);
{noformat}
Now some tests are failing because the cache is not fully cleaned up at the end
of a test execution.
> Revisit heuristic transaction failure handling
> ----------------------------------------------
>
> Key: IGNITE-257
> URL: https://issues.apache.org/jira/browse/IGNITE-257
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: sprint-1
> Reporter: Alexey Goncharuk
> Assignee: Denis Magda
>
> Current tests assume that all transaction entries are invalidated, even
> though it is not always possible. Need to revisit heuristic exception
> handling logic.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)