[
https://issues.apache.org/jira/browse/IGNITE-4404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15877860#comment-15877860
]
Konstantin Dudkov commented on IGNITE-4404:
-------------------------------------------
The ideas was:
1. we need such number of threads/iterations only for things that can fail
under heavy/long concurrent operations. In many cases we can use less numbers
and/or stop conditions
2. we should separate long running tests with full node start from short
unittests. Short tests are good to run all short tests in IDE after any changes
and to run on CI server after any commit. Long tests should be run only
on-demand.
3. In most cases we do not need at all to start node to test some functionality
- unittests with mocks are much faster.
> GridCacheOffHeapMultiThreadedUpdateAbstractSelfTest long running test
> refactoring
> ---------------------------------------------------------------------------------
>
> Key: IGNITE-4404
> URL: https://issues.apache.org/jira/browse/IGNITE-4404
> Project: Ignite
> Issue Type: Test
> Reporter: Konstantin Dudkov
> Assignee: Ryabov Dmitrii
>
> in testTransform
> final int THREADS = 5;
> final int ITERATIONS_PER_THREAD = 10_000;
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)