[data] Unit-test physical execution of Datasets #37106
Labels
data
Ray Data-related issues
enhancement
Request for new feature and/or capability
P1
Issue that should be fixed within a few weeks
ray-2.9
Issues targeting Ray 2.9 release (~Q4 CY2023)
Description
We should unit-test Datasets' interaction with the Ray core layer by tracing the calls to
f.remote()
and checking that these match the expected behavior. This could help prevent performance regressions like the following:.options
(e.g., scheduling strategy)Ideally all (performance-critical) Dataset tests should explicitly say what Ray core tasks they expect to produce.
Use case
No response
The text was updated successfully, but these errors were encountered: