ray/test
Stephanie Wang 04f31db54d
Actor dummy object garbage collection (#3593)
* Convert UniqueID::nil() to a constructor

* Cleanup actor handle pickling code

* Add new actor handles to the task spec

* Pass in new actor handles

* Add new handles to the actor registration

* Regression test for actor handle forking and GC

* lint and doc

* Handle pickled actor handles in the backend and some refactoring

* Add regression test for dummy object GC and pickled actor handles

* Check for duplicate actor tasks on submission

* Regression test for forking twice, fix failed named actor leak

* Fix bug for forking twice

* lint

* Revert "Fix bug for forking twice"

This reverts commit 3da85e59d401e53606c2e37ffbebcc8653ff27ac.

* Add new actor handles when task is assigned, not finished

* Remove comment

* remove UniqueID()

* Updates

* update

* fix

* fix java

* fixes

* fix
2019-01-09 10:37:11 -08:00
..
jenkins_tests [sgd] Add checkpointing (#3638) 2019-01-08 15:29:30 -08:00
stress_tests Update documentation to reflect 0.6.1 release. (#3622) 2018-12-24 11:10:04 -08:00
travis-ci Migrate repositories to ray-project. (#438) 2016-09-17 00:52:05 -07:00
actor_test.py Actor dummy object garbage collection (#3593) 2019-01-09 10:37:11 -08:00
array_test.py Remove num_local_schedulers argument from ray.worker._init. (#3704) 2019-01-07 12:44:49 -08:00
autoscaler_test.py [autoscaler] Add an initial_workers option (#3530) 2019-01-05 17:58:42 -08:00
component_failures_test.py Change timeout from milliseconds to seconds in ray.wait. (#3706) 2019-01-08 21:32:08 -08:00
credis_test.py Deprecate num_workers argument to ray.init and ray start. (#3114) 2018-10-28 20:12:49 -07:00
cython_test.py Convert asserts in unittest to pytest (#2529) 2018-08-01 22:32:10 -07:00
failure_test.py Change timeout from milliseconds to seconds in ray.wait. (#3706) 2019-01-08 21:32:08 -08:00
microbenchmarks.py Convert some unittests to pytest. (#2779) 2018-08-31 11:24:15 -07:00
monitor_test.py Re-enable sharded monitor test for xray, convert to pytest. (#2804) 2018-09-01 19:53:40 -07:00
multi_node_test.py [tune] Cluster Fault Tolerance (#3309) 2018-12-29 11:42:25 +08:00
multi_node_test_2.py Improve cluster.wait_for_nodes() API. (#3712) 2019-01-07 21:26:58 -08:00
node_manager_test.py Don't unsubscribe dependencies for infeasible tasks. (#3338) 2018-11-16 11:33:00 -08:00
object_manager_test.py Remove num_local_schedulers argument from ray.worker._init. (#3704) 2019-01-07 12:44:49 -08:00
recursion_test.py Fix text verbosity in python 2.7 by running tests with pytest (#2470) 2018-07-30 11:04:06 -07:00
runtest.py Change timeout from milliseconds to seconds in ray.wait. (#3706) 2019-01-08 21:32:08 -08:00
stress_tests.py Remove num_local_schedulers argument from ray.worker._init. (#3704) 2019-01-07 12:44:49 -08:00
tempfile_test.py Remove num_local_schedulers argument from ray.worker._init. (#3704) 2019-01-07 12:44:49 -08:00
tensorflow_test.py Convert some unittests to pytest. (#2779) 2018-08-31 11:24:15 -07:00
xray_test.py Remove legacy Ray code. (#3121) 2018-10-26 13:36:58 -07:00