Commit graph

160 commits

Author SHA1 Message Date
Yi Cheng
7a7b356899
[Nightly test] add test for grpc broadcasting (#19579) 2021-10-21 07:01:41 -07:00
Yi Cheng
01b899dafb
[nightly] Fix broken test due to bad syntax #19536 (#19536) 2021-10-19 21:43:46 -07:00
Yi Cheng
7a9cedfc5c
[nightly] Add grpc based broadcasting into nightly test for decision_tree (#19531)
* dbg

* up

* check

* up

* up

* put grpc based one into nightly test

* up
2021-10-19 19:59:39 -07:00
Chen Shen
b38ebd368c
[Dataset][nighlyt-test] spend less money #19488
Reduce the epoch and ensure everything runs in the same datacenter.
2021-10-18 18:53:50 -07:00
Kai Fricke
ad94eb03c6
[ci/release] wrap pip github installs in quotation marks to prevent comment errors (#19464) 2021-10-18 18:55:56 +01:00
Chen Shen
9dba5e0ead
[dataset][nightly-test] fix pipeline ingest test (#19437) 2021-10-18 11:31:24 +01:00
Yi Cheng
1dc03cd49d
[nightly] Put many nodes actor test back (#19313)
## Why are these changes needed?
There are two issues fixed in this PR:
- make sure wait for session count alive node
- upgrade the machine to match what's tested in oss ray.

## Related issue number
https://github.com/ray-project/ray/issues/19084
2021-10-13 15:51:12 -07:00
SangBin Cho
dd1c1f9787
[Nightly test] remove env vars from tests (#19221)
When testing it we should minimize unnecessary env vars (and it's better working with the default config). This PR removes unnecessary env vars that are set.
2021-10-08 06:53:23 -07:00
Clark Zinzow
ca731d7c86
[Datasets] Fix API breakage in Datasets nightly test. 2021-10-07 15:07:19 -07:00
SangBin Cho
22f4ffed08
Disable cpu-only-nodes preferred scheduling that breaks placement groups. (#19129)
* Add a regression test for the short term

* done

* address code review

* lint
2021-10-07 05:34:04 -07:00
Eric Liang
86cbe3e833
[data] Add support for repeating and re-windowing a DatasetPipeline (#19091) 2021-10-06 20:13:43 -07:00
Yi Cheng
1eecb7d80b
up (#19092) 2021-10-04 23:54:31 -07:00
SangBin Cho
55227a15b9
Handle retry to avoid statement timeout exception/ (#18968) 2021-09-29 23:04:35 -07:00
Yi Cheng
a993f3a262
[nightly] update nightly test for many node test 2021-09-29 17:28:44 -07:00
Dmitri Gekhtman
944309c017
Revert "[nightly] Deflaky nightly test many_nodes_actor_test (#18582)" (#18954)
* Revert "[nightly] Deflaky nightly test many_nodes_actor_test (#18582)"

This reverts commit fc6a739e4b.

* move to large test

Co-authored-by: Yi Cheng <chengyidna@gmail.com>
2021-09-29 11:02:14 -04:00
Chen Shen
62a73f4ce8
[nightly test][event] enable event logs in nightly tests (#18936) 2021-09-28 01:29:26 -07:00
Chen Shen
7c99aae033
[dataset][nightly-test] add pipelined ingestion/training nightly test 2021-09-23 20:39:03 -07:00
Yi Cheng
fc6a739e4b
[nightly] Deflaky nightly test many_nodes_actor_test (#18582) 2021-09-20 22:43:48 -07:00
Kai Fricke
7d1e6d3129
[ci/release] Add sanity check for ray wheels hash to release tests (#18489) 2021-09-10 17:50:31 +01:00
Yi Cheng
23e9af0601
[test] Add x nodes y actors test to nightly tests (#18291) 2021-09-03 18:54:23 -07:00
SangBin Cho
814095add6
Revert "Change instance type for some tests (#18248)" (#18320)
This reverts commit 34026a7bd5.
2021-09-02 17:45:02 -07:00
SangBin Cho
34026a7bd5
Change instance type for some tests (#18248) 2021-08-31 10:10:46 -07:00
SangBin Cho
eab506cc37
[Test] Disable non streaming shuffle 5000 partitions (#18224)
* Disable non streaming shuffle 5000 partitions

* increase timeout for 5000 partition shuffle
2021-08-31 00:28:15 -07:00
SangBin Cho
dfbad8668a
Support better infra failure detection + stable flag (#18202) 2021-08-30 10:51:03 -07:00
SangBin Cho
43da68e657
Fix a nightly dask on ray test (#18060) 2021-08-24 22:15:34 -07:00
Chen Shen
89f988e9cc
add dataset shuffle data loader (#17917) 2021-08-20 11:26:01 -07:00
SangBin Cho
4971e13941
[Build] Asan wheel test (#17685)
* in progerss

* ASAN tests.

* d

* in progress

* in progress without the asan wheel

* Support the asan wheel.

* Support the asan wheels

* Not build a binary for asan

* Fix issues

* Remove a wrong build

* Separate out asan wheel build

* Try preparing more deps.

* ip

* Try different version

* done

* d

* Trial

* Another try

* Another try

* skip cpp build to see what happens

* add more des

* ip

* abc

* Try next

* completed

* try

* Try without static libasan

* dbg

* Try static link

* Fix issues

* abc
2021-08-17 10:21:41 -07:00
Eric Liang
ce171f10a1
Remove legacy plasma unlimited and pull manager pinning flag (#17753) 2021-08-11 20:19:12 -07:00
SangBin Cho
a3c5cce834
Add prepare for dask on ray 1tb sort. (#17708) 2021-08-10 16:26:05 -07:00
SangBin Cho
d05571af2d
Fix a progress bar issue and add it to the nightly (#17627)
* Fix a progress bar issue and add it to the nightly

* Trial

* in progress

* Fix issues.
2021-08-09 19:31:47 -07:00
Eric Liang
d4f9d3620e
Move ray.data out of experimental (#17560) 2021-08-04 13:31:10 -07:00
Chen Shen
8393b9add8
[Test] increase timeout for autoscaling shuffle (#17545) 2021-08-03 23:16:00 -07:00
Alex Wu
fb3be7a7dd
Fix dataset inference nightly test (#17549)
Co-authored-by: Alex Wu <alex@anyscale.com>
2021-08-03 14:17:11 -07:00
Alex Wu
d9cd3800c7
Dataset speed up read (#17435) 2021-08-01 18:03:46 -07:00
Chen Shen
d856abb70d
[Test] increase memory for 5000 partitions shuffle (#17429) 2021-07-29 21:56:16 -07:00
SangBin Cho
e1cd8580a0
[Test] Add various fixes to the nightly dashboard to improve signals (#17351)
* Add various fixes to the nightly dashboard to improve signals

* Fix issues
2021-07-27 12:37:11 -07:00
Chen Shen
fe9a6b669c
[nightly-test] add 4-nodes shuffle-data-loader test (#17155) 2021-07-19 17:46:22 -07:00
SangBin Cho
561dcbd99c
[Test] Fix the permission issue for Dask on Ray multi node sort #17189( #17189) 2021-07-19 14:42:39 -07:00
Alex Wu
93c16346bf
[Dataset] imagenet nightly test (#17069) 2021-07-16 14:15:49 -07:00
SangBin Cho
ef1d9278b8
[Test] nightly test dask on ray multi node sort (#17141) 2021-07-15 23:13:35 -07:00
Chen Shen
2a53d22438
[nightly-test] add test shuffle_data_loader (#16972)
* test shuffle_data_loader

* address comments

* update
2021-07-15 20:03:35 -07:00
SangBin Cho
536537cd1a
[Test] Update large scale data processing tests (#16967)
* in progress

* in progress
2021-07-13 19:15:13 -07:00
Eric Liang
fa0ff057d6
Add a new autoscaling shuffle test (#16948) 2021-07-12 16:54:38 -07:00
Chen Shen
667f53a0a2
add stress test (#16977) 2021-07-11 09:59:41 -07:00
SangBin Cho
33e319e9d7
[Tests] Remove app level error from nightly tests (#16968)
* Completed

* Fix tests

* increase the node wait timeout

Signed-off-by: SangBin Cho <rkooo567@gmail.com>
2021-07-09 12:20:42 -07:00
SangBin Cho
33a2213c6f
Add another large scale shuffle test to verify stability (#16902) 2021-07-06 22:24:00 -07:00
Eric Liang
d956ca1b54
Add decision tree test to nightly builds (#16912) 2021-07-06 20:49:04 -07:00
SangBin Cho
7bd3138227
[Test] Support stress test smoke test (#16827)
* Support smoke test

* lint
2021-07-02 09:50:26 -07:00
Chen Shen
c4d7b31a79
[Test] Placement group stress test (#16633) 2021-06-24 21:35:55 -07:00
Chen Shen
853caea146
[tests]migrate test-many-tasks/test-dead-actors to nightly tests (#16469)
* init commit

* Update release/nightly_tests/nightly_tests.yaml

Co-authored-by: Kai Fricke <krfricke@users.noreply.github.com>

* Update release/nightly_tests/nightly_tests.yaml

Co-authored-by: Kai Fricke <krfricke@users.noreply.github.com>

Co-authored-by: Kai Fricke <krfricke@users.noreply.github.com>
2021-06-18 18:43:25 -07:00