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

[CI] Skip test_multiprocessing_client_mode on windows #35534

Merged

Conversation

architkulkarni
Copy link
Contributor

@architkulkarni architkulkarni commented May 18, 2023

Why are these changes needed?

This test is very flaky on Windows. This PR skips it on Windows.

Related issue number

Closes #35526

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 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.
  • 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 :(

Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
@architkulkarni
Copy link
Contributor Author

Once this is merged we can open another issue to un-skip this test (Or @can-anyscale , let me know if there's a better process to follow here)

@ArturNiederfahrenhorst
Copy link
Contributor

ArturNiederfahrenhorst commented May 18, 2023

This is obviously red on the 2.5.0 branch and we would like to have green tests there.
Can you please create a picking PR and add it to https://docs.google.com/spreadsheets/d/1RL1SjsPrmme5AWRwGPAKFRtjWSkjumIvjpk3zxtJTyM/edit#gid=0
?

@architkulkarni
Copy link
Contributor Author

Test failures unrelated, this PR just skips a test on Windows and the WIndows tests passed.
Screenshot 2023-05-19 at 9 49 28 AM

@architkulkarni architkulkarni added the tests-ok The tagger certifies test failures are unrelated and assumes personal liability. label May 19, 2023
@architkulkarni architkulkarni merged commit 06d25a7 into ray-project:master May 19, 2023
@architkulkarni architkulkarni deleted the skip-multiprocessing branch May 19, 2023 16:53
architkulkarni added a commit to architkulkarni/ray that referenced this pull request May 19, 2023
…35534)

test_multiprocessing_client_mode is very flaky on Windows. This PR skips it on Windows.

Related issue number
Closes ray-project#35526

Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
ArturNiederfahrenhorst pushed a commit that referenced this pull request May 19, 2023
)

test_multiprocessing_client_mode is very flaky on Windows. This PR skips it on Windows.

Related issue number
Closes #35526

Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
scv119 pushed a commit to scv119/ray that referenced this pull request Jun 16, 2023
…35534)

test_multiprocessing_client_mode is very flaky on Windows. This PR skips it on Windows.

Related issue number
Closes ray-project#35526

Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
arvind-chandra pushed a commit to lmco/ray that referenced this pull request Aug 31, 2023
…35534)

test_multiprocessing_client_mode is very flaky on Windows. This PR skips it on Windows.

Related issue number
Closes ray-project#35526

Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
can-anyscale pushed a commit that referenced this pull request Nov 16, 2023
After PR #35526 the test_multiprocessing_client_mode test became flaky on windows. It was skipped in #35534. Let's see if it passes now

Signed-off-by: mattip <matti.picus@gmail.com>
Co-authored-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
ujjawal-khare pushed a commit to ujjawal-khare-27/ray that referenced this pull request Nov 29, 2023
After PR ray-project#35526 the test_multiprocessing_client_mode test became flaky on windows. It was skipped in ray-project#35534. Let's see if it passes now

Signed-off-by: mattip <matti.picus@gmail.com>
Co-authored-by: Archit Kulkarni <architkulkarni@users.noreply.github.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.

[CI] Test is very flaky on master windows://python/ray/tests:test_multiprocessing_client_mode
6 participants