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

decentraland / worlds-content-server / 30386332626
92%
main: 92%

Build:
Build:
LAST BUILD BRANCH: fix/update-world-scene-metadata-on-deploy
DEFAULT BRANCH: main
Ran 28 Jul 2026 06:14PM UTC
Jobs 1
Files 115
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

28 Jul 2026 06:11PM UTC coverage: 91.757%. First build
30386332626

Pull #517

github

LautaroPetaccio
fix: cancel content uploads when deployment processing aborts

Deployment requests were observed stuck in flight for hours: after the
processing deadline aborted a deployment, a wedged S3 upload could keep the
storage stage pending indefinitely, pinning the deployments-in-flight
gauges, the multipart upload lease (in-flight byte budget), the temp files,
and the request itself until a restart.

- Thread the deployment abort signal into storage.storeStream so an abort
  tears down the in-flight S3 request itself.
- Stop waiting for active uploads on abort in the content upload pool:
  every source stream is already destroyed by then, so waiting only tied
  the request to a transport that may never settle. Stragglers remain
  observed inside mapWithConcurrency.
- Configure explicit S3 client timeouts: the SDK v3 Node handler defaults
  both the connection and request timeouts to 0 (no limit).
- Migrate to @dcl/catalyst-storage v5 (AWS SDK v3), dropping the
  end-of-support aws-sdk v2 dependency and replacing deep dist imports
  with package exports.
Pull Request #517: fix: cancel content uploads when deployment processing aborts

1749 of 2022 branches covered (86.5%)

Branch coverage included in aggregate %.

5 of 5 new or added lines in 3 files covered. (100.0%)

3672 of 3886 relevant lines covered (94.49%)

114.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30386332626.1 28 Jul 2026 06:14PM UTC 229
92.82
GitHub Action Run
Source Files on build 30386332626
  • Tree
  • List 115
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30386332626
  • Pull Request #517
  • Next Build on fix/cancellable-deployment-uploads (#30387633494)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc