Philipp Moritz
696a229ece
Fix text verbosity in python 2.7 by running tests with pytest ( #2470 )
2018-07-30 11:04:06 -07:00
Robert Nishihara
61139e1509
Enable fractional resources and resource IDs for xray. ( #2187 )
...
* Implement GPU IDs and fractional resources.
* Add documentation and python exceptions.
* Fix signed/unsigned comparison.
* Fix linting.
* Fixes from rebase.
* Re-enable tests that use ray.wait.
* Don't kill the raylet if an infeasible task is submitted.
* Ignore tests that require better load balancing.
* Linting
* Ignore array test.
* Ignore stress test reconstructions tests.
* Don't kill node manager if remote node manager disconnects.
* Ignore more stress tests.
* Naming changes
* Remove outdated todo
* Small fix
* Re-enable test.
* Linting
* Fix resource bookkeeping for blocked tasks.
* Fix linting
* Fix Java client.
* Ignore test
* Ignore put error tests
2018-06-10 15:31:43 -07:00
Robert Nishihara
e0867c8845
Switch Python indentation from 2 spaces to 4 spaces. ( #726 )
...
* 4 space indentation for actor.py.
* 4 space indentation for worker.py.
* 4 space indentation for more files.
* 4 space indentation for some test files.
* Check indentation in Travis.
* 4 space indentation for some rl files.
* Fix failure test.
* Fix multi_node_test.
* 4 space indentation for more files.
* 4 space indentation for remaining files.
* Fixes.
2017-07-13 21:53:57 +00:00
Robert Nishihara
c802e51d36
Re-enable recursive remote functions in a limited form. ( #453 )
...
* Re-enable recursive remote functions in a limited form.
* Fix linting.
2017-04-13 01:47:33 -07:00