Ok. Forgot to explain the ticket. I'm going to bring some refactoring to the test, replace inheritance with parametrization. Many tests use extending to handle params like
public class JdbcThinBulkLoadAtomicReplicatedSelfTest extends JdbcThinBulkLoadAbstractSelfTest { /** {@inheritDoc} */ @Override protected CacheMode cacheMode() { return CacheMode.REPLICATED; } /** {@inheritDoc} */ @Override protected CacheAtomicityMode atomicityMode() { return CacheAtomicityMode.ATOMIC; } /** {@inheritDoc} */ @Override protected boolean nearCache() { return false; } } We might involve JUnit's params reducing code amount. We might involve пн, 27 янв. 2020 г. в 11:38, Maksim Stepachev <maksim.stepac...@gmail.com>: > Hi, > > I suppose you can. > Nikolay possibly may help with it. > If you have the telegram, join to Russian channel: https://t.me/RU_Ignite > > вс, 26 янв. 2020 г. в 19:21, Vladimir Steshin <vlads...@gmail.com>: > > > Hi everyone. > > > > How do you think, can I start this task: > > https://issues.apache.org/jira/projects/IGNITE/issues/IGNITE-12581 ? > > > > It looks useful and seems good for a newbie to begin researching the > > code and test techniques. > > > > >