You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Nikolay Izhikov (Jira)" <ji...@apache.org> on 2020/04/27 10:14:00 UTC

[jira] [Updated] (IGNITE-12583) Parametrization of JdbcThinBulkLoadAbstractSelfTest

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

Nikolay Izhikov updated IGNITE-12583:
-------------------------------------
    Fix Version/s: 2.9

> Parametrization of JdbcThinBulkLoadAbstractSelfTest
> ---------------------------------------------------
>
>                 Key: IGNITE-12583
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12583
>             Project: Ignite
>          Issue Type: Sub-task
>            Reporter: Vladimir Steshin
>            Assignee: Vladimir Steshin
>            Priority: Minor
>             Fix For: 2.9
>
>          Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> org.apache.ignite.jdbc.thin.JdbcThinBulkLoadAbstractSelfTest is extended several times using just parameter-assigning-getters like 
> {code:java}
> protected CacheMode cacheMode() { return CacheMode.REPLICATED; }
> protected CacheAtomicityMode atomicityMode() { return CacheAtomicityMode.TRANSACTIONAL;}
> protected boolean nearCache() { return false; }
> {code}
> Should go with params instead.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)