-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpr-b2-mac-coordinator-tests-1780320664.json
More file actions
137 lines (137 loc) · 4.41 KB
/
Copy pathpr-b2-mac-coordinator-tests-1780320664.json
File metadata and controls
137 lines (137 loc) · 4.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"schema_version": 1,
"kind": "pr_b2_mac_coordinator_tests",
"host": {
"platform": "macOS-26.5-arm64-arm-64bit-Mach-O",
"machine": "arm64",
"python": "3.13.12"
},
"junit": {
"tests": 19,
"failures": 0,
"errors": 0,
"skipped": 0,
"cases": [
{
"classname": "tests.inference_engine.session.test_coordinator",
"name": "test_fake_verifier_is_structurally_a_verifier_protocol",
"time": 0.001,
"outcome": "passed"
},
{
"classname": "tests.inference_engine.session.test_coordinator.TestDispatch",
"name": "test_first_call_uses_prefill",
"time": 0.0,
"outcome": "passed"
},
{
"classname": "tests.inference_engine.session.test_coordinator.TestDispatch",
"name": "test_second_call_uses_forward_block_then_commit",
"time": 0.0,
"outcome": "passed"
},
{
"classname": "tests.inference_engine.session.test_coordinator.TestDispatch",
"name": "test_third_call_again_uses_incremental",
"time": 0.0,
"outcome": "passed"
},
{
"classname": "tests.inference_engine.session.test_coordinator.TestStateMirroring",
"name": "test_session_history_extends",
"time": 0.0,
"outcome": "passed"
},
{
"classname": "tests.inference_engine.session.test_coordinator.TestStateMirroring",
"name": "test_session_history_grows_across_calls",
"time": 0.0,
"outcome": "passed"
},
{
"classname": "tests.inference_engine.session.test_coordinator.TestStateMirroring",
"name": "test_session_cached_token_sequence_mirrors_verifier",
"time": 0.0,
"outcome": "passed"
},
{
"classname": "tests.inference_engine.session.test_coordinator.TestStateMirroring",
"name": "test_session_position_mirrors_verifier",
"time": 0.0,
"outcome": "passed"
},
{
"classname": "tests.inference_engine.session.test_coordinator.TestStateMirroring",
"name": "test_next_token_logits_set_after_incremental_call",
"time": 0.0,
"outcome": "passed"
},
{
"classname": "tests.inference_engine.session.test_coordinator.TestInv3ByteExactDispatch",
"name": "test_one_call_vs_two_calls_produce_same_cache",
"time": 0.0,
"outcome": "passed"
},
{
"classname": "tests.inference_engine.session.test_coordinator.TestInv3ByteExactDispatch",
"name": "test_chunking_invariance_across_many_splits",
"time": 0.0,
"outcome": "passed"
},
{
"classname": "tests.inference_engine.session.test_coordinator.TestEmptyAppend",
"name": "test_empty_token_list_is_noop",
"time": 0.0,
"outcome": "passed"
},
{
"classname": "tests.inference_engine.session.test_coordinator.TestEmptyAppend",
"name": "test_empty_append_after_real_append_is_noop_on_verifier",
"time": 0.0,
"outcome": "passed"
},
{
"classname": "tests.inference_engine.session.test_coordinator.TestEmptyAppend",
"name": "test_empty_append_advances_last_active_at",
"time": 0.001,
"outcome": "passed"
},
{
"classname": "tests.inference_engine.session.test_coordinator.TestErrors",
"name": "test_unknown_session_raises_session_not_found",
"time": 0.0,
"outcome": "passed"
},
{
"classname": "tests.inference_engine.session.test_coordinator.TestErrors",
"name": "test_negative_token_id_raises_value_error",
"time": 0.0,
"outcome": "passed"
},
{
"classname": "tests.inference_engine.session.test_coordinator.TestErrors",
"name": "test_inv1_violation_propagates_through_coordinator",
"time": 0.0,
"outcome": "passed"
},
{
"classname": "tests.inference_engine.session.test_coordinator.TestErrors",
"name": "test_inv2_violation_propagates_through_coordinator",
"time": 0.0,
"outcome": "passed"
},
{
"classname": "tests.inference_engine.session.test_coordinator.TestConstructor",
"name": "test_stores_store_and_verifier_references",
"time": 0.0,
"outcome": "passed"
}
]
},
"coverage": {
"line_rate": 1.0,
"branch_rate": 0.0,
"lines_covered": 32,
"lines_valid": 32
}
}