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

bedrock-kv / bedrock
76%
develop: 73%

Build:
Build:
LAST BUILD BRANCH: feature/q67-phase-a
DEFAULT BRANCH: develop
Repo Added 02 Oct 2025 12:09AM UTC
Token s5ZhiY9p3BKcBOY6Au8fohhCDmrp89s9W regen
Build 221 Last
Files 226
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

LAST BUILD ON BRANCH feature/q67-phase-a
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • ccarvalho/fix-conflict-resolution-retries
  • ci/matrix-elixir-1.19.5-1.20.2
  • codex/recover-shard-materializers-on-restart
  • credo-specs-lib-only
  • develop
  • feature/bedrock-4jo
  • feature/bedrock-as6j
  • feature/bedrock-w84
  • feature/bedrock-wsq
  • feature/increase_test_coverage
  • feature/q67-death-healing
  • feature/q67-death-healing-reconciled
  • feature/q67-distributor
  • feature/q67-idle-spindown
  • feature/q67-log-trimming
  • feature/q67-metadata-pipeline
  • feature/q67-metadata-window-protocol
  • feature/q67-phase-a
  • feature/q67-placeholder
  • feature/q67-readoption
  • feature/q67-recovery-relaxation
  • feature/q67-recruitment
  • feature/q67-shard-key-clearing
  • feature/q67-sharded-abort-metadata
  • feature/q67-spindown-readoption
  • feature/q67-system-key-encoding
  • feature/q67-tag0-death
  • feature/q67-tsl-delta
  • feature/reorganize_startup
  • feature/rework_olivine
  • feature/umbrella
  • feature/xma
  • fix/bedrock-yp2-flaky-tests
  • fix/durable-read-path
  • fix/flaky-tests
  • fix/issue-68-fresh-cluster-routing
  • fix/issue-70-olivine-waitlist-timeout
  • fix/issue-71-materializer-bootstrap
  • fix/materializer-empty-log-descriptors
  • fix/read-intent-conflicts-bedrock-udr
  • fix/reading-waitlist-nil-reply-fn
  • intent-ledger/real-bedrock-semantics
  • jessestimpson-patch-1
  • main
  • release/0.4.0
  • test-coverage/basalt-logic
  • test-coverage/coordinator-durability
  • test-coverage/directory
  • test-coverage/finalization
  • test-coverage/layout-index
  • test-coverage/olivine-index-update
  • test-coverage/olivine-logic
  • test-coverage/olivine-reading
  • test-coverage/repo
  • test-coverage/transaction-encoding

17 Jul 2026 02:46AM UTC coverage: 76.054% (+3.4%) from 72.651%
eda6a31908c53c23ed8303bc8951dd95afade2b8-PR-97

Pull #97

github

jallum
Merge PR #112: deferred metadata accumulation via hold/confirm (bedrock-q67.17)
Pull Request #97: [INTEGRATION] bedrock-q67 Phase A: shards heal their own coverage — placeholder reads, on-demand materializers, death healing, warm re-adoption, idle spin-down

809 of 887 new or added lines in 41 files covered. (91.21%)

19 existing lines in 8 files now uncovered.

6587 of 8661 relevant lines covered (76.05%)

916.8 hits per line

Relevant lines Covered
Build:
Build:
8661 RELEVANT LINES 6587 COVERED LINES
916.8 HITS PER LINE
Source Files on develop
  • Tree
  • List 226
  • Changed 54
  • Source Changed 0
  • Coverage Changed 54
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
eda6a319... feature/q67-phase-a Merge PR #112: deferred metadata accumulation via hold/confirm (bedrock-q67.17) Pull #97 17 Jul 2026 02:47AM UTC jallum github
76.05
eecf16dc... develop Record read conflicts when a read is issued; cover key-selector scan spans (bedrock-udr, bedrock-v2c) (#109) ## Why Two transactions could both read a missing key, both write it, and both commit: ``` Transaction A Transactio... push 17 Jul 2026 02:39AM UTC web-flow github
72.99
13f25e72... feature/q67-sharded-abort-metadata Exclude globally-aborted transactions from metadata accumulation (bedrock-q67.17) In sharded-resolver mode each resolver only sees its own shard's conflicts, so a transaction aborted by one shard's resolver was still accumulated by the others and... Pull #112 17 Jul 2026 02:37AM UTC jallum github
75.95
cf513a9e... fix/read-intent-conflicts-bedrock-udr Harden selector conflict recording per fresh-agent audit (bedrock-v2c) Add defensive handling for a selector resolving to a key with a nil value (records the scanned span and caches the miss, restoring parity with the old execute_get_query keyed-... Pull #109 17 Jul 2026 02:27AM UTC jallum github
73.04
123d9f0d... fix/read-intent-conflicts-bedrock-udr Harden selector conflict recording per fresh-agent audit (bedrock-v2c) Add defensive handling for a selector resolving to a key with a nil value (records the scanned span and caches the miss, restoring parity with the old execute_get_query keyed-... Pull #109 17 Jul 2026 02:24AM UTC jallum github
75.26
06eee2ef... develop Fix flaky olivine 1ms-timeout test race (bedrock-yp2) Partial cherry-pick of 5789085b (#111): only the olivine genserver_integration fix applies to develop — the two distributor test fixes live on feature/q67-phase-a, ported there separately. (c... push 17 Jul 2026 02:20AM UTC jallum github
72.6
c6545a60... feature/q67-phase-a Fix three flaky test races failing develop CI (bedrock-yp2) (#111) ## Summary Three timing-sensitive tests each failed one recent develop CI run, always on the OTP 27.2 / Elixir 1.17.3 matrix job (the slowest). In every failing log the product b... Pull #97 17 Jul 2026 02:16AM UTC jallum github
75.75
ea62a279... feature/q67-phase-a Merge PR #93: durable_up_to reporting and automatic segment trimming (bedrock-q67.8) Pull #97 17 Jul 2026 02:14AM UTC jallum github
75.67
5789085b... develop Fix three flaky test races failing develop CI (bedrock-yp2) (#111) ## Summary Three timing-sensitive tests each failed one recent develop CI run, always on the OTP 27.2 / Elixir 1.17.3 matrix job (the slowest). In every failing log the product b... push 17 Jul 2026 02:12AM UTC web-flow github
75.16
a3e5bbb0... fix/bedrock-yp2-flaky-tests Fix three flaky test races on slow CI runners (bedrock-yp2) - distributor/server_test: accept :noproc on the DOWN when the distributor exits before the monitor attaches; the stopped telemetry assertion still verifies a normal exit. - distribu... Pull #111 17 Jul 2026 02:08AM UTC jallum github
75.17
See All Builds (221)

Badge your Repo: bedrock

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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