2019-03-29 16:49:02 -07:00
<!-- Thank you for your contribution! Please review https://github.com/ray - project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
2017-11-10 09:40:19 +01:00
2020-08-24 20:15:06 -07:00
<!-- Please add a reviewer to the assignee section when you create a PR. If you don't have the access to it, we will shortly find a reviewer and assign them to your PR. -->
2019-08-15 17:01:12 -07:00
## Why are these changes needed?
2019-08-24 20:37:45 -07:00
<!-- Please give a short summary of the change and the problem this solves. -->
2017-11-10 09:40:19 +01:00
## Related issue number
2019-03-29 16:49:02 -07:00
<!-- For example: "Closes #1234 " -->
2019-08-30 22:30:21 -07:00
## Checks
2019-03-29 16:49:02 -07:00
- [ ] I've run `scripts/format.sh` to lint the changes in this PR.
2020-09-19 03:30:45 -04:00
- [ ] I've included any doc changes needed for https://docs.ray.io/en/master/.
2020-09-11 12:43:54 -07:00
- [ ] I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
2020-03-08 15:16:49 -07:00
- Testing Strategy
- [ ] Unit tests
- [ ] Release tests
2020-09-11 12:43:54 -07:00
- [ ] This PR is not tested :(