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

tarantool / tarantool / 19574978427
88%

Build:
DEFAULT BRANCH: master
Ran 21 Nov 2025 05:16PM 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.638% (-0.01%) from 87.649%
19574978427

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

70143 of 118117 branches covered (59.38%)

105306 of 120160 relevant lines covered (87.64%)

1364721.51 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
96.13
-0.18% src/box/relay.cc
1
95.83
-0.12% src/box/replication.cc
1
92.52
-0.04% src/box/vinyl.c
1
88.15
0.28% src/box/vy_run.c
1
85.78
0.19% src/box/xlog.c
1
96.55
-1.15% src/lib/core/histogram.c
1
75.06
-0.25% src/main.cc
2
95.84
-0.11% src/box/iproto.cc
2
89.36
-0.11% src/box/xrow.c
2
93.43
-0.39% src/box/xrow_update_field.c
2
85.71
-9.52% src/lib/core/tt_sigaction.c
3
97.43
-0.2% src/box/memtx_tx.c
3
90.9
-0.31% src/box/vy_scheduler.c
4
81.82
-12.12% src/lua/minifio.c
16
90.93
-0.36% src/box/box.cc
Jobs
ID Job ID Ran Files Coverage
1 19574978427.1 21 Nov 2025 05:16PM UTC 514
87.64
GitHub Action Run
Source Files on build 19574978427
  • Tree
  • List 514
  • Changed 26
  • Source Changed 0
  • Coverage Changed 26
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • ed69ca0e on github
  • Prev Build on master (#19548746781)
  • Next Build on master (#19574741865)
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