Skip to content

Add Combo test cases#2873

Draft
charlesli640 wants to merge 8 commits into
mainfrom
combo_test/initial_cases
Draft

Add Combo test cases#2873
charlesli640 wants to merge 8 commits into
mainfrom
combo_test/initial_cases

Conversation

@charlesli640

@charlesli640 charlesli640 commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

Description

For multiple features co-working, developed a few E2E test scripts.

test_combo_chunked_offload_spec.py:
Chuncked prefill + KV cache offload + Async Sheduling + Speculative decoding

test_combo_hybrid_kv_cache_prefix.py:
Prefix Caching + Hybrid KV Cache

test_combo_offload_prefix_spec.py:
Speculative Decoding + Prefix Caching + and KV Cache Cache Offloading

test_combo_sampling_params_prefix.py:
Prefix Caching + Sampling Params

test_combo_structured_sampling_params.py:
Structured Decoding + Sampling Params

Fix b/506848347

Tests

Please describe how you tested this change, and include any instructions and/or
commands to reproduce.

Checklist

Before submitting this PR, please make sure:

  • I have performed a self-review of my code.
  • I have necessary comments in my code, particularly in hard-to-understand areas.
  • I have made or will make corresponding changes to any relevant documentation.

@github-actions

Copy link
Copy Markdown

Description

Start with a short description of what the PR does and how this is a change from
the past.

The rest of the description includes relevant details and context, examples:

  • why is this change being made,
  • the problem being solved and any relevant context,
  • why this is a good solution,
  • some information about the specific implementation,
  • shortcomings of the solution and possible future improvements.

If the change fixes a Github issue, please include a link, e.g.,:
FIXES: #123456

Tests

Please describe how you tested this change, and include any instructions and/or
commands to reproduce.

Checklist

Before submitting this PR, please make sure:

  • I have performed a self-review of my code.
  • I have necessary comments in my code, particularly in hard-to-understand areas.
  • I have made or will make corresponding changes to any relevant documentation.

@charlesli640 charlesli640 force-pushed the combo_test/initial_cases branch from 3cf7a34 to 7383cc3 Compare June 12, 2026 00:30
@meiyeh123 meiyeh123 force-pushed the combo_test/initial_cases branch from 5ebb122 to 08daa6a Compare June 12, 2026 02:47
@meiyeh123 meiyeh123 marked this pull request as draft June 12, 2026 03:06
@meiyeh123 meiyeh123 force-pushed the combo_test/initial_cases branch from 9eb0599 to a4578d9 Compare June 12, 2026 03:54
@charlesli640 charlesli640 force-pushed the combo_test/initial_cases branch from 939bcde to 4a5df75 Compare June 17, 2026 01:04
Charles Li and others added 4 commits June 23, 2026 11:28
For multiple features co-working, developed a few E2E test scripts.

test_combo_chunked_offload_spec.py:
 Chuncked prefill + KV cache offload + Async Sheduling + Speculative decoding

test_combo_hybrid_kv_cache_prefix.py:
 Prefix Caching + Hybrid KV Cache

test_combo_offload_prefix_spec.py:
 Speculative Decoding + Prefix Caching + and KV Cache Cache Offloading

test_combo_sampling_params_prefix.py:
 Prefix Caching + Sampling Params

test_combo_structured_sampling_params.py:
 Structured Decoding + Sampling Params

Signed-off-by: Charles Li <licharles@google.com>
Signed-off-by: dennis yeh <dennis.yeh@cienet.com>
Signed-off-by: dennis yeh <dennis.yeh@cienet.com>
Signed-off-by: Charles Li <licharles@google.com>
@meiyeh123 meiyeh123 force-pushed the combo_test/initial_cases branch from 4a5df75 to 2a4cc72 Compare June 23, 2026 03:31
Signed-off-by: dennis yeh <dennis.yeh@cienet.com>
@meiyeh123 meiyeh123 force-pushed the combo_test/initial_cases branch from 60e8a28 to 7dfcace Compare June 23, 2026 03:36
@circlepen circlepen force-pushed the combo_test/initial_cases branch 2 times, most recently from 2af2773 to 41377aa Compare June 24, 2026 04:20
Signed-off-by: Lyle Lai <lyle.lai@cienet.com>
@circlepen circlepen force-pushed the combo_test/initial_cases branch from 41377aa to e6134ff Compare June 24, 2026 04:55
Signed-off-by: Lyle Lai <lyle.lai@cienet.com>
This reverts commit 414de8c.

Signed-off-by: Lyle Lai <lyle.lai@cienet.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants