ray/test
Robert Nishihara 53dffe0bf2 Use flatbuffers for some messages from Redis. (#341)
* Compile the Ray redis module with C++.

* Redo parsing of object table notifications with flatbuffers.

* Update redis module python tests.

* Redo parsing of task table notifications with flatbuffers.

* Fix linting.

* Redo parsing of db client notifications with flatbuffers.

* Redo publishing of local scheduler heartbeats with flatbuffers.

* Fix linting.

* Remove usage of fixed-width formatting of scheduling state in channel name.

* Reply with flatbuffer object to task table queries, also simplify redis string to flatbuffer string conversion.

* Fix linting and tests.

* fix

* cleanup

* simplify logic in ReplyWithTask
2017-03-10 18:35:25 -08:00
..
travis-ci Migrate repositories to ray-project. (#438) 2016-09-17 00:52:05 -07:00
actor_test.py Fix test failures in actor_test.py. (#317) 2017-03-01 23:26:39 -08:00
array_test.py General attribute-based heterogeneity support with hard and soft constraints (#248) 2017-02-09 01:34:14 -08:00
component_failures_test.py Availability after local scheduler failure (#329) 2017-03-02 19:51:20 -08:00
failure_test.py Propagate errors from importing actors. (#309) 2017-02-22 15:15:45 -08:00
microbenchmarks.py Various cleanups: remove start_ray_local from ray.init, remove unused code, fix "pip install numbuf". (#193) 2017-01-10 17:35:27 -08:00
multi_node_test.py Simplify imports and exports and provide driver isolation for remote functions. (#288) 2017-02-16 11:30:35 -08:00
runtest.py Dynamically grow worker pool to partially solve hanging workloads (#286) 2017-02-17 17:08:52 -08:00
stress_tests.py Use flatbuffers for some messages from Redis. (#341) 2017-03-10 18:35:25 -08:00
tensorflow_test.py Resnet Adapted to Ray (#229) 2017-03-07 01:07:32 -08:00