Commit 0512b43
Fix/ray serve test state api usage (ray-project#56948)
## Why are these changes needed?
Fixes a unit test that was broken but not running in CI.
## Related issue number
Fixes ray-project#53478
## Checks
- [y] I've signed off every commit(by using the -s flag, i.e., `git
commit -s`) in this PR.
- [y] I've run `scripts/format.sh` to lint the changes in this PR.
- [y] I've included any doc changes needed for
https://docs.ray.io/en/master/.
- [ ] I've added any new APIs to the API Reference. For example, if I
added a
method in Tune, I've added it in `doc/source/tune/api/` under the
corresponding `.rst` file.
- [y] 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/.
- Testing Strategy
- [y] Unit tests
- [ ] Release tests
- [ ] This PR is not tested :(
---------
Signed-off-by: Jason <jcarlson212@gmail.com>
Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com>1 parent cbe6bec commit 0512b43
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1082 | 1082 | | |
1083 | 1083 | | |
1084 | 1084 | | |
1085 | | - | |
| 1085 | + | |
1086 | 1086 | | |
1087 | 1087 | | |
1088 | 1088 | | |
| |||
0 commit comments