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

mozilla-releng / balrog / #5298
90%
main: 90%

Build:
Build:
LAST BUILD BRANCH: renovate/python-3.13-slim-bookworm
DEFAULT BRANCH: main
Ran 11 Mar 2026 02:25PM UTC
Jobs 1
Files 61
Run time 1min
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 Mar 2026 02:14PM UTC coverage: 89.917% (+0.01%) from 89.907%
#5298

Pull #3707

circleci

Eijebong
Make AUS lazily open transactions to avoid unnecessary DB roundtrips

This defers the transaction creation until the first call to `execute`.

I was looking at why we had 60x more queries going to database than HTTP
queries. Because each request is wrapped in a `with_transaction`
decorator, at the moment they all open a transaction, do work which
might not hit the database (if the cache hit rate metrics is correct,
this should be ~95% of requests) and commit it at the end. That is a lot
of database roundtrips for no reason whatsoever.
Pull Request #3707: Make AUS lazily open transactions to avoid unnecessary DB roundtrips

2175 of 2556 branches covered (85.09%)

Branch coverage included in aggregate %.

13 of 14 new or added lines in 1 file covered. (92.86%)

5744 of 6251 relevant lines covered (91.89%)

0.92 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
92.27
0.02% src/auslib/db.py
Jobs
ID Job ID Ran Files Coverage
1 #5298.1 11 Mar 2026 02:25PM UTC 61
89.92
Source Files on build #5298
  • Tree
  • List 61
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #5298
  • Pull Request #3707
  • PR Base - main (#)
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