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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
Dmitriy Pavlov created IGNITE-8251:
--------------------------------------

             Summary: 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


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)