-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[Test] gcs_placement_group_manager_test flaky in the master #30573
Comments
I will look at this issue. It should be only a test issue introduced by #24875 PR. Now it may be related to multi-threaded execution. |
I don't understand if #30577 fixes the root cause in The hacky fix for |
We merged the PR. Let's see if it becomes unflaky after that |
I will also add more tests as a follow up. So we shouldn't close this (but just downgrade the priority) |
Just FYI, timeout still happens on release branch: https://buildkite.com/ray-project/oss-ci-build-branch/builds/1306#0184c0a2-9b0c-4ce7-905c-bb016a34d56d and |
Hmm I guess this is not fixed by that PR... Let me take a look tomorrow. |
Just confirming is this still release blocking or we can drop it? |
Can you give me one more day for this? I will sort that out by today. |
(is this the last blocker?) |
I looked at the few flakey's, maybe the branch code is relatively old and didn't bring my fix PR. |
@xwjiang2010 this is also a test issue. @cadedaniel it is the same issue as you mentioned. I found if I add until io service is empty, it passes 300 times in a row without an issue. I will fix this separately, but it doesn't need to be a release blocker. |
What happened + What you expected to happen
After merging this PR,
test_placement_group
became flaky. We should investigate and fix it.cc @xwjiang2010 I will mark it as a release blocker until we find the root cause.
cc @larrylian
Versions / Dependencies
master
Reproduction script
n/a
Issue Severity
No response
The text was updated successfully, but these errors were encountered: