-
Notifications
You must be signed in to change notification settings - Fork 21
Parallel pytest tracing #693
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Saurabh Misra <[email protected]>
PR Reviewer Guide 🔍(Review updated until commit 060a78c)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 060a78c
Previous suggestionsSuggestions up to commit 936fa0a
|
Persistent review updated to latest commit 060a78c |
PR Type
Enhancement, Bug fix
Description
Add pytest test splitting for parallel tracing
Launch multiple tracer subprocesses in parallel
Aggregate multiple replay test paths
Clean up all generated replay files
Diagram Walkthrough
File Walkthrough
tracer.py
Parallelize tracer execution for pytest runs
codeflash/tracer.py
pytest_parallelization.py
Add pytest test splitting utility
codeflash/tracing/pytest_parallelization.py
pytest_split
to parse pytest args and discover tests.