[tests] Enable chaos testing for Dask-on-Ray (#22927)

Turns on failures for Dask-on-Ray chaos tests.
This commit is contained in:
Stephanie Wang 2022-03-09 18:08:41 -05:00 committed by GitHub
parent c844c706bf
commit 1b45582e43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,8 @@
run:
timeout: 7200
prepare: python wait_cluster.py 21 600
# Total run time without failures is about 300-400s.
prepare: python wait_cluster.py 21 600; python setup_chaos.py --node-kill-interval 100
script: python dask_on_ray/large_scale_test.py --num_workers 20 --worker_obj_store_size_in_gb 20 --error_rate 0 --data_save_path /tmp/ray
# Test large scale dask on ray test with spilling.
@ -45,7 +46,8 @@
run:
timeout: 7200
prepare: python wait_cluster.py 21 600
# Total run time without failures is about 300-400s.
prepare: python wait_cluster.py 21 600; python setup_chaos.py --node-kill-interval 100
script: python dask_on_ray/large_scale_test.py --num_workers 150 --worker_obj_store_size_in_gb 70 --error_rate 0 --data_save_path /tmp/ray
- name: chaos_pipelined_ingestion_1500_gb_15_windows