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

tarantool / tarantool / 19574978427 / 1
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 21 Nov 2025 05:16PM UTC
Files 514
Run time 33s
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.1

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

Source Files on job 19574978427.1
  • 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 Build 19574978427
  • ed69ca0e on github
  • Prev Job for on master (#19548746781.1)
  • Next Job for on master (#19574741865.1)
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