-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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] Mark long_running_serve_failure
test as stable
#32063
[Serve] Mark long_running_serve_failure
test as stable
#32063
Conversation
Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
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.
LGTM assuming the dashboard change that broke last time is fixed #31741 (comment)
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.
Remove iteration += 1
from line 169?
Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
Oh I guess it's a nit, I thought it would halve the number of iterations but it doesn't actually |
Good catch, I removed it. |
Two tests are failing, but they're unrelated–
This is ready to merge. @sihanwang41 @architkulkarni |
…ct#32063) The long_running_serve_failure release test is marked as unstable due to recent failures. Recently, ray-project#31945 and ray-project#32011 have resolved the root causes of these failures. After those changes, the test ran successfully for 15+ hours without failure. This change limits the test's iterations, so it doesn't run forever, and it marks the test as stable.
…32181) #32063 fixed some issues with the long_running_serve_failure release test and then marked it stable. The test ran successfully afterwards (see test run), but the CI failed to access logs from the cluster and reported the test as errored. The logs were inaccessible on the cluster due to an issue with the cluster setup. Since this test can run without persisting logs, this change drops the logging requirement for this test. Related issue number Closes #32169
…ct#32063) The long_running_serve_failure release test is marked as unstable due to recent failures. Recently, ray-project#31945 and ray-project#32011 have resolved the root causes of these failures. After those changes, the test ran successfully for 15+ hours without failure. This change limits the test's iterations, so it doesn't run forever, and it marks the test as stable. Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
…ay-project#32181) ray-project#32063 fixed some issues with the long_running_serve_failure release test and then marked it stable. The test ran successfully afterwards (see test run), but the CI failed to access logs from the cluster and reported the test as errored. The logs were inaccessible on the cluster due to an issue with the cluster setup. Since this test can run without persisting logs, this change drops the logging requirement for this test. Related issue number Closes ray-project#32169 Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
Signed-off-by: Shreyas Krishnaswamy shrekris@anyscale.com
Why are these changes needed?
The
long_running_serve_failure
release test is marked as unstable due to recent failures. Recently, #31945 and #32011 have resolved the root causes of these failures. After those changes, the test ran successfully for 15+ hours without failure. This change limits the test's iterations, so it doesn't run forever, and it marks the test as stable.Related issue number
Closes #31741
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.long_running_serve_failure
test.