[REVIEW] Updates to support nightly MG test automation#1308
Merged
rapids-bot[bot] merged 6 commits intorapidsai:branch-0.18from Jan 4, 2021
Merged
[REVIEW] Updates to support nightly MG test automation#1308rapids-bot[bot] merged 6 commits intorapidsai:branch-0.18from
rapids-bot[bot] merged 6 commits intorapidsai:branch-0.18from
Conversation
…ys use all GPUs) and instead vary GPU count with CUDA_VISIBLE_DEVICES env var, added call to wait_for_workers() for MG test setups.
…" and marked certain MG tests accordingly, and added None as an option to use all visible. This allows nightly tests to set "not preset_gpu_count" to only run on all visible GPUs.
xcadet
reviewed
Dec 10, 2020
Contributor
Author
|
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-0.18 #1308 +/- ##
===============================================
- Coverage 60.38% 60.21% -0.17%
===============================================
Files 67 67
Lines 3029 3049 +20
===============================================
+ Hits 1829 1836 +7
- Misses 1200 1213 +13
Continue to review full report at Codecov.
|
Iroy30
reviewed
Dec 30, 2020
Iroy30
reviewed
Dec 30, 2020
…y adding a teardown utility.
Iroy30
approved these changes
Jan 4, 2021
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.
This PR includes various updates to support nightly automated MG test runs, including:
CUDA_VISIBLE_DEVICESenv var.pytest -m "not preset_gpu_count" ...client.wait_for_workers()call to various setups to both match the approach taken by theMGContextclass, and to ensure workers are running. This seemed to increase reliability in the test runs.MGContextclass or theclient_connectionpytest fixture in these tests, since they both aim to accomplish the same thing.