tarantool / tarantool/tarantool

Add fuzzing tests for `xrow_update_*`

Open
#10,053 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

code health fuzzing qa
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.