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

JuliaIO / Zarr.jl / 27812659413 / 12
90%
master: 90%

Build:
DEFAULT BRANCH: master
Ran 19 Jun 2026 08:00AM UTC
Files 32
Run time 7s
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

19 Jun 2026 07:44AM UTC coverage: 88.018%. Remained the same
27812659413.12

push

github

web-flow
fix: write chunks in the ConcurrentRead write_items! path (#297)

* fix: write chunks in the ConcurrentRead write_items! path

write_items!(::ConcurrentRead, ...) wrote a chunk with
`store_writechunk(s, data, p, ii, e) = data`, which Julia parses as a no-op
local function definition rather than a call. Stores using the ConcurrentRead
strategy (e.g. S3Store) therefore persisted array metadata but silently dropped
all chunk data, with no error raised. The SequentialRead path calls
store_writechunk correctly.

Drop the `= data` so the chunk is actually written. Adds a regression test
using a DictStore wrapper that advertises ConcurrentRead.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* docs: add changelog entry for #297

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

1594 of 1811 relevant lines covered (88.02%)

1619.51 hits per line

Source Files on job run-pre-macOS-latest-default - 27812659413.12
  • Tree
  • List 32
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 27812659413
  • 71bdb9de on github
  • Prev Job for on master (#27189475829.5)
  • 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