-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
Revert "Revert "[Prototype] [Core] Make expensive subpackage imports dynamic. (#27658)"" #30219
Revert "Revert "[Prototype] [Core] Make expensive subpackage imports dynamic. (#27658)"" #30219
Conversation
@clarkzinzow Do you know which gcs tests this original PR is causing the regression? |
Somehow there were 2 builds associated with PR: https://buildkite.com/ray-project/oss-ci-build-pr/builds/4997#_ seems to be the more useful one. |
Test failures look unreleated to me. tests:test_gcs_fault_tolerance PASS: https://buildkite.com/ray-project/oss-ci-build-pr/builds/4997#0184688c-4c0e-41cf-be6b-3e798bc3d660 |
cc @scv119 |
hmm there are a bunch of tests failed to run? |
This should be right CI: https://buildkite.com/ray-project/oss-ci-build-pr/builds/4997# |
…ndows (#30482) This test recently became much flakier: It's not clear what caused it. The seemingly most relevant PR around that time is #30219 but it's not obvious how it connects to the failing test. This PR skips the test on Windows to fix CI, but we should identify and fix the cause of flakiness.
…dynamic. (ray-project#27658)" (ray-project#29659)" (ray-project#30219) This reverts commit b0bd270. Signed-off-by: Weichen Xu <weichen.xu@databricks.com>
…ndows (ray-project#30482) This test recently became much flakier: It's not clear what caused it. The seemingly most relevant PR around that time is ray-project#30219 but it's not obvious how it connects to the failing test. This PR skips the test on Windows to fix CI, but we should identify and fix the cause of flakiness. Signed-off-by: Weichen Xu <weichen.xu@databricks.com>
Reverts #29659
Closes #29557