Skip to content

Commit f2c4833

Browse files
rhods-ci-botthrecc
andauthored
fix precise-prefix-cache-tests (#1299) (#1338)
Signed-off-by: threcc <trecchiu@redhat.com> Co-authored-by: Thomas Recchiuto <34453570+threcc@users.noreply.github.com>
1 parent 3bc5861 commit f2c4833

File tree

1 file changed

+2
-2
lines changed
  • tests/model_serving/model_server/llmd

1 file changed

+2
-2
lines changed

tests/model_serving/model_server/llmd/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,10 @@ def get_scheduler_decision_logs(
342342

343343
# Get all logs from the scheduler pod
344344
# Note: The router-scheduler container is the default/main container
345-
raw_logs = router_scheduler_pod.log()
345+
raw_logs = router_scheduler_pod.log(container="main")
346346

347347
# Target decision message
348-
target_decision_msg = "Selecting pods from candidates sorted by max score"
348+
target_decision_msg = "Selecting endpoints from candidates sorted by max score"
349349

350350
# Filtering logs
351351
filtered_logs = "\n".join(line for line in raw_logs.splitlines() if target_decision_msg in line)

0 commit comments

Comments
 (0)