ray/test
Yuhong Guo b9e1977fae Fix failure of test_free_objects_multi_node (#3481)
It is possible that `test_free_objects_multi_node` would fail sometimes. If we run this test 20 times, we may found at least one failure.

The cause is that the test is based on function tasks. One raylet may create more than one worker to execute the tasks. So flush operations may be separated to several workers and not clean all the worker objects held by the plasma client.

In this PR, I change function task to actor tasks, which guarantee all the tasks are executed in one worker of a raylet.
2018-12-06 15:55:49 -05:00
..
jenkins_tests increase container memory and shm to 20G (#3475) 2018-12-05 14:59:07 -08:00
stress_tests Update README.rst with 0.6.0 version number. (#3453) 2018-12-01 19:16:45 -08:00
travis-ci Migrate repositories to ray-project. (#438) 2016-09-17 00:52:05 -07:00
actor_test.py Make test_actor_multiple_gpus_from_multiple_tasks less stressful in travis 2018-12-04 17:44:33 -08:00
array_test.py Convert some unittests to pytest. (#2779) 2018-08-31 11:24:15 -07:00
autoscaler_test.py [autoscaler] Cleanup Logging (#2709) 2018-08-25 17:08:45 -07:00
component_failures_test.py Fault tolerance for actor creation (#3422) 2018-11-29 10:48:35 -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 [autoscaler] Update autoscaler to use heartbeat batches. (#3409) 2018-11-27 23:46:27 -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 Deprecate num_workers argument to ray.init and ray start. (#3114) 2018-10-28 20:12:49 -07:00
multi_node_test_2.py Clean up Ray processes after cluster util exits (#3278) 2018-11-13 13:18:12 -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 Suppress duplicate pre-emptive object pushes. (#3276) 2018-11-16 23:02:45 -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 Fix failure of test_free_objects_multi_node (#3481) 2018-12-06 15:55:49 -05:00
stress_tests.py Allow multiple threads to call ray.get and ray.wait (#3244) 2018-11-07 22:39:28 -08:00
tempfile_test.py Deprecate num_workers argument to ray.init and ray start. (#3114) 2018-10-28 20:12:49 -07: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