You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/04/04 15:48:25 UTC

[jira] [Comment Edited] (IGNITE-2924) .NET: Speed up unit tests

    [ https://issues.apache.org/jira/browse/IGNITE-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15224141#comment-15224141 ] 

Pavel Tupitsyn edited comment on IGNITE-2924 at 4/4/16 1:47 PM:
----------------------------------------------------------------

* -Dmaven.javadoc.skip=true added to build step
* DotCover disabled (too much overhead, huge artifacts)
* socketTimeout set to 300 (default is 5000), removed extra endpoints: improves join time a lot


was (Author: ptupitsyn):
* -Dmaven.javadoc.skip=true added to build step
* DotCover disabled (too much overhead, huge artifacts)
* socketTimeout set to 300 (default is 5000), improves join time a lot

> .NET: Speed up unit tests
> -------------------------
>
>                 Key: IGNITE-2924
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2924
>             Project: Ignite
>          Issue Type: Task
>          Components: platforms
>    Affects Versions: 1.1.4
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Minor
>             Fix For: 1.6
>
>
> * Use multithreaded grid start in case of multiple nodes (as Java does)
> * Adjust discovery timeouts and see if it helps
> * See what causes other delays



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)