Commit 5506d0a
committed
fix: register shareman recovery interface in ActiveContext
Add missing shareman->RegisterRecoveryInterface() call in
ActiveContext::Start() and corresponding UnregisterRecoveryInterface()
in Stop().
Without this, completed sig share sessions are only cleaned up via the
5-second Cleanup() interval instead of promptly via
HandleNewRecoveredSig. Under CI load with frozen mocktime, this
manifests as flaky test failures in feature_llmq_signing.py and
interface_zmq_dash.py.
The registration was likely dropped during the sig share refactoring
that split share management into a separate shareman object.
Closes dashpay#72431 parent 65366a4 commit 5506d0a
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| |||
0 commit comments