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

decentraland / worlds-content-server / 28908243089 / 1
89%
main: 91%

Build:
Build:
LAST BUILD BRANCH: feat/partial-deployments
DEFAULT BRANCH: main
Ran 08 Jul 2026 12:26AM UTC
Files 223
Run time 17s
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

08 Jul 2026 12:23AM UTC coverage: 89.971% (-0.2%) from 90.137%
28908243089.1

Pull #504

github

LautaroPetaccio
perf: skip the permission check on resume batches of a partial upload

each batch of a multi-request upload was re-running the slow external
deployment-permission check. resume batches now skip it, but only when the
signer is the deployer who created the pending record — creating it required
passing the check, uploaded bytes are hash-verified against the staged
manifest, and finalize re-runs the full validation before anything goes live.
any other signer takes the full staging validation, so a third party can't
ride an existing upload's fast path.

the pending row is still upserted on every batch (always before storing
files): re-asserting it resurrects the row if a competing overlapping upload
replaced it between requests, keeping this batch's staged content protected
from garbage collection.

also moves the pre-finalize newer-deployment check to immediately before the
deploy write (after the slow full validation) to minimize the window in which
a concurrent newer deploy could be silently undeployed, and centralizes GC
pending-key computation in the pending-scenes manager.

adds tests: permission check runs once at staging plus once at finalize, and
a different signer resuming someone else's upload is rejected.
Pull Request #504: feat: support partial (multi-request) scene uploads

1557 of 1861 branches covered (83.66%)

Branch coverage included in aggregate %.

6230 of 6794 relevant lines covered (91.7%)

38.26 hits per line

Source Files on job 28908243089.1
  • Tree
  • List 223
  • Changed 75
  • Source Changed 12
  • Coverage Changed 74
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 28908243089
  • 4a16f907 on github
  • Prev Job for on feat/partial-deployments (#28820665786.1)
  • Next Job for on feat/partial-deployments (#28951283158.1)
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