Note active_indicators is not a list of regression indicators. It is a list of fieldchanges actually.
After that fix all new fieldchanges will be grouped mostly in the same regression as expected.
It prevents creating of thousand new regressions and ageing them out immediately to keep regressions count under 50.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLNT LNT
Event Timeline
lnt/server/db/fieldchange.py | ||
---|---|---|
269 | Why is this change correct / needed? |
lnt/server/db/fieldchange.py | ||
---|---|---|
269 | It seems 2 months ago it was a bug fix for missing session.flush() in line 175. |
Comment Actions
LGTM with the description update
lnt/server/db/fieldchange.py | ||
---|---|---|
269 | Ah I see. Would you mind mentioning it in the patch description? |
Why is this change correct / needed?