| # | Test | Group | Coverage | Status | Duration | Details |
|---|---|---|---|---|---|---|
| 1 | finishReason is length when max tokens reached | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 2 | stream with only think tags and no visible content | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 3 | extracts think tags into reasoningContent | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 4 | buildChoiceLogprobs returns nil for empty input | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 5 | NoSystemMessageGenerator includes name for tool messages | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 6 | user message has no name field in dict | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 7 | think extraction with tool calls returns nil content and reasoning | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 8 | buildChoiceLogprobs converts ResolvedLogprob to ChoiceLogprobs | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 9 | finishReason is stop by default | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 10 | finishReason is tool_calls when tool calls present | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 11 | tool message with name includes name in dict | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 12 | no think extraction when disabled | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 13 | empty stream produces nil content | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 14 | truncateToOffset on empty cache is no-op | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 15 | tool message without name omits name from dict | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 16 | finishReason is stop when stopped by sequence | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 17 | BaseKVCache truncateToOffset is safe no-op on MambaCache | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 18 | BatchCompletionRequest decodes array of requests | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 19 | BatchObject encodes with all fields | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 20 | collects timing and token stats from final chunk | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 21 | collects logprobs from stream chunks | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 22 | runtime salvages incomplete tool call at stream end | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 23 | runtime parses adaptive xml JSON fallback | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 24 | runtime emits placeholder then final replacement for XML tool call | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 25 | system messages filtered by NoSystemMessageGenerator | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 26 | BatchResultLine with error encodes correctly | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 27 | KVCacheSimple and ArraysCache are batch-eligible | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 28 | FileDeleteResponse defaults | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 29 | edit tool with JSON-escaped oldString gets decoded (model pre-escaping bug) | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 30 | multi-chunk think tags extracted correctly | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 31 | FileObject encodes with snake_case keys | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 32 | recordResult drops results for cancelling batch | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 33 | recordResult drops results for cancelled batch | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 34 | runtime preserves nulls in adaptive xml JSON fallback | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 35 | MambaCache without leftPadding returns nil mask | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 36 | Batched prefill cache creation matches expected pattern for mixed layers | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 37 | BatchListResponse encodes with has_more field | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 38 | handles parameter values with special characters in Python code | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 39 | PresenceContext with empty tokens is no-op | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 40 | TopKProcessor is no-op when k <= 0 | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 41 | TopKProcessor is no-op when k >= vocabSize | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 42 | GrammarLogitProcessor with nil mask is passthrough | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 43 | JSON-in-XML with missing name returns no tool calls | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 44 | preserves JSON object parameter values | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 45 | decodeXMLEntities handles double-encoded entities: &lt; → < | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 46 | preserves JSON array parameter values | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 47 | recordResult still works for in_progress batch | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 48 | BatchResultLine round-trips through JSON | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 49 | Output JSONL file contains all results | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 50 | BatchInputLine decodes from JSONL line | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 51 | MambaCache mask returns nil after state is set (non-prefill) | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 52 | parses JSON-in-XML format with 'parameters' key | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 53 | createSSMMask delegates to MambaCache.makeMask | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 54 | getSlotIds returns empty for nonexistent batch | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 55 | truncateToOffset is no-op when offset matches array size | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 56 | returns unchanged when tools is nil | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 57 | BatchKVCacheSimple update stores KV for all sequences | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 58 | coerceStringValue handles empty string for all types | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 59 | state getter returns raw refs after truncateToOffset (fast path) | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 60 | createAttentionMask delegates to BatchKVCacheSimple.makeMask | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 61 | truncateToOffset physically shrinks arrays to offset | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 62 | MinPProcessor works with 2D logits | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 63 | decodes XML entities in parameter values via XMLParser | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 64 | markBatchFailed sets status and error | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 65 | Multiple files have unique IDs | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 66 | RotatingKVCache is NOT batch-eligible | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 67 | BatchCreateRequest decodes with snake_case keys | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 68 | Batch auto-completes when all requests are done | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 69 | handles multiple parameters with mixed string and JSON types | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 70 | getFile returns nil for nonexistent file | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 71 | getFileData returns raw data | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 72 | deleteFile returns false for nonexistent file | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 73 | empty <tool_call></tool_call> block returns no calls | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 74 | parses basic XML tool call | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 75 | decodeXMLEntities decodes all 5 standard entities | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 76 | truncateToOffset after multiple trim cycles | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 77 | getBatch returns nil for nonexistent batch | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 78 | markBatchCancelling and markBatchCancelled transitions | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 79 | question tool: array of objects with typed fields (OpenCode pattern) | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 80 | write file with Python containing comparison operators (OpenCode pattern) | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 81 | completed tool call parsing preserves remaining non-tool text | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 82 | deleteFile removes the file | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 83 | coerceStringValue returns nil for float string with integer type | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 84 | bare JSON that's not a tool call doesn't match | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 85 | getFile returns stored file metadata | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 86 | markBatchInProgress transitions status and stores slot IDs | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 87 | coerceStringValue returns nil for unknown schema type | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 88 | recordResult increments failed count for error results | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 89 | requiredParamNames preserves client schema order (not alphabetical) | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 90 | coerceStringValue returns nil for invalid JSON with object type | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 91 | handles mixed XML and JSON in separate <tool_call> blocks | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 92 | skips empty parameter values | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 93 | decodeJSONEscapes preserves values that already have real newlines | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 94 | parses JSON-in-XML format with 'arguments' key | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 95 | handles multiple tool calls | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 96 | parses Mistral [TOOL_CALLS] JSON array format | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 97 | text content before and after tool call is preserved | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 98 | coerceStringValue returns nil for non-numeric string with integer type | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 99 | createBatch returns ID with correct prefix and initial state | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 100 | bare JSON with 'parameters' key instead of 'arguments' | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 101 | returns empty array and original text when no tool calls found | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 102 | storeFile creates file with correct metadata | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 103 | recordResult increments completed count | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 104 | decodeJSONEscapes unescapes literal \n and \" when no real newlines present | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 105 | decodeJSONEscapes preserves real backslashes (\\n stays as \n literal) | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 106 | parses Mistral [TOOL_CALLS] with multiple items in array | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 107 | returns unchanged when arguments JSON is invalid | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 108 | getFileData returns nil for nonexistent file | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 109 | coerces string to integer | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 110 | decodeXMLEntities handles consecutive entities | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 111 | coerceStringValue returns nil for invalid JSON with array type | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 112 | parses bare JSON tool call without wrapper tags | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 113 | listBatches returns all batches | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 114 | compactUpward merges single-child node after sibling eviction | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 115 | handles multiline parameter values | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 116 | decodeXMLEntities handles multiple < in Python code | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 117 | decodeJSONEscapes passes through plain text without escapes | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 118 | BatchScheduler emits incremental tool call deltas from slot runtime events | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 119 | toJinjaCompatible() preserves all non-null types | NullableSchema | unit smoke standard full | PASS | 0.1s | pass |
| 120 | toJinjaCompatible() strips null keys from dicts — Jinja accepts it | NullableSchema | unit smoke standard full | PASS | 0.1s | pass |
| 121 | BatchScheduler stop helper emits stopped chunk on exact stop match | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 122 | preserves content outside tool calls | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 123 | BatchScheduler emits only completed tool calls from slot runtime events | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 124 | decodeJSONEscapes handles empty string | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 125 | toJinjaCompatible() strips null elements from arrays | NullableSchema | unit smoke standard full | PASS | 0.1s | pass |
| 126 | XMLParser path drops unclosed parameter (no bare < to trigger fallback) | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 127 | JSONL with blank lines are skipped | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 128 | decodeJSONEscapes full edit oldString from real Qwen3-Coder output | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 129 | toJinjaCompatible() deeply nested nulls — Jinja accepts them | NullableSchema | unit smoke standard full | PASS | 0.1s | pass |
| 130 | toJinjaCompatible() result survives ToolSpec → Jinja Value round-trip | NullableSchema | unit smoke standard full | PASS | 0.1s | pass |
| 131 | decodeXMLEntities handles entities at string boundaries | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 132 | BatchInputLine handles messages with special characters | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 133 | KVCacheEntry stores tokens and layerStates | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 134 | does not coerce when property not in schema | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 135 | coerces boolean case-insensitively (TRUE, True, FALSE) | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 136 | insert: partial edge split at exact split point | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 137 | BatchInputLine handles system + user messages | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 138 | MLXServiceError.noModelLoaded has descriptive message | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 139 | BatchInputLine handles optional body fields | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 140 | toAny() dict with null value — Jinja throws | NullableSchema | unit smoke standard full | PASS | 0.1s | pass |
| 141 | toAny() wraps null as NSNull — Jinja throws on it | NullableSchema | unit smoke standard full | PASS | 0.1s | pass |
| 142 | toAny() result in ToolSpec — Jinja throws (proves the bug) | NullableSchema | unit smoke standard full | PASS | 0.1s | pass |
| 143 | RequestSlot IDs are unique across instances | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 144 | StreamChunk carries timing info | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 145 | mixed coercion: some params coerced, some left alone | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 146 | JSON-in-XML with no arguments key still parses name | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 147 | JSON-in-XML with invalid JSON falls through | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 148 | StreamChunk carries cached token count | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 149 | Multiple JSONL lines parse independently | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 150 | JSON format switch mid-conversation (Qwen3-Coder-Next common error) | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 151 | multiple parameters with same non-empty value keeps first | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 152 | insert with debugLogging exercises log branches | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 153 | MLXServiceError.serviceShuttingDown has descriptive message | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 154 | RequestSlot initializes with unique ID and zero content | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 155 | findPrefix: query longer than cached — partial prefix hit | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 156 | RequestSlot appendContent accumulates text | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 157 | findPrefix: miss with matched > 0 and debugLogging | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 158 | insert: empty tokens is no-op | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 159 | BatchScheduler default max concurrent is 8 | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 160 | coerceStringValue returns nil for non-numeric string with number type | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 161 | Conversation fork: both branches survive and are findable | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 162 | invalidateAll with debugLogging | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 163 | findPrefix: partial edge match divergence mid-edge — returns cached state | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 164 | Eviction with debugLogging | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 165 | fills missing required integer param with 0 | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 166 | fills missing required boolean param with false | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 167 | BatchScheduler helper extraction keeps tool call streams isolated per event list | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 168 | handles duplicate parameters (keeps first non-empty) | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 169 | LRU eviction at capacity evicts oldest | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 170 | Touch via findPrefix prevents eviction | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 171 | coerceStringValue coerces '0' to Int 0 for integer type | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 172 | findPrefix: traverses nodes but no cached node found | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 173 | StreamChunk defaults: only text, everything else nil | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 174 | coerces string to array | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 175 | does NOT coerce 'yes'/'no'/'1'/'0' to boolean | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 176 | findPrefix: miss with matched == 0 and debugLogging | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 177 | leaves already-correct types alone (string stays string) | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 178 | BatchScheduler stop helper buffers partial stop across chunk boundaries | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 179 | coerces string to object | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 180 | insert: multiple inserts grow the tree (multi-turn) | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 181 | BatchScheduler stop helper does not stop while still inside think block | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 182 | Multiple evictions on single insert (maxEntries=1) | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 183 | BatchScheduler emits delta chunks before completed tool call chunks | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 184 | EBNF grammar handles tool with no required params | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 185 | bash tool with special characters | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 186 | insert: partial edge split with remaining tokens | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 187 | does not coerce non-string values | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 188 | decodeJSONEscapes handles \t escapes | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 189 | findPrefix: empty cache — miss | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 190 | decodeXMLEntities passes through bare & without entity suffix | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 191 | findPrefix: query shorter than cached edge | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 192 | EBNF grammar allows extra optional params after required ones | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 193 | RadixNode isLeaf and hasCachedState | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 194 | strips <think></think> tags from remaining text | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 195 | regex fallback handles bare < in parameter value | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 196 | insert: exact match — node had no prior cache | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 197 | insert: new edge (no matching child) | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 198 | regex fallback salvages unclosed parameter (max_tokens truncation) | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 199 | completed tool call parsing resolves adaptive XML tool names against offered tools | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 200 | decodeJSONEscapes handles only \" without \n | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 201 | coerces whole-number string to Int for 'number' type | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 202 | coerceStringValue coerces '0.0' to Int 0 for number type (whole number) | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 203 | does NOT fill missing required string param (let client report missing) | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 204 | coerceStringValue handles negative numbers | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 205 | does not fill non-required missing params | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 206 | EBNF grammar generates named required param rules for bash tool | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 207 | findPrefix with debugLogging exercises all log branches | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 208 | decodeXMLEntities passes through strings without entities | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 209 | returns unchanged when tool name not found in tools list | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 210 | coerces string to boolean true and false | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 211 | insert: exact match update — node already has cache | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 212 | returns nil for content without <function=...> tag | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 213 | returns unchanged when tools is empty | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 214 | parses Mistral [TOOL_CALLS] func_name[ARGS]{...} format | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 215 | write tool with real newlines is NOT affected by decodeJSONEscapes | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 216 | EBNF grammar generates named required param rules for edit tool | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 217 | normalizeToolCalls assigns sequential indices from startIndex | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 218 | mixed: write content has real newlines, edit oldString has escaped — both decoded correctly | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 219 | decodeXMLEntities handles empty string | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 220 | coerces string to negative integer | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 221 | Count tracks insertions, evictions, and invalidation | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 222 | findPrefix: no child for next token — miss at root | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 223 | bash tool with JSON-escaped command gets decoded | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 224 | requiredParamNames returns empty for tool with no required array | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 225 | normalizeToolCall remaps keys before coercing values | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 226 | coerces string to number (float) | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 227 | EBNF grammar param_value uses permissive pv_char rule | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 228 | findPrefix: deepest cached node wins over shallower | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 229 | invalidateAll clears everything | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 230 | findPrefix: exact match returns full prefix | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 231 | KVCacheEntry touch updates access time | UnitTest | unit smoke standard full | PASS | 0.0s | pass |
| 232 | RequestSlot is thread-safe under concurrent writes | XMLParsing | unit smoke standard full | PASS | 0.0s | pass |
| 233 | Cancel batch transitions to cancelled | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 234 | BatchStore handles concurrent batch creates safely | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 235 | Cancel nonexistent batch returns 404 | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 236 | Cancel batch on non-in_progress returns 400 | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 237 | BatchCompletionsController sets grammar downgrade header when strict tools present | XMLParsing | unit smoke standard full | PASS | 0.1s | pass |
| 238 | BatchStore handles concurrent file operations safely | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 239 | Accepts valid method and url | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 240 | Rejects line with wrong url | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 241 | Rejects line with wrong method | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 242 | RequestSlot elapsedTime increases over time | UnitTest | unit smoke standard full | PASS | 0.1s | pass |
| 243 | GrammarLogitProcessor works with 1D logits | XMLParsing | unit smoke standard full | PASS | 0.2s | pass |
| 244 | MambaCache leftPadding creates correct SSM mask | UnitTest | unit smoke standard full | PASS | 0.2s | pass |
| 245 | GrammarLogitProcessor works with 2D logits | XMLParsing | unit smoke standard full | PASS | 0.2s | pass |
| 246 | TopKProcessor works with 2D logits [B, vocabSize] | UnitTest | unit smoke standard full | PASS | 0.4s | pass |
| 247 | MinPProcessor works with 1D logits | UnitTest | unit smoke standard full | PASS | 0.4s | pass |
| 248 | Extracted cache can be loaded into KVCacheSimple for radix save | UnitTest | unit smoke standard full | PASS | 0.6s | pass |
| 249 | BatchAPIController response includes reasoningContent when model supports thinking | UnitTest | unit smoke standard full | PASS | 0.6s | pass |
| 250 | BatchAPIController response includes tool_calls with correct finish_reason | UnitTest | unit smoke standard full | PASS | 0.6s | pass |
| 251 | BatchAPIController response includes logprobs when provided in stream | UnitTest | unit smoke standard full | PASS | 0.6s | pass |
| 252 | PresenceContext works with 2D logits | UnitTest | unit smoke standard full | PASS | 0.7s | pass |
| 253 | PresenceContext works with 1D logits | UnitTest | unit smoke standard full | PASS | 0.8s | pass |
| 254 | RepetitionContext works with 2D logits | UnitTest | unit smoke standard full | PASS | 0.9s | pass |
| 255 | RepetitionContext applies multiplicative penalty to negative logits | UnitTest | unit smoke standard full | PASS | 0.9s | pass |
| 256 | CompositeLogitProcessor chains processors correctly with 2D logits | UnitTest | unit smoke standard full | PASS | 0.9s | pass |
| 257 | RepetitionContext works with 1D logits | UnitTest | unit smoke standard full | PASS | 0.9s | pass |
| 258 | TopKProcessor works with 1D logits [vocabSize] | UnitTest | unit smoke standard full | PASS | 0.9s | pass |
| 259 | BatchKVCacheSimple mask with uniform padding (same-length sequences) | UnitTest | unit smoke standard full | PASS | 0.9s | pass |
| 260 | BatchKVCacheSimple mask with asymmetric padding (different-length sequences) | UnitTest | unit smoke standard full | PASS | 0.9s | pass |
| 261 | MambaCache batched state can be sliced per-sequence | UnitTest | unit smoke standard full | PASS | 0.9s | pass |
| 262 | BatchKVCacheSimple extend merges prefill batch with existing decode batch | XMLParsing | unit smoke standard full | PASS | 0.9s | pass |
| 263 | CompositeLogitProcessor chains processors correctly with 1D logits | UnitTest | unit smoke standard full | PASS | 0.9s | pass |
| 264 | Separate processor instances have independent state | UnitTest | unit smoke standard full | PASS | 0.9s | pass |
| 265 | Full extraction round-trip: batch → individual → KVCacheSimple | UnitTest | unit smoke standard full | PASS | 0.9s | pass |
| 266 | BatchKVCacheSimple decode mask with padding (n=1) | XMLParsing | unit smoke standard full | PASS | 0.9s | pass |
| 267 | Left-padding stacks variable-length token arrays correctly | UnitTest | unit smoke standard full | PASS | 0.9s | pass |
| 268 | didSample updates only the called processor's state | UnitTest | unit smoke standard full | PASS | 0.9s | pass |
| 269 | BatchKVCacheSimple extract returns correct per-sequence KV | UnitTest | unit smoke standard full | PASS | 0.9s | pass |
| 270 | Binary exists at .build/release/afm | Preflight | unit smoke standard full | PASS | 0.0s | file exists |
| 271 | Server reachable at http://127.0.0.1:9998 | Preflight | unit smoke standard full | PASS | 0.0s | 200 OK |
| 272 | /v1/models contains model ID | Lifecycle | unit smoke standard full | PASS | 0.0s | model in response |
| 273 | Basic completion returns content | Lifecycle | unit smoke standard full | PASS | 0.2s | non-empty content or reasoning |
| 274 | Stop string '5' absent from output | Stop | unit smoke standard full | PASS | 0.2s | no '5' in content |
| 275 | finish_reason is 'stop' with stop sequence | Stop | unit smoke standard full | PASS | 0.0s | stop |
| 276 | Multi-word stop 'and' truncates correctly | Stop | unit smoke standard full | PASS | 2.0s | no 'and' in output |
| 277 | Stop on newline produces single line | Stop | unit smoke standard full | PASS | 0.1s | single line |
| 278 | Multiple stop sequences [7, 12] | Stop | unit smoke standard full | PASS | 0.3s | neither found |
| 279 | Empty stop array is no-op | Stop | unit smoke standard full | PASS | 0.2s | valid output |
| 280 | Streaming: stop string '5' absent | Stop | unit smoke standard full | FAIL | 0.2s | Expected: no '5' in stream\nActual: FAIL: found '5' |
| 281 | Stop sequence '3.' truncates list | Stop | standard full | PASS | 0.2s | no '3.' in output |
| 282 | Stop 'stopped' doesn't fire on 'stopping' | Stop | standard full | PASS | 1.0s | output produced |
| 283 | Stop 'llo' fires mid-word in 'hello' | Stop | standard full | PASS | 0.1s | no 'llo' |
| 284 | ChoiceLogprobs JSON schema valid | Logprobs | smoke standard full | PASS | 0.2s | valid schema |
| 285 | top_logprobs count <= requested (5) | Logprobs | smoke standard full | PASS | 0.1s | count valid |
| 286 | logprobs=false returns null | Logprobs | smoke standard full | PASS | 0.1s | null logprobs |
| 287 | top_logprobs=99 returns 400 | Logprobs | smoke standard full | PASS | 0.0s | 400 |
| 288 | Streaming logprobs present and valid | Logprobs | standard full | PASS | 0.1s | valid |
| 289 | top_logprobs=0 returns empty arrays | Logprobs | standard full | PASS | 0.1s | empty top_logprobs |
| 290 | reasoning_content present in response | Think | smoke standard full | PASS | 0.0s | present |
| 291 | No <think> tags in content field | Think | smoke standard full | PASS | 0.0s | clean content |
| 292 | Streaming: reasoning_content in deltas | Think | smoke standard full | PASS | 1.0s | present |
| 293 | Stop sequence doesn't break think extraction | Think | smoke standard full | PASS | 2.0s | response ok |
| 294 | reasoning_content has meaningful length (>5 chars) | Think | smoke standard full | PASS | 0.0s | >5 chars |
| 295 | Basic tool call: finish_reason=tool_calls, valid args | Tools | smoke standard full | PASS | 3.0s | valid |
| 296 | tool_choice=none suppresses tool calls | Tools | smoke standard full | PASS | 1.0s | no tool calls |
| 297 | Tool arguments are valid JSON dict | Tools | standard full | PASS | 2.9s | valid JSON |
| 298 | Streaming: tool calls with finish_reason | Tools | standard full | PASS | 2.5s | valid |
| 299 | Multi-tool: at least 1 tool call with 2 tools | Tools | standard full | PASS | 3.0s | >=1 calls |
| 300 | Array param: todos is JSON array (not string) | Tools | standard full | FAIL | 0.9s | Expected: array\nActual: FAIL: todos is string (not array) |
| 301 | Nullable param: anyOf [string, null] does not crash | Tools | standard full | FAIL | 0.0s | Expected: no crash\nActual: FAIL: 'str' object has no attribute 'get' |
| 302 | Multi-turn: tool result produces valid follow-up | Tools | standard full | PASS | 4.4s | text response |
| 303 | Multi-turn nullable: Jinja crash on anyOf [type, null] | Tools | standard full | FAIL | 0.0s | Expected: no crash\nActual: FAIL: ERROR:'str' object has no attribute 'get' |
| 304 | No tools: normal text response | Tools | standard full | PASS | 0.3s | text response |
| 305 | First unique request: uncached suffix remains | Cache | standard full | PASS | 0.3s | cached_tokens < prompt_tokens |
| 306 | Shared-prefix request: cached_tokens>0 | Cache | standard full | FAIL | 0.2s | Expected: >0\nActual: FAIL: cached_tokens=0 |
| 307 | Exact replay: cached response matches cold response | Cache | standard full | PASS | 0.3s | same content |
| 308 | Different unique prompt: uncached suffix remains | Cache | standard full | PASS | 0.3s | cached_tokens < prompt_tokens |
| 309 | Streaming shared-prefix: cached_tokens>0 in usage chunk | Cache | standard full | FAIL | 0.7s | Expected: >0\nActual: FAIL: no cached_tokens>0 in stream usage |
| 310 | Streaming replay: content matches non-streaming warmup | Cache | standard full | PASS | 0.8s | same content |
| 311 | Concurrent x8 shared-prefix: uncached suffix remains on every branch | Cache | standard full | FAIL | 2.6s | Expected: 0 < cached_tokens < prompt_tokens for all 8\nActual: FAIL: 1:0/57, 2:0/57, 3:0/57, 4:0/57, 5:0/57, 6:0/57, 7:0/57, 8:0/57 |
| 312 | Concurrent x8 shared-prefix: divergent suffix responses stay isolated | Cache | standard full | FAIL | 2.6s | Expected: each of 8 responses keeps only its own marker\nActual: FAIL: 1:error=Expecting value: line 1 column 1 (char 0); 2:error=Expecting value: line 1 column 1 (char 0); 3:error=Expecting value: line 1 column 1 (char 0); 4:error=Expecting value: line 1 column 1 (char 0); 5:error=Expecting value: line 1 column 1 (char 0); 6:error=Expecting value: line 1 column 1 (char 0); 7:error=Expecting value: line 1 column 1 (char 0); 8:error=Expecting value: line 1 column 1 (char 0) |
| 313 | Two simultaneous requests: both 200 | Concurrent | standard full | PASS | 0.2s | 200+200 |
| 314 | Three simultaneous requests: all 200 | Concurrent | standard full | PASS | 0.2s | all 200 |
| 315 | Empty messages → 400 | Error | smoke standard full | PASS | 0.0s | 400 |
| 316 | Malformed JSON → 400 | Error | smoke standard full | PASS | 0.0s | 400 |
| 317 | Missing messages field → 400 | Error | smoke standard full | PASS | 0.0s | 400 |
| 0 | smoke standard full | FAIL | Expected: \nActual: |
|||
| 319 | max_tokens=5 is respected | Error | smoke standard full | PASS | 0.1s | <=10 tokens |
| 320 | OPTIONS /v1/chat/completions → 200 (CORS) | Error | smoke standard full | PASS | 0.0s | 200 |
| 321 | developer role accepted (mapped to system) | Error | smoke standard full | PASS | 4.0s | valid response |
| 322 | enable_thinking=false disables thinking | Kwargs | standard full | PASS | 0.1s | no_think |
| 323 | Streaming: enable_thinking=false disables thinking | Kwargs | standard full | PASS | 0.1s | no_think |
| 324 | Default (no kwargs) retains thinking | Kwargs | standard full | PASS | 1.0s | thinking |
| 325 | enable_thinking=false (2K tokens) returns content | Kwargs | standard full | PASS | 0.1s | content present, no reasoning |
| 326 | enable_thinking=true explicitly keeps thinking | Kwargs | standard full | PASS | 1.0s | thinking |
| 327 | Prefix cache reuse across requests | Cache | standard full | PASS | 0.3s | valid response on cache hit |
| 328 | Issue #32: sequential guided-json → nullable tool (no crash) | Cache | standard full | FAIL | 2.0s | Expected: both succeed\nActual: FAIL: req1=PASS req2=FAIL: 'str' object has no attribute 'get' |
| 329 | Sequential: 3 nullable tool calls (cache reuse) | Cache | standard full | FAIL | 0.1s | Expected: 3/3 succeed\nActual: FAIL: 0/3 req3=FAIL:'str' object has no attribute 'get' |
| 330 | Multi-turn: 5-msg tool conversation with prefix cache | Cache | standard full | PASS | 3.1s | valid response |
| 331 | Long system prompt: 3 sequential requests (prefix reuse) | Cache | standard full | PASS | 5.7s | 3/3 succeed |
| 332 | Sequential stress: 5 mixed requests (text/tool/json/stream/nullable) | Cache | standard full | FAIL | 3.2s | Expected: 5/5 succeed\nActual: FAIL: 4/5 req5=nullable_fail |
| 333 | Multi-turn: 5-turn growing conversation (prefix reuse) | Cache | standard full | PASS | 4.8s | 5/5 turns |
| 334 | Streaming + non-streaming sequential (shared prefix) | Cache | standard full | PASS | 0.3s | 3/3 succeed |
| 335 | Issue #32 comprehensive: nullable tool + multi-turn + prefix | Cache | standard full | FAIL | 0.0s | Expected: no crash\nActual: FAIL: ERROR:'str' object has no attribute 'get' |
| 336 | json_schema produces valid schema-matching JSON | Structured | standard full | FAIL | 0.3s | Expected: valid JSON\nActual: FAIL: invalid JSON: Expecting value: line 1 column 1 (char 0) |
| 337 | Function name correctly extracted | XMLTools | standard full | PASS | 3.1s | get_weather |
| 338 | Parameter values are correct string types | XMLTools | standard full | PASS | 3.0s | strings |
| 339 | Mixed-type params (string+bool+int) parse correctly | XMLTools | standard full | PASS | 1.3s | valid types |
| 340 | Nested object param survives XML parsing | XMLTools | standard full | FAIL | 1.0s | Expected: valid dict\nActual: FAIL: options is str, not dict |
| 341 | tool_choice=required forces tool call | XMLTools | standard full | PASS | 2.9s | tool_calls |
| 342 | tool_choice={function: get_time} calls correct function | XMLTools | standard full | PASS | 2.0s | get_time |
| 343 | Tool call IDs are unique | XMLTools | standard full | PASS | 3.0s | unique IDs |
| 344 | Streaming: XML tool call assembles valid JSON args | XMLTools | standard full | PASS | 2.5s | valid |
| 345 | Streaming: array param is JSON array (not string) | XMLTools | standard full | FAIL | 0.9s | Expected: array\nActual: FAIL: todos is string in stream (not array) |
| 346 | Tool call matches OpenAI schema (id, type, function.name, function.arguments) | XMLTools | standard full | PASS | 3.1s | valid schema |
| 347 | Normal XML tool call works with afm_adaptive_xml | AdaptiveXML | standard full | PASS | 2.5s | valid tool call |
| 348 | Streaming tool call emits valid deltas | AdaptiveXML | standard full | PASS | 3.1s | name + JSON args |
| 349 | Multi-turn: model responds after tool result | AdaptiveXML | standard full | PASS | 0.9s | non-empty content |
| 350 | tool_choice=none suppresses tool calls | AdaptiveXML | standard full | PASS | 2.0s | no tool_calls |
| 351 | Multiple tools: correct function selected | AdaptiveXML | standard full | PASS | 3.1s | get_time |
| 352 | Argument types coerced (string, bool, int) | AdaptiveXML | standard full | PASS | 1.3s | correct types |
| 353 | Tool call valid (with or without grammar constraints) | AdaptiveXML | standard full | PASS | 3.0s | valid |
| 354 | Array of objects coercion (question tool pattern) | AdaptiveXML | standard full | FAIL | 2.1s | Expected: array of dicts\nActual: FAIL: questions is string (not coerced to array) |
| 355 | Number (float) and boolean coercion | AdaptiveXML | standard full | PASS | 3.5s | correct types |
| 356 | Nested object with typed fields coercion | AdaptiveXML | standard full | FAIL | 3.0s | Expected: correct types\nActual: FAIL: ['settings=str (not coerced to object)'] |
| 357 | Streaming array coercion (incremental path) | AdaptiveXML | standard full | FAIL | 1.8s | Expected: array in stream\nActual: FAIL: questions is string (streaming incremental path did not coerce) |
| 358 | XML entity decoding in tool call values | AdaptiveXML | standard full | PASS | 4.2s | decoded |
| 359 | EBNF grammar enforces all required params present | AdaptiveXML | standard full | PASS | 0.9s | command + description |
| 360 | EBNF structured params: array gets json_array constraint | AdaptiveXML | standard full | FAIL | 1.0s | Expected: tags is array\nActual: FAIL: tags is string (not parsed as array — JSON grammar not enforced) |
| 361 | Calculator tool call (non-streaming) | Grammar | standard full | PASS | 2.5s | calculate(expression) |
| 362 | Calculator tool call (streaming) | Grammar | standard full | PASS | 0.8s | calculate(expression) via SSE |
| 363 | Two tools: grammar allows correct selection | Grammar | standard full | PASS | 2.0s | get_weather selected |
| 364 | Two tools: grammar selects calculate | Grammar | standard full | PASS | 2.3s | calculate selected |
| 365 | Grammar enforces 3 required params (send_email) | Grammar | standard full | PASS | 2.5s | to + subject + body |
| 366 | Grammar constrains array param at generation time | Grammar | standard full | FAIL | 3.1s | Expected: tags is array\nActual: FAIL: tags is string — grammar should have enforced json_array |
| 367 | Grammar array param via streaming | Grammar | standard full | FAIL | 3.0s | Expected: tags is array (SSE)\nActual: FAIL: tags is string in streaming path |
| 368 | Complex schema: string + int + array + object | Grammar | standard full | FAIL | 4.6s | Expected: correct types\nActual: FAIL: ['assignees=str (not array)'] |
| 369 | Header absent when grammar enabled (tool strict:true) | StrictWiring | smoke standard full | FAIL | 1.7s | Expected: no header\nActual: FAIL: header present |
| 370 | Header absent when grammar enabled (schema strict:true) | StrictWiring | smoke standard full | FAIL | 0.4s | Expected: no header\nActual: FAIL: header present |
| 371 | No header when strict absent | StrictWiring | smoke standard full | PASS | 2.0s | no header |
| 372 | Streaming json_schema strict:true returns valid JSON | StrictWiring | smoke standard full | FAIL | 0.4s | Expected: valid JSON with name+age\nActual: FAIL: invalid JSON: Expecting value: line 1 column 1 (char 0) |
| 373 | Streaming tool strict:true returns valid tool call | StrictWiring | smoke standard full | PASS | 2.5s | get_weather(location) |
| 374 | strict:false does not error (best-effort) | StrictWiring | smoke standard full | FAIL | 2.0s | Expected: valid response\nActual: FAIL: no tool call and no content |
| 375 | POST /v1/files upload returns file ID | Batch | standard full | PASS | 0.0s | file-* |
| 376 | GET /v1/files/:id returns file metadata | Batch | standard full | PASS | 0.0s | file object |
| 377 | POST /v1/batches creates batch | Batch | standard full | PASS | 0.0s | in_progress/completed |
| 378 | GET /v1/batches/:id polls to completed | Batch | standard full | PASS | 2.1s | completed |
| 379 | Output JSONL contains both results (2/2) | Batch | standard full | PASS | 0.0s | assert-1 + assert-2 |
| 380 | GET /v1/batches lists completed batch | Batch | standard full | PASS | 0.0s | list with ≥1 batch |
| 381 | DELETE /v1/files/:id removes uploaded file | Batch | standard full | PASS | 0.0s | deleted=true |
| 382 | SSE multiplex: 2 non-streaming requests tagged with custom_id | Batch | standard full | PASS | 0.3s | sse-a + sse-b + [DONE] |
| 383 | SSE multiplex: streaming interleaved with finish_reason | Batch | standard full | PASS | 0.2s | str-x + str-y chunks + stop + [DONE] |
| 384 | SSE multiplex rejects duplicate custom_ids | Batch | standard full | PASS | 0.0s | 400 |
| 385 | SSE multiplex rejects empty requests | Batch | standard full | PASS | 0.0s | 400 |
| 386 | batch + top_k + streaming | PairwiseSmoke | standard full | PASS | 0.1s | content present |
| 387 | batch + presence_penalty + non-streaming | PairwiseSmoke | standard full | PASS | 0.2s | finish_reason present |
| 388 | batch + repetition_penalty + logprobs | PairwiseSmoke | standard full | PASS | 0.1s | response valid |
| 389 | batch + all sampling params combined | PairwiseSmoke | standard full | PASS | 0.1s | response valid |
| 390 | streaming parity (same seed → same output) | PairwiseSmoke | standard full | PASS | 0.2s | match |
| 391 | cache idempotency (same seed → same output) | PairwiseSmoke | standard full | FAIL | 0.2s | Expected: r1='' vs r2=''\nActual: FAIL: mismatch |