Commit 00037b4
ci-scan: run merged-fix-PR search unconditionally for assertion signatures
JIT/native/build-level assertion signatures recur and their KBEs are often
closed-as-fixed, so an open-only dedup misses the closed predecessor and the
failure gets re-filed from a build that predates the fix. Run the merged-fix-PR
search (by assertion text + source symbols) unconditionally for these
signatures, and compare each merged PR's mergedAt against the failing build's
finishTime: if the fix merged after the build finished, record
'skipped: fix already merged after source build' instead of filing. Only file
when the assertion reproduces in a post-fix build (genuine recurrence).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 63a34fc commit 00037b4
1 file changed
Lines changed: 24 additions & 1 deletion
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
166 | 189 | | |
167 | 190 | | |
168 | 191 | | |
| |||
0 commit comments