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

Update memory_pause_fraction in test_spill #757

Conversation

pentschev
Copy link
Member

Changes from dask/distributed#5438 have slightly
modified the behavior for worker spilling options, thus we need to
update memory_pause_fraction to a value that isn't None.

Changes from dask/distributed#5438 have slightly
modified the behavior for worker spilling options, thus we need to
update memory_pause_fraction to a value that isn't `None`.
@pentschev pentschev requested a review from a team as a code owner October 20, 2021 09:31
@github-actions github-actions bot added the python python code needed label Oct 20, 2021
@pentschev pentschev added 3 - Ready for Review Ready for review by team bug Something isn't working non-breaking Non-breaking change and removed python python code needed labels Oct 20, 2021
@pentschev
Copy link
Member Author

Failures should be fixed by rapidsai/cudf#9481 .

@pentschev
Copy link
Member Author

rerun tests

1 similar comment
@pentschev
Copy link
Member Author

rerun tests

@@ -82,6 +82,7 @@ def main(args):
"ignore", message=".*NVLink.*rmm_pool_size.*", category=UserWarning
)

print(cluster_kwargs)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this leftover from testing or you do want to print kwargs ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is something I was using for a different test and didn't see when committing, good catch. Removed it now.

@github-actions github-actions bot added the python python code needed label Oct 20, 2021
@codecov-commenter
Copy link

codecov-commenter commented Oct 20, 2021

Codecov Report

❗ No coverage uploaded for pull request base (branch-21.12@05c95f0). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##             branch-21.12     #757   +/-   ##
===============================================
  Coverage                ?   79.98%           
===============================================
  Files                   ?       15           
  Lines                   ?     1974           
  Branches                ?        0           
===============================================
  Hits                    ?     1579           
  Misses                  ?      395           
  Partials                ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 05c95f0...a09332c. Read the comment docs.

@quasiben
Copy link
Member

@gpucibot merge

@pentschev
Copy link
Member Author

Thanks @quasiben !

@rapids-bot rapids-bot bot merged commit e9a291a into rapidsai:branch-21.12 Oct 20, 2021
@pentschev pentschev mentioned this pull request Oct 22, 2021
3 tasks
@pentschev pentschev deleted the update-test-spill-memory-pause-fraction branch October 22, 2021 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working non-breaking Non-breaking change python python code needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants