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

tarantool / tarantool / 19574741865

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

Source File
Press 'n' to go to next uncovered line, 'b' for previous

94.99
/src/box/vy_read_iterator.c


Source Not Available

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