[
https://issues.apache.org/jira/browse/IGNITE-403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14356977#comment-14356977
]
Sergey Evdokimov commented on IGNITE-403:
-----------------------------------------
Fixed. You are able to switch cache start mode for
GridCacheAbstractFullApiSelfTest by passing "cache.start.mode" system property
to JVM.
By default node starts as previously.
If System.getProperty("cache.start.mode") == "NODES_THEN_CACHES" nodes starts
first and then start cache
If System.getProperty("cache.start.mode") == "ONE_BY_ONE" start one node, start
cache and then start additional nodes
Fix committed to ignite-45 branch.
> Need to add tests for dynamic caches
> ------------------------------------
>
> Key: IGNITE-403
> URL: https://issues.apache.org/jira/browse/IGNITE-403
> Project: Ignite
> Issue Type: Sub-task
> Components: cache
> Affects Versions: sprint-2
> Reporter: Alexey Goncharuk
> Assignee: Sergey Evdokimov
> Fix For: sprint-2
>
>
> # Need to duplicate Full API test suite to use dynamically started cache.
> Multi-node tests should be done in two ways: A) first start nodes and then
> start cache B) start one node, start cache and then start additional nodes
> # Need to add tests checking for memory leaks: continuously start/stop enough
> caches to make sure there is no memory leak
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)