Skip to content
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

Save CI time, save the world #1973

Open
lemunozm opened this issue Aug 17, 2024 · 0 comments
Open

Save CI time, save the world #1973

lemunozm opened this issue Aug 17, 2024 · 0 comments
Labels
I4-tests Test needs fixing or improving.

Comments

@lemunozm
Copy link
Contributor

Description

Currently, for integration tests, we're creating a big initial state for lp tests from where all test cases are running. Nevertheless, most test cases do not need so many created things for running. The initial state for each test case is taking around 18 secs or so + 1-2 secs of the own test case.

Using a more fine-grained parameterized setup, I'm pretty sure we could reduce that to 5 seconds or less.

Given that we have 50 lp test cases, executed for 2 runtimes each, if we save 12 seconds per tests, it means 1200 seconds, which is 20 min of CI saved

@lemunozm lemunozm added the I4-tests Test needs fixing or improving. label Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I4-tests Test needs fixing or improving.
Projects
None yet
Development

No branches or pull requests

1 participant