Skip to content

other(tests): tests for bucketing manager#521

Open
huijjj wants to merge 1 commit intodevfrom
add-bucketing-manager-tests
Open

other(tests): tests for bucketing manager#521
huijjj wants to merge 1 commit intodevfrom
add-bucketing-manager-tests

Conversation

@huijjj
Copy link
Copy Markdown
Collaborator

@huijjj huijjj commented Apr 10, 2026

🚀 Summary of Changes

Tests for bucketing manager codes


📌 Related Issues / Tickets

  • Resolves #
  • Related to #

✅ Type of Change

  • 🚀 Release (release)
  • ✨ Feature (feature)
  • 🧠 Model support (model)
  • 🧬 Core engine changes (core)
  • 🛠 Bug fix (fix)
  • ⚙️ Performance improvement (perf)
  • 🔁 Refactor or code cleanup (refactor)
  • 📄 Documentation (docs)
  • ❓ Other (other): please describe

🧪 How to Test

  1. Run ...
  2. Verify output: ...
  3. Edge case tested: ...

📸 Screenshots / Logs (if applicable)

Before

vllm_rbln/v1/worker/bucketing/__init__.py                                             15      9      8      0    26%   43-65
vllm_rbln/v1/worker/bucketing/bucketing_manager.py                                    34     20     12      0    30%   25-32, 37, 42, 47, 52, 56-59, 73-84
vllm_rbln/v1/worker/bucketing/exponential_bucketing_manager.py                        18     14      6      0    17%   28-37, 41-53
vllm_rbln/v1/worker/bucketing/linear_bucketing_manager.py                             16     12      4      0    20%   28-37, 41-47
vllm_rbln/v1/worker/bucketing/manual_bucketing_manager.py                             11      7      2      0    31%   26-28, 34-42

After

vllm_rbln/v1/worker/bucketing/__init__.py                                             15      0      8      0   100%
vllm_rbln/v1/worker/bucketing/bucketing_manager.py                                    34      0     12      0   100%
vllm_rbln/v1/worker/bucketing/exponential_bucketing_manager.py                        18      0      6      0   100%
vllm_rbln/v1/worker/bucketing/linear_bucketing_manager.py                             16      0      4      0   100%
vllm_rbln/v1/worker/bucketing/manual_bucketing_manager.py                             11      0      2      0   100%

📋 Checklist

  • PR title follows Conventional Commits format
  • This PR is linked to an existing issue
  • The test method is described, and the expected result is clearly stated
  • Relevant documentation has been updated (if applicable)

💬 Notes


@huijjj huijjj self-assigned this Apr 10, 2026
@huijjj huijjj added the torch.compile torch.compile based implementation label Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

torch.compile torch.compile based implementation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant