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

kobotoolbox / kpi / 15586327183
81%
master: 76%

Build:
Build:
LAST BUILD BRANCH: beccagraber/dev-1452-new_action
DEFAULT BRANCH: master
Ran 11 Jun 2025 02:10PM UTC
Jobs 1
Files 638
Run time 86min
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

11 Jun 2025 01:32PM UTC coverage: 80.553% (+0.01%) from 80.542%
15586327183

push

github

web-flow
perf(submissions): move counter updates to the end of the transaction to minimize as much as possible row locking DEV-347 (#5813)

### 📣 Summary
Moved project counter updates to the end of the transaction to reduce
row-level locking and improve performance during submissions.

### 📖 Description
This change delays the update of submission-related counters (storage,
submission count, etc.) to the final part of the database transaction.
The goal is to avoid row-level locking in the middle of ongoing
operations, which can cause contention and slow down concurrent
requests.

By deferring these updates, we minimize locking time on counter rows,
especially under heavy write load.

6078 of 9695 branches covered (62.69%)

82 of 86 new or added lines in 5 files covered. (95.35%)

3 existing lines in 1 file now uncovered.

23072 of 28642 relevant lines covered (80.55%)

0.81 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
88.41
0.47% kobo/apps/openrosa/libs/utils/logger_tools.py
2
72.67
0.11% kpi/deployment_backends/kc_access/utils.py

Uncovered Existing Lines

Lines Coverage ∆ File
3
93.75
-2.22% kobo/apps/openrosa/apps/logger/signals.py
Jobs
ID Job ID Ran Files Coverage
1 15586327183.1 11 Jun 2025 02:10PM UTC 638
80.55
Source Files on build 15586327183
  • Tree
  • List 638
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 2902c4a7 on github
  • Prev Build on release/2.025.14 (#15492810077)
  • Next Build on release/2.025.14 (#15592302915)
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

© 2025 Coveralls, Inc