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

kobotoolbox / kpi / 22676123444 / 2
81%
master: 76%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 04 Mar 2026 04:04PM UTC
Files 885
Run time 24s
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

04 Mar 2026 03:25PM UTC coverage: 81.225% (+2.2%) from 79.041%
22676123444.2

push

github

web-flow
fix(longRunningMigration): fix 0005 pagination timeout and improve duplicate cleanup DEV-1698 (#6777)

### 💭 Notes

- **LRM 0005 pagination fix**: removed cursor-based pagination (`ORDER
BY pk` + `pk__gt`) that forced full table scans and caused timeouts.
Instances are now fetched without ordering (order is irrelevant — we
just need to exhaust all `root_uuid=NULL` rows for a given xform).

- **`clean_duplicated_submissions` improvements**: switched from
`transaction.atomic()` + raw MongoDB deletion to
`kc_transaction_atomic()` + `delete_instances()` for proper cross-DB
support. `root_uuid` is now backfilled on the surviving reference
*after* duplicates are deleted (to avoid a unique-constraint violation
when a duplicate already held the same value). Added XForm parser
caching (`use_cached_parser=True`) to avoid redundant DB queries per
batch. Comprehensive test suite added.

7325 of 11481 branches covered (63.8%)

27960 of 34423 relevant lines covered (81.22%)

0.81 hits per line

Source Files on job 22676123444.2
  • Tree
  • List 885
  • Changed 47
  • Source Changed 0
  • Coverage Changed 47
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 22676123444
  • b9a4e05d on github
  • Prev Job for on release/2.026.03 (#22324029171.1)
  • Next Job for on release/2.026.03 (#22679869904.2)
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