-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
P0Issues that should be fixed in short orderIssues that should be fixed in short orderdataRay Data-related issuesRay Data-related issuesgood-first-issueGreat starter issue for someone just starting to contribute to RayGreat starter issue for someone just starting to contribute to Ray
Description
Description
The test file python/ray/data/tests/test_block.py is currently broken because it was not being run in CI. This test was inadvertently excluded from CI runs, allowing it to become broken over time.
Action Items
- Investigate why this test is broken
- Fix the failing tests in
test_block.py - Ensure this test is included in CI runs going forward
- Update
semgrep.ymlto remove this test from the exclusion list once fixed
Context
This test file was discovered to be excluded from CI testing, which allowed it to break without detection.
Related PR: #57617
Metadata
Metadata
Assignees
Labels
P0Issues that should be fixed in short orderIssues that should be fixed in short orderdataRay Data-related issuesRay Data-related issuesgood-first-issueGreat starter issue for someone just starting to contribute to RayGreat starter issue for someone just starting to contribute to Ray