Bug fixed: remove elements in a for loop
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:10:07
| Stage: build | No artifacts found |
in ProcessorTrackerFeature::processNew()
there was a bug: inside a for range loop, an element of the list in which we iterate is removed if correctFeatureDrift()
returns false. Changed to while
with iterators.
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:10:07
| Stage: build |
Download artifacts
No artifacts found |