tarantool / tarantool/tarantool
Add fuzzing tests for `xrow_update_*`
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 3.7k
- Forks
- 419
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 88
Description
Let's add fuzzing tests for xrow_update_execute or some lower level xrow_update_* functions just like we already have test/fuzz/xrow_decode_* tests — see, for instance, #9022 as an example of adding such tests.
It seems relevant because of, for instance, #10033.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining the existing test/fuzz/xrow_decode_* tests and issue #9022, then trace xrow_update_execute and the other xrow_update_* functions mentioned in the issue. Done means adding fuzzing coverage for the selected update entry point or lower-level functions, with behavior comparable to the existing xrow decoding fuzz tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- databases, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100