ray icon indicating copy to clipboard operation
ray copied to clipboard

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

Open rynewang opened this issue 9 months ago • 1 comments

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 https://github.com/ray-project/ray/issues/45278

rynewang avatar May 13 '24 22:05 rynewang

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

rynewang avatar May 17 '24 01:05 rynewang