[
https://issues.apache.org/jira/browse/IGNITE-12583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025685#comment-17025685
]
Ignite TC Bot commented on IGNITE-12583:
----------------------------------------
{panel:title=Branch: [pull/7319/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=4967928&buildTypeId=IgniteTests24Java8_RunAll]
> 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
> Time Spent: 3.5h
> 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)