ci(test): enable pytest-xdist for cuopt Python tests#1486
Draft
ramakrishnap-nv wants to merge 1 commit into
Draft
ci(test): enable pytest-xdist for cuopt Python tests#1486ramakrishnap-nv wants to merge 1 commit into
ramakrishnap-nv wants to merge 1 commit into
Conversation
Add pytest-xdist to test_python_common dependencies and pass -n auto to the non-nightly cuopt pytest invocation to parallelize tests across available CPUs. Server tests are excluded due to fixed-port binding (localhost:18900). The run_cuopt_pytests.sh script already cd-s into python/cuopt/cuopt where xdist+coverage is known to work. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Ramakrishna Prabhu <ramakrishnap@nvidia.com>
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pytest-xdisttotest_python_commondependencies (propagated to conda envs and pyproject.toml files via dependency file generator)-n autoto the non-nightly cuopt pytest invocation inci/run_cuopt_pytests.shrun_cuopt_server_pytests.sh) are unchanged — they bind a fixed port (localhost:18900) that would conflict across parallel workersThe script already
cds intopython/cuopt/cuoptwhere xdist + coverage is known to work (noted in the existing comment on line 7).Test plan
conda-python-testsjob shows parallel test workers in the logconda-python-testswall time is reduced compared to baseline🤖 Generated with Claude Code