Skip to content

Commit 7fc2d1a

Browse files
authored
[Data] Allow worker OOMs for certain release tests (#62376)
This change sets `RAYTEST_FAIL_ON_WORKER_OOM=0` for the following release tests: ``` read_large_parquet_fixed_size read_large_parquet_autoscaling map_batches_fixed_size_tasks_numpy_once  ( map_batches_autoscaling_tasks_numpy_once map_batches_fixed_size_tasks_pyarrow_repeat ``` Signed-off-by: Ayush Kumar <ayushk7102@gmail.com>
1 parent ede2730 commit 7fc2d1a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

release/release_data_tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
byod:
4545
runtime_env:
4646
- RAY_DATA_DEBUG_RESOURCE_MANAGER=1
47-
- RAYTEST_FAIL_ON_WORKER_OOM=1
47+
- RAYTEST_FAIL_ON_WORKER_OOM=0 # Allow worker OOM during test
4848
- RAYTEST_FAIL_ON_DEAD_NODES=0 # Allow node death during test
4949
cluster_compute: "{{scaling}}_cpu_compute.yaml"
5050

@@ -494,6 +494,9 @@
494494
repeat_map_batches: once
495495

496496
cluster:
497+
byod:
498+
runtime_env:
499+
- RAYTEST_FAIL_ON_WORKER_OOM=0
497500
cluster_compute: "{{scaling}}_cpu_compute.yaml"
498501

499502
run:

0 commit comments

Comments
 (0)