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

tarantool / tarantool / 19574741865 / 1
88%
master: 88%

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

70131 of 118117 branches covered (59.37%)

105299 of 120151 relevant lines covered (87.64%)

1346616.55 hits per line

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

© 2025 Coveralls, Inc