Skip to content
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

Merged

Conversation

shrekris-anyscale
Copy link
Contributor

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

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
  • 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
    • Release tests
      • This change modifies the long_running_serve_failure test.

Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
Copy link
Member

@cadedaniel cadedaniel left a 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)

Copy link
Contributor

@architkulkarni architkulkarni left a 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>
@architkulkarni
Copy link
Contributor

Oh I guess it's a nit, I thought it would halve the number of iterations but it doesn't actually

@shrekris-anyscale
Copy link
Contributor Author

Remove iteration += 1 from line 169?

Good catch, I removed it.

@shrekris-anyscale
Copy link
Contributor Author

Two tests are failing, but they're unrelated–

Screen Shot 2023-01-30 at 2 41 11 PM

This is ready to merge. @sihanwang41 @architkulkarni

@shrekris-anyscale shrekris-anyscale added the tests-ok The tagger certifies test failures are unrelated and assumes personal liability. label Jan 30, 2023
@architkulkarni architkulkarni merged commit b350f8d into ray-project:master Jan 30, 2023
clarng pushed a commit to clarng/ray that referenced this pull request Jan 31, 2023
…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.
architkulkarni pushed a commit that referenced this pull request Feb 6, 2023
…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
edoakes pushed a commit to edoakes/ray that referenced this pull request Mar 22, 2023
…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>
edoakes pushed a commit to edoakes/ray that referenced this pull request Mar 22, 2023
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests-ok The tagger certifies test failures are unrelated and assumes personal liability.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Serve] long_running_serve_failure is unstable
4 participants