Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
098ba29
add integration tests for task events
MengjinYan Oct 10, 2025
e5a4744
Merge branch 'master' into core-703-11
MengjinYan Oct 15, 2025
3ac1a07
Merge branch 'master' into core-703-11
MengjinYan Oct 15, 2025
15be6be
Merge branch 'master' into core-703-11
MengjinYan Oct 17, 2025
5d9f73a
Merge branch 'master' into core-703-11
MengjinYan Oct 20, 2025
83a1a20
fix the tests based on the task event schema update
MengjinYan Oct 20, 2025
c232920
move the test to medium size test list
MengjinYan Oct 20, 2025
d869717
Merge branch 'master' into core-703-11
MengjinYan Oct 20, 2025
8791de0
Merge branch 'master' into core-703-11
MengjinYan Oct 21, 2025
1239b26
add logic to test the preserving proto field option
MengjinYan Oct 21, 2025
5176f7c
Merge branch 'master' into core-703-11
MengjinYan Oct 21, 2025
ee2869b
move the test to large
MengjinYan Oct 21, 2025
855b9e4
fix cursor comment
MengjinYan Oct 21, 2025
0024526
improve the test logic
MengjinYan Oct 22, 2025
bfe1fd0
Merge branch 'master' into core-703-11
MengjinYan Oct 22, 2025
83544c0
add followup issues
MengjinYan Oct 22, 2025
d7ee0a1
Merge branch 'master' into core-703-11
MengjinYan Oct 22, 2025
7ef3bed
move the test to medium size
MengjinYan Oct 23, 2025
a53c986
fix tests
MengjinYan Oct 24, 2025
a037979
Merge branch 'master' into core-703-11
MengjinYan Oct 24, 2025
18693ac
Update python/ray/tests/test_ray_event_export_task_events.py
MengjinYan Oct 24, 2025
88648c1
Update python/ray/tests/test_ray_event_export_task_events.py
MengjinYan Oct 24, 2025
de4d664
fix lint failure
MengjinYan Oct 24, 2025
e55ca1b
Merge branch 'master' into core-703-11
MengjinYan Oct 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions python/ray/tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ py_test_module_list(
"test_multiprocessing_standalone.py",
"test_node_label_scheduling_strategy.py",
"test_object_spilling_2.py",
"test_ray_event_export_task_events.py",
"test_reference_counting_2.py",
"test_reference_counting_standalone.py",
"test_runtime_env_agent.py",
Expand Down
Loading