Commit 4d7a902
committed
test(android): reach the server rule through the provider-forwarding branch
A `-P` of `9_999` parses to no port at all, so the pair stayed an unowned global and the older
host-global refusal answered the call before the server rule ever saw it: the assertion passed
without reaching the check it was written to pin. The port now parses, the assertion names the
server refusal, and a port naming the server this lease holds is pinned on the same branch as what
the provider is handed.
Removing the server check from `requireManagedAndroidAdbAddressing` now fails four tests across the
provider branch, the device route, the reachability run, and the root host.1 parent 39654f9 commit 4d7a902
1 file changed
Lines changed: 18 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | | - | |
| 175 | + | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
190 | 202 | | |
191 | | - | |
| 203 | + | |
| 204 | + | |
192 | 205 | | |
193 | | - | |
194 | 206 | | |
195 | 207 | | |
196 | 208 | | |
| |||
0 commit comments