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

[core] Deflake windows://python/ray/tests:test_get_locations by reducing object size #45309

Merged
merged 2 commits into from
May 20, 2024

Conversation

rynewang
Copy link
Contributor

@rynewang rynewang commented May 13, 2024

In the test failure CI, I find this log:

(raylet) [2024-05-12 02:51:50,631 C 11560 2720] (raylet.exe) dlmalloc.cc:129: Check failed: *handle != nullptr CreateFileMapping() failed. GetLastError() = 1450

So maybe it's using too much mem and windows got OOM. Reducing the object size in CI.

Fixes #45278

Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
@rynewang rynewang changed the title [core] Fix windows test by reducing mem cost in ci [core] Fix windows://python/ray/tests:test_get_locations by reducing mem cost in ci May 13, 2024
@rynewang rynewang changed the title [core] Fix windows://python/ray/tests:test_get_locations by reducing mem cost in ci [core] Fix windows://python/ray/tests:test_get_locations by reducing object size in ci May 13, 2024
@rynewang rynewang marked this pull request as ready for review May 17, 2024 01:07
@rynewang
Copy link
Contributor Author

@jjyao windows test passed, let's merge this and deflake

@rynewang rynewang changed the title [core] Fix windows://python/ray/tests:test_get_locations by reducing object size in ci [core] Deflake windows://python/ray/tests:test_get_locations by reducing object size May 17, 2024
@jjyao jjyao merged commit 74fc9be into ray-project:master May 20, 2024
6 checks passed
@rynewang rynewang deleted the reduce-mem-win branch May 21, 2024 04:13
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.

CI test windows://python/ray/tests:test_get_locations is consistently_failing
2 participants