-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Serve] Add more nuanced checks for http proxy status errors #47896
[Serve] Add more nuanced checks for http proxy status errors #47896
Conversation
Signed-off-by: Superskyyy <yihaochen@apache.org>
Signed-off-by: Superskyyy <yihaochen@apache.org>
Signed-off-by: Superskyyy <yihaochen@apache.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
Could you please also add an e2e test for this behavior to test_metrics.py
? You should be able to follow other tests there as a blueprint.
Fixup Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com> Signed-off-by: Superskyyy <yihaochen@apache.org>
Certainly, I will do that. Thanks |
Hey @Superskyyy just checking in, let me know if you need a pointer on the test |
@Superskyyy just checking in again, I can take over adding the required test if you don't have time |
…ject#47896) Closes: ray-project#47895 --------- Signed-off-by: Superskyyy <yihaochen@apache.org> Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com> Signed-off-by: Connor Sanders <connor@elastiflow.com>
…48822) Adds tests for: ray-project#47896 (and some stylistic refactoring). --------- Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com> Signed-off-by: Connor Sanders <connor@elastiflow.com>
…ject#47896) Closes: ray-project#47895 --------- Signed-off-by: Superskyyy <yihaochen@apache.org> Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com> Signed-off-by: hjiang <dentinyhao@gmail.com>
…48822) Adds tests for: ray-project#47896 (and some stylistic refactoring). --------- Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com> Signed-off-by: hjiang <dentinyhao@gmail.com>
Closes: #47895
Why are these changes needed?
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.