We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After changes introduced by dask/distributed#5543, dask_cuda/tests/test_proxify_host_file.py::test_worker_force_spill_to_disk is now failing:
dask_cuda/tests/test_proxify_host_file.py::test_worker_force_spill_to_disk
___________________________________________ test_worker_force_spill_to_disk ____________________________________________ args = (), kwargs = {}, loop = <tornado.platform.asyncio.AsyncIOLoop object at 0x7f7314ba0580> injected_func = functools.partial(<function test_worker_force_spill_to_disk at 0x7f7314b723a0>) cor = functools.partial(<function test_worker_force_spill_to_disk at 0x7f7314b723a0>) def test_func(*args, **kwargs): with clean() as loop: injected_func = functools.partial(func, *args, **kwargs) if iscoroutinefunction(func): cor = injected_func else: cor = gen.coroutine(injected_func) > loop.run_sync(cor, timeout=timeout) ../distributed/distributed/utils_test.py:808: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../../miniconda3/envs/rn-220217/lib/python3.8/site-packages/tornado/ioloop.py:530: in run_sync return future_cell[0].result() dask_cuda/tests/test_proxify_host_file.py:404: in test_worker_force_spill_to_disk await client.submit(f) ../distributed/distributed/client.py:287: in _result raise exc.with_traceback(tb) dask_cuda/tests/test_proxify_host_file.py:399: in f await w.memory_monitor() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > weight = self.data.evict() E AttributeError: 'ProxifyHostFile' object has no attribute 'evict' ../distributed/distributed/worker.py:3752: AttributeError
@shwina do you have the time and will to look at this? Otherwise I'll do so.
The text was updated successfully, but these errors were encountered:
Thanks, @pentschev! Happy to look into this one.
Sorry, something went wrong.
Implement ProxifyHostFile.evict()
4354db5
Closes rapidsai#861
Implement ProxifyHostFile.evict() (#862)
97dc8cf
Closes #861 Authors: - Mads R. B. Kristensen (https://github.com/madsbk) Approvers: - Peter Andreas Entschev (https://github.com/pentschev) URL: #862
shwina
Successfully merging a pull request may close this issue.
After changes introduced by dask/distributed#5543,
dask_cuda/tests/test_proxify_host_file.py::test_worker_force_spill_to_disk
is now failing:@shwina do you have the time and will to look at this? Otherwise I'll do so.
The text was updated successfully, but these errors were encountered: