ray/test
Robert Nishihara 88a5b4e77b Simplify imports and exports and provide driver isolation for remote functions. (#288)
* Remove import counter and export counter.

* Provide isolation between drivers for remote functions.

* Add test for driver function isolation.

* Hash source code into function ID to reduce likelihood of collisions.

* Fix failure test example.

* Replace assertTrue with assertIn to improve failure messages in tests.

* Fix failure test.
2017-02-16 11:30:35 -08:00
..
travis-ci Migrate repositories to ray-project. (#438) 2016-09-17 00:52:05 -07:00
actor_test.py Implement a first pass at actors in the API. (#242) 2017-02-15 00:10:05 -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 Start and clean up workers from the local scheduler. (#250) 2017-02-10 12:46:23 -08:00
failure_test.py Simplify imports and exports and provide driver isolation for remote functions. (#288) 2017-02-16 11:30:35 -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 Simplify imports and exports and provide driver isolation for remote functions. (#288) 2017-02-16 11:30:35 -08:00
stress_tests.py Check if processes are alive in test. (#261) 2017-02-09 23:40:39 -08:00
tensorflow_test.py Added example for compute grads in ray tutorial (#238) 2017-02-07 18:07:21 -08:00