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

decentraland / asset-bundle-registry / 25758965491
72%
main: 71%

Build:
Build:
LAST BUILD BRANCH: chore/remove-webgl
DEFAULT BRANCH: main
Ran 12 May 2026 08:03PM UTC
Jobs 1
Files 82
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

12 May 2026 08:01PM UTC coverage: 71.003% (+0.1%) from 70.891%
25758965491

Pull #118

github

LautaroPetaccio
fix: serialize concurrent restoreFromHistoricalRegistry via SELECT FOR UPDATE

Two simultaneous texture events for different platforms of the same purged
entity could both read the historical row before either committed. The
slower thread would then upsert the row back into registries using its
stale historical view, overwriting any bundle update the faster thread had
already applied (e.g. windows=COMPLETE stomped back to PENDING).

Lock the historical row with SELECT ... FOR UPDATE so concurrent restores
for the same entity serialize cleanly: the loser sees the row deleted and
returns the live registries row without writing.
Pull Request #118: fix: restore manually re-queued purged entities

619 of 909 branches covered (68.1%)

Branch coverage included in aggregate %.

37 of 47 new or added lines in 4 files covered. (78.72%)

1619 of 2243 relevant lines covered (72.18%)

37.82 hits per line

Uncovered Changes

Lines Coverage ∆ File
10
65.74
-2.6% src/adapters/db.ts
Jobs
ID Job ID Ran Files Coverage
1 25758965491.1 12 May 2026 08:03PM UTC 164
71.57
GitHub Action Run
Source Files on build 25758965491
  • Tree
  • List 82
  • Changed 51
  • Source Changed 6
  • Coverage Changed 51
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25758965491
  • Pull Request #118
  • PR Base - main (#25223787332)
  • Delete
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