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

[workflow] Deprecate "workflow.step" [Part 3 - events] #23796

Merged
merged 2 commits into from
Apr 8, 2022

Conversation

suquark
Copy link
Member

@suquark suquark commented Apr 8, 2022

Why are these changes needed?

This PR follows #23728

Related issue number

Checks

  • 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
    • Unit tests
    • Release tests
    • This PR is not tested :(

@@ -305,6 +305,9 @@ def __setstate__(self, n):
# guarentee obj1's finish.
obj1 = c.incr.run_async(10) # noqa
obj2 = c.incr.run(10) # noqa
# TODO(suquark): The test is flaky sometimes (only on CI), which might indicates
# some bugs. This is a workaroundde temporarily.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to file an issue and fix this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The related issue: #23760

@suquark
Copy link
Member Author

suquark commented Apr 8, 2022

The workflow failure in the test is related to #23760 and is not related to this PR. I'll merge it.

@suquark suquark merged commit 6dc74f5 into ray-project:master Apr 8, 2022
@suquark suquark deleted the deprecated_workflow_step_3 branch April 8, 2022 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants