ray/test
Robert Nishihara d77b685a90 Global scheduler skeleton (#45)
* Initial scheduler commit

* global scheduler

* add global scheduler

* Implement global scheduler skeleton.

* Formatting.

* Allow local scheduler to be started without a connection to redis so that we can test it without a global scheduler.

* Fail if there are no local schedulers when the global scheduler receives a task.

* Initialize uninitialized value and formatting fix.

* Generalize local scheduler table to db client table.

* Remove code duplication in local scheduler and add flag for whether a task came from the global scheduler or not.

* Queue task specs in the local scheduler instead of tasks.

* Simple global scheduler tests, including valgrind.

* Factor out functions for starting processes.

* Fixes.
2016-11-18 19:57:51 -08:00
..
travis-ci Migrate repositories to ray-project. (#438) 2016-09-17 00:52:05 -07:00
array_test.py Update worker.py and services.py to use plasma and the local scheduler. (#19) 2016-11-02 00:39:35 -07:00
failure_test.py Update worker.py and services.py to use plasma and the local scheduler. (#19) 2016-11-02 00:39:35 -07:00
memory_leak_deserialize.py Make sure no Python modules mutually import each other. (#334) 2016-08-01 17:55:38 -07:00
microbenchmarks.py Keep objects in cache between tasks (#29) 2016-11-06 17:31:14 -08:00
runtest.py Global scheduler skeleton (#45) 2016-11-18 19:57:51 -08:00
test_functions.py Remove ObjectID aliasing from the API. (#406) 2016-09-03 19:34:45 -07:00