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

tarantool / tarantool / 22789462145
88%

Build:
DEFAULT BRANCH: master
Ran 07 Mar 2026 02:07AM UTC
Jobs 1
Files 526
Run time 1min
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

07 Mar 2026 01:54AM UTC coverage: 87.682% (+0.02%) from 87.658%
22789462145

push

github

grafin
config/schema: deep set/delete for `any` type

This patch adds support for assigning and deleting nested fields inside
schema scalar nodes of the `any` type using deep paths.

Previously, attempts to set a nested field past an `any` scalar resulted
in a type error. Now such nodes are treated as schemaless containers, and
intermediate tables are created automatically when needed.

Closes #10204

@TarantoolBot document
Title: Deep assign/delete a field inside `any` schema type
Since: 3.7

Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/config/utils_schema/#lua-function.schema_object.set

```diff
Important

The `data` argument is assumed to be validated against the given schema.
The `value` argument is validated before assignment.

+ For schema nodes of the `scalar({ type = 'any' })` type, no structural
+ validation is performed. Such nodes are treated as schemaless containers,
+ so assigning or deleting nested fields via deep paths is allowed.
```

70463 of 118516 branches covered (59.45%)

105961 of 120847 relevant lines covered (87.68%)

1409069.32 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
95.0
-0.1% src/box/replication.cc
1
92.47
0.0% src/box/vinyl.c
1
88.3
0.08% src/box/vy_run.c
1
85.97
0.03% src/box/xlog.c
1
87.93
-1.54% src/box/xlog.h
1
60.42
-0.42% src/lib/core/fio.c
2
96.3
-3.7% src/lib/core/backtrace.c
3
91.38
-0.31% src/box/vy_scheduler.c
4
81.82
-12.12% src/lua/minifio.c
Jobs
ID Job ID Ran Files Coverage
1 22789462145.1 07 Mar 2026 02:07AM UTC 526
87.68
GitHub Action Run
Source Files on build 22789462145
  • Tree
  • List 526
  • Changed 24
  • Source Changed 0
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 1e3c2413 on github
  • Prev Build on master (#22775810579)
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