ray/test
Ion f987572795 Inline objects (#3756)
* added store_client_ to object_manager and node_manager

* half through...

* all code in, and compiling! Nothing tested though...

* something is working ;-)

* added a few more comments

* now, add only one entry to the in GCS for inlined objects

* more comments

* remove a spurious todo

* some comment updates

* add test

* added support for meta data for inline objects

* avoid some copies

* Initialize plasma client in tests

* Better comments. Enable configuring nline_object_max_size_bytes.

* Update src/ray/object_manager/object_manager.cc

Co-Authored-By: istoica <istoica@cs.berkeley.edu>

* Update src/ray/raylet/node_manager.cc

Co-Authored-By: istoica <istoica@cs.berkeley.edu>

* Update src/ray/raylet/node_manager.cc

Co-Authored-By: istoica <istoica@cs.berkeley.edu>

* fiexed comments

* fixed various typos in comments

* updated comments in object_manager.h and object_manager.cc

* addressed all comments...hopefully ;-)

* Only add eviction entries for objects that are not inlined

* fixed a bunch of comments

* Fix test

* Fix object transfer dump test

* lint

* Comments

* Fix test?

* Fix test?

* lint

* fix build

* Fix build

* lint

* Use const ref

* Fixes, don't let object manager hang

* Increase object transfer retry time for travis?

* Fix test

* Fix test?

* Add internal config to java, fix PlasmaFreeTest
2019-02-07 10:32:39 -08:00
..
jenkins_tests [tune] Improve mnist_pytorch.py example (#3894) 2019-02-04 17:59:54 -08:00
stress_tests Bump strings for 0.6.2 (#3801) 2019-01-17 19:03:27 -08:00
travis-ci Migrate repositories to ray-project. (#438) 2016-09-17 00:52:05 -07:00
actor_test.py Migrate Python C extension to Cython (#3541) 2019-01-24 09:17:14 -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] Speedups (#3720) 2019-02-01 02:46:32 -08:00
component_failures_test.py Factor out code for starting new processes and test plasma store in valgrind. (#3824) 2019-01-22 14:59:11 -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
debug_tools_test.py Allow Ray processes to be started inside of gdb and tmux. (#3847) 2019-02-04 15:23:39 -08:00
failure_test.py Make redis module safe without crashing by removing RAY_CHECK (#3855) 2019-01-29 21:06:31 -08:00
microbenchmarks.py Convert some unittests to pytest. (#2779) 2018-08-31 11:24:15 -07:00
mini_test.py [doc] Replace runtest.py with mini_test.py in documentation. (#3750) 2019-01-12 14:05:28 -08:00
monitor_test.py Fix monitor_test.py by waiting for moniter.py to start working (#3840) 2019-01-25 18:07:15 +08:00
multi_node_test.py Fix: do not treat actor task as failed if the actor will be reconstructed (#3736) 2019-01-23 23:28:44 -08:00
multi_node_test_2.py Factor out code for starting new processes and test plasma store in valgrind. (#3824) 2019-01-22 14:59:11 -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 Inline objects (#3756) 2019-02-07 10:32:39 -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 Inline objects (#3756) 2019-02-07 10:32:39 -08:00
stress_tests.py Use one memory mapped file for plasma (#3871) 2019-02-06 23:53:05 -08:00
tempfile_test.py Define a Node class to manage Ray processes. (#3733) 2019-01-11 22:30:38 -08:00
tensorflow_test.py Convert some unittests to pytest. (#2779) 2018-08-31 11:24:15 -07:00