Chen Shen
Chen Shen
## Why are these changes needed? ## Related issue number ## Checks - [ ] I've signed off every commit(by using the -s flag, i.e., `git commit -s`) in this...
### What happened + What you expected to happen Looks it timed out. Please take a look! https://console.anyscale-staging.com/o/anyscale-internal/projects/prj_mWECugke9RzMh79BZQqeykjN/clusters/ses_4KqyqTPbi88KuUxhcMiXNiAP?command-history-section=command_history ### Versions / Dependencies releases/2.0.0 ### Reproduction script N/A ### Issue Severity...
### What happened + What you expected to happen https://buildkite.com/ray-project/release-tests-branch/builds/882#018286ad-19f9-4a31-ba38-f655b7de591c ### Versions / Dependencies releases/2.0.0rc1 ### Reproduction script N/A ### Issue Severity High: It blocks me from completing my task.
### What happened + What you expected to happen [ml_user_ray_lightning_user_test_master](https://buildkite.com/ray-project/release-tests-branch/builds/882#018286ad-19e7-404a-95bb-44e8d1963d31) is failing ### Versions / Dependencies releases/2.0.0rc1 ### Reproduction script N/A ### Issue Severity High: It blocks me from completing...
### What happened + What you expected to happen https://console.anyscale.com/o/anyscale-internal/projects/prj_2xR6uT6t7jJuu1aCwWMsle/clusters/ses_aJSDCGnJcMYKWxSCQz1xjY2z https://buildkite.com/ray-project/release-tests-branch/builds/878#01828150-1883-4356-8bb3-b12598ecb926 ### Versions / Dependencies releases/2.0.0rc1 ### Reproduction script N/A ### Issue Severity High: It blocks me from completing my...
### What happened + What you expected to happen ``` Traceback (most recent call last): File "dataset/sort.py", line 140, in print(ds.stats()) File "/home/ray/anaconda3/lib/python3.7/site-packages/ray/data/dataset.py", line 3374, in stats return self._plan.stats().summary_string() File...
### What happened + What you expected to happen https://console.anyscale.com/o/anyscale-internal/projects/prj_2xR6uT6t7jJuu1aCwWMsle/clusters/ses_EahfUwhMBcazCpzBCKTaVjqk?command-history-section=command_history ``` 2m[36m(RayTrainWorker pid=386, ip=10.0.0.52)[0m testing batch [4700] loss: 0.29770761728286743 [2m[36m(PipelineSplitExecutorCoordinator pid=472, ip=10.0.0.183)[0m At least one of the input arguments for...
### What happened + What you expected to happen https://buildkite.com/ray-project/release-tests-branch/builds/878#01828150-168f-48da-8696-07685342a4e9 https://console.anyscale-staging.com/o/anyscale-internal/projects/prj_mWECugke9RzMh79BZQqeykjN/clusters/ses_BKUCr6MZq3CQNkWCYgpZQ9MZ ### Versions / Dependencies releases/2.0.0rc1 ### Reproduction script N/A ### Issue Severity High: It blocks me from completing my...
### What happened + What you expected to happen We need upgrade pytest to 6.2.4 to support python 3.10. However a bunch of tests are failing once we upgrade them....
## Why are these changes needed? Previously the worker get job_config information from raylet on construction. This prevents us from lazily binding job_config to workers. This PR enables lazily bind...