mirror of
https://github.com/vale981/ray
synced 2025-03-08 11:31:40 -05:00
No description
![]() * Failing test case * Local scheduler exits cleanly after plasma store dies * Tolerate one plasma store failure * Tolerate plasma store failures on all nodes except head node * Plasma manager heartbeats * Component failure tests * Don't run the helper for Python testing * Fix C test * Fix hanging plasma transfer test * Fix python3 * Consolidate ClientConnection code * Fix valgrind test * fix c test * We can restart worker nodes! * Fix flatbuffers bug * Address comments * Only register actual workers with the local scheduler * Fix bug * Fix segfaults * Add test case that tests for driver liveness, fix local scheduler bug * Clean up after tests * Allocate retry info on the stack * Send SIGKILL before waiting * Relax unit test conditions * Driver liveness test case and documentation |
||
---|---|---|
.travis | ||
cmake/Modules | ||
doc | ||
docker | ||
examples | ||
python | ||
scripts | ||
src | ||
test | ||
vsprojects | ||
webui | ||
.clang-format | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
build-docker.sh | ||
build.sh | ||
CMakeLists.txt | ||
LICENSE | ||
pylintrc | ||
Ray.sln | ||
README.rst |
Ray === .. image:: https://travis-ci.org/ray-project/ray.svg?branch=master :target: https://travis-ci.org/ray-project/ray .. image:: https://readthedocs.org/projects/ray/badge/?version=latest :target: http://ray.readthedocs.io/en/latest/?badge=latest | Ray is a flexible, high-performance distributed execution framework. View the `documentation`_. .. _`documentation`: http://ray.readthedocs.io/en/latest/index.html