From ed492084f8bc4c43e7f96397580718d686a29546 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 15 May 2026 19:00:39 +0000 Subject: [PATCH] test: add llama.cpp PR #23116 link to pending reasoning-budget tests https://claude.ai/code/session_01FbMXaE5XHF4JAJ68NwkYdA --- src/test/java/net/ladenthin/llama/ReasoningBudgetTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/java/net/ladenthin/llama/ReasoningBudgetTest.java b/src/test/java/net/ladenthin/llama/ReasoningBudgetTest.java index 84a12343..d6baceff 100644 --- a/src/test/java/net/ladenthin/llama/ReasoningBudgetTest.java +++ b/src/test/java/net/ladenthin/llama/ReasoningBudgetTest.java @@ -120,6 +120,7 @@ public void testThinkingDefault_reasoningContentAndAnswerPresent() { *

This assertion will start failing once the llama.cpp bug is fixed — * that is the signal to remove this test and enable * {@link #testReasoningBudgetZero_expectedBehavior_suppressesThinking}. + * Tracked in llama.cpp PR #23116. */ @Test public void testReasoningBudgetZero_parameterAccepted_thinkingNotSuppressed() { @@ -169,6 +170,7 @@ public void testReasoningBudgetZero_parameterAccepted_thinkingNotSuppressed() { *

Once this fix is applied: remove {@code @Ignore}, confirm this test passes, * and remove * {@link #testReasoningBudgetZero_parameterAccepted_thinkingNotSuppressed}. + * Tracked in llama.cpp PR #23116. */ @Ignore("llama.cpp bug: per-request reasoning_budget_tokens is overwritten by model default " + "in oaicompat_chat_params_parse (server-common.cpp). " +