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

Multiprocessing: Ability to parallelize the pipeline steps #174

Open
coderustic opened this issue Oct 5, 2024 · 1 comment
Open

Multiprocessing: Ability to parallelize the pipeline steps #174

coderustic opened this issue Oct 5, 2024 · 1 comment
Labels
platform Underlying platform (code) changes refactor Refactoring the code to make it better

Comments

@coderustic
Copy link
Contributor

As of now UnitTestGenerator has a sequence of steps finding the line number where to test headers and where to insert tests, building prompt, etc. It would be good to parallelize these steps.

@coderustic
Copy link
Contributor Author

For this issue, we can just have the Generator be parallelized but continue to have validator to be sequentially iterating thru each test. But eventually we need to think how to parallelize test validations since it involves coverage step. Finding the flakiness can still be parallelized but then we need to figure out a way to isolate single test coverage check.

@EmbeddedDevops1 EmbeddedDevops1 added refactor Refactoring the code to make it better platform Underlying platform (code) changes labels Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform Underlying platform (code) changes refactor Refactoring the code to make it better
Projects
Status: No status
Development

No branches or pull requests

2 participants