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

tarantool / crud / 29342538535
88%

Build:
DEFAULT BRANCH: master
Ran 14 Jul 2026 03:13PM 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

14 Jul 2026 02:48PM UTC coverage: 88.268% (-0.05%) from 88.313%
29342538535

push

github

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

Read-only operations (get, select, pairs, count, 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`, `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.

55 of 57 new or added lines in 16 files covered. (96.49%)

5 existing lines in 1 file now uncovered.

5274 of 5975 relevant lines covered (88.27%)

13209.62 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
86.86
-0.68% crud/common/utils.lua

Coverage Regressions

Lines Coverage ∆ File
5
86.86
-0.68% crud/common/utils.lua
Jobs
ID Job ID Ran Files Coverage
1 29342538535.1 14 Jul 2026 03:13PM UTC 66
88.27
GitHub Action Run
Source Files on build 29342538535
  • Tree
  • List 66
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4809ca84 on github
  • Prev Build on master (#28799011560)
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