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

tarantool / tarantool / 19574741865
88%

Build:
DEFAULT BRANCH: master
Ran 21 Nov 2025 05:17PM UTC
Jobs 1
Files 514
Run time 2min
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

21 Nov 2025 03:18PM UTC coverage: 87.639% (+0.001%) from 87.638%
19574741865

push

github

sergepetrenko
fuzz: use format_object instead of space:format()

Currently, engine fuzzer calls `space:format()` to obtain space format.
When this call happens, it can raise an error because of transaction
conflict or fiber slice, because this function reads from space `_space`
under the hood. The problem is it's called when generating arguments for
an operation, and this function is not expected to fail. As the result,
worker fibers stop due to unhandled raised error. Let's use
`format_object` instead, it cannot raise an error since it doesn't read
any data from spaces, so the worker fibers won't stop until timeout.

Also, such approach is more correct because during format alter this
field has an actual format.

NO_CHANGELOG=fuzz
NO_DOC=fuzz

70131 of 118117 branches covered (59.37%)

105299 of 120151 relevant lines covered (87.64%)

1346616.55 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
90.5
-0.07% src/box/applier.cc
1
85.77
-0.01% src/box/xlog.c
1
92.94
-0.1% src/lib/core/fiber.c
1
63.97
3.13% src/lib/core/fio.c
1
91.68
-0.11% src/lib/swim/swim.c
2
90.86
-0.06% src/box/box.cc
2
93.72
-0.28% src/box/memtx_space.c
2
88.01
-0.13% src/box/vy_run.c
3
92.39
-0.13% src/box/vinyl.c
3
22.64
-0.06% src/lib/uri/uri_parser.c
7
94.99
-1.46% src/box/vy_read_iterator.c
Jobs
ID Job ID Ran Files Coverage
1 19574741865.1 21 Nov 2025 05:17PM UTC 514
87.64
GitHub Action Run
Source Files on build 19574741865
  • Tree
  • List 514
  • Changed 24
  • Source Changed 0
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • ed69ca0e on github
  • Prev Build on master (#19574978427)
  • Next Build on master (#19759942896)
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

© 2025 Coveralls, Inc