[jira] [Created] (IGNITE-7234) Optimize TC suites

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

[jira] [Created] (IGNITE-7234) Optimize TC suites

Anton Vinogradov (Jira)
Sergey Kozlov created IGNITE-7234:
-------------------------------------

             Summary: Optimize TC suites
                 Key: IGNITE-7234
                 URL: https://issues.apache.org/jira/browse/IGNITE-7234
             Project: Ignite
          Issue Type: Task
          Components: build
    Affects Versions: 2.3
            Reporter: Sergey Kozlov


The current organization of test suites on CI servers looks like inefficient. We've 90+ test suites and the number of tests is permanently growing.

The plan of optimization might look following:
# Analyze and join short executed suites into single(s) suite
# Analyze execution time of suites (tests) to check ability to split tests into regular and long running suites (e.g. Basic and Basic Long, Cache and Cache Long, etc)
# Check the approach to compile binaries at once and the run tests against them
# Make the report of distribution of time-execution of tests, for instance:
0-10%: X tests
11-20%: Y tests
...





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)