Commit Graph
67 Commits
Author SHA1 Message Date
Simon MoandGitHub 5637093f44 Add Serve load testing tool to long running test yaml (#11386) 2020-10-13 20:24:57 -07:00
architkulkarniandGitHub 6676b30eef [Serve] Serve multi node tests (#10980) 2020-10-07 10:57:40 -07:00
Barak MichenerandGitHub c6b1ed7f8f release process: bump version number to 1.1.0.dev0 everywhere (#10686) 2020-09-10 16:00:21 -07:00
Edward OakesandGitHub 786f12edfd [serve] Serve client refactor (#10409) 2020-09-04 12:02:23 -05:00
Eric LiangandGitHub 519354a39a [api] Initial API deprecations for Ray 1.0 (#10325) 2020-08-28 15:03:50 -07:00
SangBin ChoandGitHub 22934619df [Release] Fix release tests (#9976)
* In Progress.

* Fix torch version.

* Fix asan run.sh

* Addressed code review.
2020-08-07 10:06:13 -07:00
mehrdadnandGitHub a7b97b6f8a Add shellcheck support (#8574) 2020-07-30 18:39:28 -05:00
SangBin ChoandGitHub c00742f103 [Release] Fix release tests (#9733) 2020-07-28 10:44:06 -07:00
Simon MoandGitHub a078a21437 [Serve] Allow multiple HTTP servers. (#9523) 2020-07-24 12:41:20 -07:00
Ian RodneyandGitHub b8fc259796 [serve] Rename to Controller (#9566) 2020-07-20 12:50:29 -07:00
Hao ChenandGitHub d49dadf891 Change Python's ObjectID to ObjectRef (#9353) 2020-07-10 17:49:04 +08:00
Ian RodneyandGitHub 9172f8c3a6 [core] Store Internal Config in GCS (#8921) 2020-07-08 11:22:08 -05:00
Amog KamsettyandGitHub f95ab4f506 [Testing] Multi-node Training+Tune Long Running Test (#8966) 2020-06-22 14:49:16 -07:00
Max FittonandGitHub ad09aa985c Make Dashboard Port Configurable (#8999) 2020-06-19 16:26:22 -05:00
Ian RodneyandGitHub 5208f8db12 [testing] Adding useful error messages for long_running_tests (#8960) 2020-06-17 18:32:35 -07:00
Stephanie WangandGitHub 19d44d4fa9 Use no_restart=False for ray.kill in Serve failure test (#8952) 2020-06-15 15:34:56 -07:00
SangBin ChoandGitHub 890cb8cb70 Node failure test fix (#8882) 2020-06-10 16:21:27 -05:00
SangBin ChoandGitHub 2b3fa35fbe [Serve] Serve long running test fix (#8864) 2020-06-09 12:17:18 -05:00
Edward OakesandGitHub f8d20d25bd [serve] Fix long running failure test (#8863) 2020-06-09 12:13:20 -05:00
krfrickeandGitHub e5b6566d28 Remove blocking flag from serve.init() (#8654) 2020-05-29 13:25:35 -07:00
SangBin ChoandGitHub 448011f822 0.8.5 Release change. (#8358) 2020-05-28 09:37:19 -07:00
Lingxuan ZuoandGitHub e594524ed3 [GCS] global state query node info table from GCS. (#8498) 2020-05-28 16:39:13 +08:00
Edward OakesandGitHub 22cab930cd Retry actor failures in serve failure test (#8282) 2020-05-02 10:19:44 -05:00
Edward OakesandGitHub 019030cb4d Add long-running serve failure test (#8277) 2020-05-01 21:07:14 -05:00
Edward OakesandGitHub 13f718846d [serve] Always use internal KV store (#8270) 2020-05-01 14:18:18 -05:00
Edward OakesandGitHub 421b3c9d8b Fix serve long running test (#8268) 2020-05-01 11:54:27 -05:00
Simon MoandGitHub 1b1fe0cc5b Fix Serve long running test (#8223) 2020-04-29 09:32:39 -07:00
Eric LiangandGitHub dd70720578 [rllib] Rename sample_batch_size => rollout_fragment_length (#7503)
* bulk rename

* deprecation warn

* update doc

* update fig

* line length

* rename

* make pytest comptaible

* fix test

* fi sys

* rename

* wip

* fix more

* lint

* update svg

* comments

* lint

* fix use of batch steps
2020-03-14 12:05:04 -07:00
Stephanie WangandGitHub 7c174d0ffe Make the ref counting test more stressful (#7473) 2020-03-05 20:51:24 -08:00
Simon MoandGitHub 29b08ddc09 Improve release process from 0.8.2 (#7303) 2020-02-24 21:18:53 -08:00
Stephanie WangandGitHub 2c1f4fd82c [core] Add long running regression test for distributed ref counting and fix memory leak (#7302)
* Add long running test for serialized IDs and fix mem leak

* comment
2020-02-24 17:58:42 -08:00
Eric LiangandGitHub 5df801605e Add ray.util package and move libraries from experimental (#7100) 2020-02-18 13:43:19 -08:00
Simon MoandGitHub bec92a8946 [Hotfix] Fix flake8 lint failing (#7118) 2020-02-10 19:57:21 -08:00
Simon MoandGitHub f6c09ff614 Add serve stress test (#7076) 2020-02-10 09:37:39 -08:00
Edward OakesandGitHub b750bd7fc9 Use 2xlarge instances in long running tests (#6802) 2020-01-15 19:47:59 -06:00
SvenandEric Liang 60d4d5e1aa Remove future imports (#6724)
* Remove all __future__ imports from RLlib.

* Remove (object) again from tf_run_builder.py::TFRunBuilder.

* Fix 2xLINT warnings.

* Fix broken appo_policy import (must be appo_tf_policy)

* Remove future imports from all other ray files (not just RLlib).

* Remove future imports from all other ray files (not just RLlib).

* Remove future import blocks that contain `unicode_literals` as well.
Revert appo_tf_policy.py to appo_policy.py (belongs to another PR).

* Add two empty lines before Schedule class.

* Put back __future__ imports into determine_tests_to_run.py. Fails otherwise on a py2/print related error.
2020-01-09 00:15:48 -08:00
Philipp MoritzandGitHub 735f282494 Use 0.9.0.dev0 as the version tag (#6630) 2019-12-30 10:14:07 -08:00
Eric LiangandGitHub 1a1324d2a2 Bump version from 0.8.0.dev6 -> 0.9.0.dev (#6508) 2019-12-16 23:57:42 -08:00
Philipp MoritzandGitHub f5d10eea0b [Projects] Refactor cluster specification (#6488) 2019-12-14 22:43:06 -08:00
Edward OakesandGitHub 032e8553c7 use numpy in long-running tests (#6448) 2019-12-11 17:53:30 -08:00
Edward OakesandGitHub f63b64310a Bump version to 0.8.0.dev7 (#6303) 2019-12-05 18:33:54 -08:00
Philipp MoritzandGitHub a454c815f1 Fix long running stress tests (#6374) 2019-12-05 18:29:41 -08:00
Philipp MoritzandGitHub dd27bfbb75 Rename .rayproject to ray-project (#6278) 2019-12-05 16:15:42 -08:00
Eric LiangandGitHub 53641f1f74 Move more unit tests to bazel (#6250)
* move more unit tests to bazel

* move to avoid conflict

* fix lint

* fix deps

* seprate

* fix failing tests

* show tests

* ignore mismatch

* try combining bazel runs

* build lint

* remove tests from install

* fix test utils

* better config

* split up

* exclusive

* fix verbosity

* fix tests class

* cleanup

* remove flaky

* fix metrics test

* Update .travis.yml

* no retry flaky

* split up actor

* split basic test

* split up trial runner test

* split stress

* fix basic test

* fix tests

* switch to pytest runner for main

* make microbench not fail

* move load code to py3

* test is no longer package

* bazel to end
2019-11-24 11:43:34 -08:00
Edward OakesandGitHub abbfe7392f Bump dev version to 0.8.0.dev6 (#5906) 2019-10-14 11:36:13 +01:00
Eric LiangandRobert Nishihara b5da32df78 Bump Ray version in documentation to dev5 (#5794) 2019-09-27 00:19:17 -07:00
Philipp MoritzandGitHub 57a5871ea6 Convert long running stress tests to projects (#5641) 2019-09-26 11:25:09 -07:00
Eric LiangandGitHub a101812b9f Replace --redis-address with --address in test, docs, tune, rllib (#5602)
* wip

* add tests and tune

* add ci

* test fix

* lint

* fix tests

* wip

* sugar dep
2019-09-01 16:53:02 -07:00
Robert NishiharaandPhilipp Moritz 851c5b2dae Add a script for benchmarking performance for Ray developers. (#5472) 2019-08-19 23:41:23 -07:00
Philipp MoritzandStephanie Wang ccee77aafd fix node_failures.py (#5167) 2019-07-11 11:40:13 -07:00