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

tarantool / crud / 27198360611
88%
master: 88%

Build:
Build:
LAST BUILD BRANCH: fix/read-only-operations-with-dead-masters
DEFAULT BRANCH: master
Ran 09 Jun 2026 10:22AM UTC
Jobs 1
Files 66
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

09 Jun 2026 09:54AM UTC coverage: 88.324% (-0.03%) from 88.349%
27198360611

Pull #497

github

p0rtale
fix: allow read-only operations when all masters are down

Read-only operations (get, select, pairs, count, len, min, max) used to
fail with connection errors if all masters in the cluster were unavailable,
even when healthy replicas were up and failover hadn't processed yet.

To resolve this, the following improvements were made:
- Introduced a `read_only` flag to `utils.get_space[s]` to fetch cluster
  schema from any healthy replica if masters are down.
- Updated `get`, `select`, `pairs`, `count`, `len`, `min`, `max` to use
  this new flag.
- Rewrote `call.any` to iterate through all replicasets and utilize
  vshard's `callro` instead of `call` to fetch metadata from replicas.
Pull Request #497: fix: allow read-only operations when all masters are down

29 of 30 new or added lines in 7 files covered. (96.67%)

3 existing lines in 2 files now uncovered.

5265 of 5961 relevant lines covered (88.32%)

12521.33 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
87.59
0.05% crud/common/utils.lua

Coverage Regressions

Lines Coverage ∆ File
2
84.11
-1.13% crud/common/call.lua
1
87.59
0.05% crud/common/utils.lua
Jobs
ID Job ID Ran Files Coverage
1 27198360611.1 09 Jun 2026 10:22AM UTC 66
88.32
GitHub Action Run
Source Files on build 27198360611
  • Tree
  • List 66
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #497
  • PR Base - master (#26749305775)
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