Commit 928285d
committed
fix(test): build the slicing fixture at level 2
test_dataflow_slicing shares the dataflow fixture with test_dataflow_sdg
but still analyzed it at level 1, leaving build_program_graphs to fall
back to Jedi's cache-sensitive callee_signature side channel — the exact
fragility fixed for the SDG tests: standalone green, full-suite red once
cumulative parso/Jedi cache pressure degrades cross-file resolution. At
level 2 the builder consumes deterministic linker-backed body callees.1 parent e8f8bd1 commit 928285d
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
0 commit comments