Skip to content

[data] Update bundle queue tests#60326

Merged
alexeykudinkin merged 3 commits intoray-project:masterfrom
iamjustinhsu:jhsu/add-more-bundle-queue-tests
Jan 21, 2026
Merged

[data] Update bundle queue tests#60326
alexeykudinkin merged 3 commits intoray-project:masterfrom
iamjustinhsu:jhsu/add-more-bundle-queue-tests

Conversation

@iamjustinhsu
Copy link
Copy Markdown
Contributor

Description

After #60017 got merged, I forgot to update the test_bundle_queue test suite. This PR adds more tests for num_blocks, num_rows, estimate_size_bytes, and len(queue)

Related issues

Additional information

Signed-off-by: iamjustinhsu <jhsu@anyscale.com>
@iamjustinhsu iamjustinhsu requested a review from a team as a code owner January 20, 2026 18:21
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request enhances the test suite for bundle_queue by adding more assertions for metrics like num_blocks, num_rows, and estimate_size_bytes. The changes are a good step towards improving test coverage. I've found a logical error in one of the new test assertions and a small opportunity to further improve test coverage in another.

@iamjustinhsu iamjustinhsu added the go add ONLY when ready to merge, run all tests label Jan 20, 2026
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Signed-off-by: iamjustinhsu <jhsu@anyscale.com>
@ray-gardener ray-gardener bot added the data Ray Data-related issues label Jan 20, 2026
@alexeykudinkin alexeykudinkin merged commit 8fedd4b into ray-project:master Jan 21, 2026
6 checks passed
@iamjustinhsu iamjustinhsu deleted the jhsu/add-more-bundle-queue-tests branch January 21, 2026 19:33
jinbum-kim pushed a commit to jinbum-kim/ray that referenced this pull request Jan 29, 2026
## Description
After ray-project#60017 got merged, I forgot to update the `test_bundle_queue` test
suite. This PR adds more tests for `num_blocks`, `num_rows`,
`estimate_size_bytes`, and `len(queue)`
## Related issues

## Additional information

---------

Signed-off-by: iamjustinhsu <jhsu@anyscale.com>
Signed-off-by: jinbum-kim <jinbum9958@gmail.com>
400Ping pushed a commit to 400Ping/ray that referenced this pull request Feb 1, 2026
## Description
After ray-project#60017 got merged, I forgot to update the `test_bundle_queue` test
suite. This PR adds more tests for `num_blocks`, `num_rows`,
`estimate_size_bytes`, and `len(queue)`
## Related issues

## Additional information

---------

Signed-off-by: iamjustinhsu <jhsu@anyscale.com>
Signed-off-by: 400Ping <jiekaichang@apache.org>
ryanaoleary pushed a commit to ryanaoleary/ray that referenced this pull request Feb 3, 2026
## Description
After ray-project#60017 got merged, I forgot to update the `test_bundle_queue` test
suite. This PR adds more tests for `num_blocks`, `num_rows`,
`estimate_size_bytes`, and `len(queue)`
## Related issues

## Additional information

---------

Signed-off-by: iamjustinhsu <jhsu@anyscale.com>
peterxcli pushed a commit to peterxcli/ray that referenced this pull request Feb 25, 2026
## Description
After ray-project#60017 got merged, I forgot to update the `test_bundle_queue` test
suite. This PR adds more tests for `num_blocks`, `num_rows`,
`estimate_size_bytes`, and `len(queue)`
## Related issues

## Additional information

---------

Signed-off-by: iamjustinhsu <jhsu@anyscale.com>
Signed-off-by: peterxcli <peterxcli@gmail.com>
peterxcli pushed a commit to peterxcli/ray that referenced this pull request Feb 25, 2026
## Description
After ray-project#60017 got merged, I forgot to update the `test_bundle_queue` test
suite. This PR adds more tests for `num_blocks`, `num_rows`,
`estimate_size_bytes`, and `len(queue)`
## Related issues

## Additional information

---------

Signed-off-by: iamjustinhsu <jhsu@anyscale.com>
Signed-off-by: peterxcli <peterxcli@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data Ray Data-related issues go add ONLY when ready to merge, run all tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants