-
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
[attempt 2] Eager import pandas in ray data for python >= 3.7 #33103
Conversation
Signed-off-by: Eric Liang <[email protected]>
There seems a new failure of python/ray/data/tests/test_dataset_image.py. |
It seems to be broken in master for me. |
Weird, I didn't see the failure on https://flakey-tests.ray.io/, or on my split PR - #33101 . Could we rebase to latest master to be sure? |
Yeah the one with
|
ah I guess in this case, the eager import causes longer execution time for test, so sleep for 1 second is not enough:
@ericl - could you try increasing the sleep time, e.g. 5 seconds? |
Signed-off-by: Eric Liang <[email protected]>
I changed it to a wait for condition, but I think the failure is not related. I can reliably reproduce on master |
I guess one possible reason might be due to different laptop environment, so some of us can reproduce locally but not all. |
…oject#33103) Signed-off-by: Jack He <[email protected]>
…oject#33103) Signed-off-by: Edward Oakes <[email protected]>
…oject#33103) Signed-off-by: elliottower <[email protected]>
…oject#33103) Signed-off-by: Jack He <[email protected]>
Why are these changes needed?
The original fix was reverted: #32533
Closes #32435