Skip to content

Speed up the integration tests #985

@ForNeVeR

Description

@ForNeVeR

Currently, the integration test suite on Windows periodically takes longer than 10 minutes, which is quite long.

I have a hypothesis: does the MSVC compiler takes all that time? Or some of our compilation infrastructure?

Whatever that is, we should optimize it somehow.

And to know what to optimize, we should measure it.

So, as the first step, let's measure the time taken by different stages of our integration tests on all the operating systems, and emit the results to some JSON file — so that we could download it from the CI and analyze.

After having a timed breakdown, we'll see how to improve that time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:infrastructureRepository infrastructure: build, test scripts etc.good-first-issueAn issue considered simple enough for new contributorsstatus:help-wantedOpen for contributors

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions