Skip to content

Speedup integration tests #536

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

Conversation

fzhinkin
Copy link
Collaborator

@fzhinkin fzhinkin commented Jun 3, 2025

Speedup integration tests execution by:

  • abstaining from running redundant commands;
  • combining multiple commands into a single Gradle invocation, where possible;
  • enable parallel tests suite execution;
  • split the slowest suite (MppProjectTest) into a several suite to exploit parallel suite execution.

As a result, on Windows (which is the slowest platform w.r.t. tests execution), execution times improves by 15 minutes.

@fzhinkin fzhinkin requested a review from mvicsokolova June 3, 2025 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant