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

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

Build:
Build:
LAST BUILD BRANCH: chore/remove-webgl
DEFAULT BRANCH: main
Ran 12 May 2026 08:03PM UTC
Files 164
Run time 5s
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.572% (+0.1%) from 71.46%
25758965491.1

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

682 of 991 branches covered (68.82%)

Branch coverage included in aggregate %.

3238 of 4486 relevant lines covered (72.18%)

18.91 hits per line

Source Files on job 25758965491.1
  • Tree
  • List 164
  • Changed 51
  • Source Changed 6
  • Coverage Changed 51
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25758965491
  • 05705796 on github
  • Prev Job for on fix/restore-manually-requeued-purged-entities (#25223787332.1)
  • Next Job for on fix/restore-manually-requeued-purged-entities (#25760427380.1)
  • 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