Commit ee43808
committed
Fix: Clear @ci_queue_requeued on DUP to allow proper finish
When dup.mark_as_requeued! is called, the DUP inherits @ci_queue_requeued=true
from the original. This caused the DUP to skip calling super(reporter) in finish,
leaving execution_result.run_time as nil. The JUnit formatter then failed when
trying to format the duration.
Now we explicitly clear @ci_queue_requeued in mark_as_requeued! so the DUP
goes through the normal finish flow.1 parent 7466966 commit ee43808
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
186 | 191 | | |
187 | 192 | | |
188 | 193 | | |
| |||
0 commit comments