Commit 4cc87d6
fix(nodebuilder/tests): fix pruning and shrex test failures
TestArchivalBlobSync: the prunerOpts only replaced time.Duration, but
the pruner service uses share.Window for its availability window. Add
fx.Replace(modshare.Window(testAvailWindow)) for pruning nodes so the
pruner actually uses the 1ms window to prune historical data.
TestShrexFromLightsWithBadFulls: setTimeInterval was using testTimeout
(10min) as the AdvertiseInterval, preventing peer discovery for the
entire test duration. Use a fixed 20s interval instead.
TestHeaderSubscription: revert changes since the test already used
DefaultTestTimeout and the gossipsub issue with FanoutOnly in mocknet
is a pre-existing problem requiring deeper fixes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2149ac3 commit 4cc87d6
3 files changed
+11
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | 159 | | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | 160 | | |
172 | 161 | | |
173 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
91 | 99 | | |
92 | 100 | | |
93 | 101 | | |
| |||
101 | 109 | | |
102 | 110 | | |
103 | 111 | | |
104 | | - | |
| 112 | + | |
105 | 113 | | |
106 | 114 | | |
107 | 115 | | |
108 | 116 | | |
109 | 117 | | |
110 | 118 | | |
111 | | - | |
| 119 | + | |
112 | 120 | | |
113 | 121 | | |
114 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments