• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kobotoolbox / kpi / 23617314814 / 2
82%
master: 76%

Build:
Build:
LAST BUILD BRANCH: dev-1943-google-regional-data
DEFAULT BRANCH: master
Ran 26 Mar 2026 08:53PM UTC
Files 883
Run time 26s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 Mar 2026 08:49PM UTC coverage: 54.713% (+1.5%) from 53.229%
23617314814.2

push

github

web-flow
fix(userReports): prevent infinite loop in MV background job (#6878)

### 💭 Notes

- Root cause: when `SKIP_HEAVY_MIGRATIONS=True`, `manage_user_reports_mv
--create` resets `LongRunningMigration.status` back to `'created'`,
which re-triggers `0019_recreate_user_reports_mv` indefinitely.
- Fix: a new `--force` flag bypasses `SKIP_HEAVY_MIGRATIONS` and runs
the migration immediately. The background job always passes `--force`.
- This PR also reverts the `CREATE INDEX CONCURRENTLY` approach
introduced in #6876: the view is freshly created at index time so there
are no concurrent readers — `CONCURRENTLY` would have required
autocommit mode for no benefit.
- No behavior change when `--force` is not passed.

3800 of 11417 branches covered (33.28%)

19061 of 34838 relevant lines covered (54.71%)

0.55 hits per line

Source Files on job 23617314814.2
  • Tree
  • List 883
  • Changed 148
  • Source Changed 0
  • Coverage Changed 148
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 23617314814
  • f130c785 on github
  • Prev Job for on release/2.026.07 (#23614526029.1)
  • Next Job for on release/2.026.07 (#23690498197.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc