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

jallum / bedrock
64%
develop: 65%

Build:
Build:
LAST BUILD BRANCH: feature/rework_olivine
DEFAULT BRANCH: develop
Repo Added 12 Aug 2025 11:21PM UTC
Files 186
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/rework_olivine
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • develop
  • feature/31
  • feature/37
  • feature/41
  • feature/add_atomic_operations
  • feature/api-feedback
  • feature/cleanup
  • feature/directory_layer
  • feature/key_selectors
  • feature/olivine_rework
  • feature/olivine_sqlite
  • feature/resolver_improvements
  • feature/rework_commit_proxy
  • feature/rework_olivine
  • main

29 Sep 2025 06:53AM UTC coverage: 64.298% (-1.0%) from 65.265%
b8b5be63768afe9b4bdfa72080a36265505ad716-PR-55

Pull #55

github

jallum
Refactor Olivine index loading to iterative version-based algorithm

Replace simple page chain traversal with sophisticated version-aware
loading that starts from durable version and iteratively loads only
needed pages by following next_page_id pointers across version blocks.

Key changes:
  - Add IndexDatabase.load_page_block/2 for version-chain loading
  - Implement cumulative page tracking (newest version wins)
  - Start with page 0, follow chain iteratively across versions
  - Only load pages that are part of current chain structure
  - Remove deprecated page storage functions
  - Add comprehensive test coverage for edge cases

This approach is memory-efficient and handles complex scenarios like
missing page 0 in durable version, stale pages in older versions,
and corrupted/incomplete databases with proper hard failures.
Pull Request #55: Rework Olivine

505 of 827 new or added lines in 24 files covered. (61.06%)

8 existing lines in 5 files now uncovered.

3955 of 6151 relevant lines covered (64.3%)

558.58 hits per line

Relevant lines Covered
Build:
Build:
6151 RELEVANT LINES 3955 COVERED LINES
558.58 HITS PER LINE
Source Files on develop
  • Tree
  • List 186
  • Changed 20
  • Source Changed 0
  • Coverage Changed 20
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
b8b5be63... feature/rework_olivine Refactor Olivine index loading to iterative version-based algorithm Replace simple page chain traversal with sophisticated version-aware loading that starts from durable version and iteratively loads only needed pages by following next_page_id po... Pull #55 29 Sep 2025 06:55AM UTC jallum github
64.3
6815c6db... feature/rework_olivine Refactor Olivine storage architecture with improved modularity - Rename PageAllocator to IdAllocator for clarity - Extract reading logic into dedicated Reading module - Add IntakeQueue module for operation management - Centralize atomic o... Pull #55 29 Sep 2025 01:07AM UTC jallum github
63.58
a7d14daf... develop TransactionBuilder no longer sends empty commits to the proxy push 24 Sep 2025 01:37PM UTC jallum github
65.26
9b48de02... develop Updated diagram in guide for recovery push 23 Sep 2025 09:33PM UTC jallum github
65.29
b0bfdf29... develop BugFix: no_servers_to_race is now a transient, retryable error push 23 Sep 2025 09:32PM UTC jallum github
65.65
40ef57cc... develop Reworked conflict resolution; A little zippier (#54) Original Problem: Production resolver had 99ms delays with 20,800+ point writes due to using O(log n) interval trees for O(1) point operations. Fix: Separated points (MapSet) from ranges (Tree... push 20 Sep 2025 03:15AM UTC web-flow github
65.21
7695b662... feature/resolver_improvements Algorithmic improvements; another +1k-tps Pull #54 20 Sep 2025 03:10AM UTC jallum github
65.6
983ef7ab... feature/resolver_improvements Optimize resolver conflict detection and fix MVCC semantics - Fix MVCC logic: only check read conflicts, not write conflicts - Eliminate duplicate separate_conflicts() calls via function refactoring - Add version merging in add_conflicts() to red... Pull #54 20 Sep 2025 02:44AM UTC jallum github
65.61
df511555... develop BugFix: timeouts could be negative in some edge cases; clamp to zero. push 20 Sep 2025 01:34AM UTC jallum github
65.66
9df08cd3... develop Merge branch 'release/0.3.0-rc4' into develop push 18 Sep 2025 11:02PM UTC jallum github
65.62
See All Builds (158)
  • Repo on GitHub
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