Commit 5937cc4
committed
fix: clean up pipelining/auto-age/event state on vxReleaseGraph
vxReleaseGraph now removes graph entries from:
- GRAPH_PIPELINING (stale queues, executor threads)
- GRAPH_AUTO_AGE_DELAYS (stale delay aging registry)
- EVENT_SYSTEMS registrations (stale event listeners across all contexts)
This fixes state pollution causing UserKernel tests to fail when run
after other pipelining tests. Fast suite now passes 34/37 (only 3
UserKernel variants still failing - intermittent state pollution).1 parent 739af50 commit 5937cc4
2 files changed
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
963 | 963 | | |
964 | 964 | | |
965 | 965 | | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
966 | 982 | | |
967 | 983 | | |
968 | 984 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9893 | 9893 | | |
9894 | 9894 | | |
9895 | 9895 | | |
9896 | | - | |
| 9896 | + | |
9897 | 9897 | | |
9898 | 9898 | | |
9899 | 9899 | | |
| |||
0 commit comments