Commit f5597d8
router_condition: Fix unconditional route check in routing
The PR #11055 removed the
routes_mask guard, which exposed a design flaw in the previous logic.
Unconditional routes were being forced through prepare_logs() first.
The proper fix is to allow unconditional routes to short-circuit early,
so that chunk_trace routes are wired correctly.
With this change, the core_chunk_trace unit test will no longer fail.
Signed-off-by: Hiroshi Hatake <[email protected]>1 parent 93d3fb3 commit f5597d8
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
268 | 272 | | |
269 | 273 | | |
270 | 274 | | |
| |||
275 | 279 | | |
276 | 280 | | |
277 | 281 | | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
0 commit comments