Commit f97a0fe
committed
test(integration): narrow xfail to AssertionError for inbound traverse
raises=AssertionError limits the xfail coverage to the known failure mode
(server returns empty result → assertion fails). Unexpected errors such as
gRPC RpcError or wrong enum mapping propagate as CI failures instead of
being silently swallowed by the broad xfail marker.
Addresses review thread #27.1 parent b8a626f commit f97a0fe
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| 299 | + | |
299 | 300 | | |
300 | 301 | | |
301 | 302 | | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
302 | 306 | | |
303 | 307 | | |
304 | 308 | | |
| |||
0 commit comments