ray/test
Zongheng Yang 5a50e80b63 Make Monitor remove dead Redis entries from exiting drivers. (#994)
* WIP: removing OL, OI, TT on client exit; no saving yet.

* ray_redis_module.cc: update header comment.

* Cleanup: just the removal.

* Reformat via yapf: use pep8 style instead of google.

* Checkpoint addressing comments (partially)

* Add 'b' marker before strings (py3 compat)

* Add MonitorTest.

* Use `isort` to sort imports.

* Remove some loggings

* Fix flake8 noqa marker runtest.py

* Try to separate tests out to monitor_test.py

* Rework cleanup algorithm: correct logic

* Extend tests to cover multi-shard cases

* Add some small comments and formatting changes.
2017-09-26 00:11:38 -07:00
..
jenkins_tests fix free log std param (#964) 2017-09-11 18:52:48 -07:00
travis-ci Migrate repositories to ray-project. (#438) 2016-09-17 00:52:05 -07:00
actor_test.py Actor fault tolerance using object lineage reconstruction (#902) 2017-09-10 19:29:28 -07:00
array_test.py Switch Python indentation from 2 spaces to 4 spaces. (#726) 2017-07-13 21:53:57 +00:00
component_failures_test.py Local scheduler sends a null heartbeat to global scheduler (#962) 2017-09-12 10:45:21 -07:00
failure_test.py Simplify put test and move it to failure tests. (#788) 2017-07-31 17:57:48 -07:00
microbenchmarks.py Switch Python indentation from 2 spaces to 4 spaces. (#726) 2017-07-13 21:53:57 +00:00
monitor_test.py Make Monitor remove dead Redis entries from exiting drivers. (#994) 2017-09-26 00:11:38 -07:00
multi_node_test.py Start processes using the same version of Python that was used to start Ray. (#760) 2017-07-21 00:05:10 +00:00
recursion_test.py Switch Python indentation from 2 spaces to 4 spaces. (#726) 2017-07-13 21:53:57 +00:00
runtest.py Make Monitor remove dead Redis entries from exiting drivers. (#994) 2017-09-26 00:11:38 -07:00
stress_tests.py Simplify put test and move it to failure tests. (#788) 2017-07-31 17:57:48 -07:00
tensorflow_test.py Switch Python indentation from 2 spaces to 4 spaces. (#726) 2017-07-13 21:53:57 +00:00