Skip to content

Commit 7402291

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c887641 commit 7402291

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/model_serving/model_server/llmd/test_singlenode_precise_prefix_cache.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ def test_singlenode_precise_prefix_cache(
9191
workload_pods = get_llmd_workload_pods(client=unprivileged_client, llmisvc=singlenode_precise_prefix_cache)
9292
assert len(workload_pods) == 2, f"Expected 2 workload pods, found {len(workload_pods)}"
9393

94-
import pdb; pdb.set_trace()
94+
import pdb
95+
96+
pdb.set_trace()
9597
# send_prefix_cache_test_requests(llmisvc=singlenode_precise_prefix_cache,token=authenticated_llmisvc_token,num_requests=3)
9698

9799
# Send N identical requests to test prefix cache

tests/model_serving/model_server/llmd/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,4 +565,4 @@ def verify_precise_prefix_cache(
565565

566566
LOGGER.info("✓ Max-score-picker logic confirmed in scheduler logs")
567567

568-
return True
568+
return True

0 commit comments

Comments
 (0)