You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/01 16:35:00 UTC

[jira] [Commented] (IGNITE-8251) Reduce testPageEviction run time

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

ASF GitHub Bot commented on IGNITE-8251:
----------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/ignite/pull/4577


> Reduce testPageEviction run time
> --------------------------------
>
>                 Key: IGNITE-8251
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8251
>             Project: Ignite
>          Issue Type: Test
>          Components: persistence
>            Reporter: Dmitriy Pavlov
>            Assignee: Uday Kale
>            Priority: Minor
>              Labels: newbie
>             Fix For: 2.7
>
>
> Cache 3 and suite IgniteBinaryObjectsCacheTestSuite3 several times executes one test testPageEviction  and each run requires significiant time.
> RandomLruNearEnabledPageEvictionMultinodeTest.testPageEviction duration 6m 9.41s 
>  Random2LruNearEnabledPageEvictionMultinodeTest.testPageEviction duration 5m 51.353s 
>  RandomLruPageEvictionMultinodeTest.testPageEviction duration 5m 36.529s 
> It is necessary to understand what exactly the test does and shorten the execution time by 
> - reducing the number of objects 
> - the region size 
> - the desired run time. 
> Or some other parameter which help to run this test faster.
> At the same time, it is necessary to leave the test coverage unchanged.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)