You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2018/08/16 15:52:01 UTC

[jira] [Updated] (IGNITE-6739) Add tests verifying queries and tx functionality when mvcc is enabled

     [ https://issues.apache.org/jira/browse/IGNITE-6739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov updated IGNITE-6739:
------------------------------------
    Component/s: mvcc

> Add tests verifying queries and tx functionality when mvcc is enabled
> ---------------------------------------------------------------------
>
>                 Key: IGNITE-6739
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6739
>             Project: Ignite
>          Issue Type: Task
>          Components: mvcc, sql
>            Reporter: Semen Boikov
>            Priority: Major
>
> Add tests verifying queries functionality is not broken if mvcc is enabled:
> - full text indexes
> - queries with indexing spi
> - CacheConfiguration with setQueryParallelism
> - lazy queries (SqlFieldsQuery.setLazy(true))
> - collocated queries (SqlFieldsQuery.setCollocated)
> - queries with cache groups
> - dynamic index create
> General functionality:
> - make sure clean up is called when related future (query) is forcibly (exceptionally) finished (i.e. on cache stop) 
> - queries without involved caches (i.e. {{SELECT 1}}) don't request MVCC version
> - Mvcc coordinator assignment on cluster activate
> - cache entry reload



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