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

tarantool / tarantool / 7991141942
88%

Build:
DEFAULT BRANCH: master
Ran 21 Feb 2024 03:13PM UTC
Jobs 1
Files 513
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

21 Feb 2024 03:03PM UTC coverage: 86.956% (+0.02%) from 86.939%
7991141942

push

github

sergepetrenko
box/lua: implement inheritance of error payload fields

Suppose an error has a cause with some payload fields, for example:
  local e1 = box.error.new{'e1', foo = 'bar'} -- cause
  local e2 = box.error.new{'e2', prev = e1}   -- effect

Now it is possible to access cause payload fields via e2 directly:
  e2.foo -- 'bar'

While looking for a payload field with a given name, we always stop at
the topmost (closest to the effect) field. If there's a field with the
same name deeper in the stack it is masked.

Closes #9106

@TarantoolBot document
Title: Document inheritance of error payload fields
Product: Tarantool
Since: 3.1
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_error/error_object/

[Link to the design document](https://www.notion.so/tarantool/Error-subsystem-improvements-90faa0a4714b4143abaf8bed2c10b2fc?pvs=4#c080fe2ac28b46c8b0eda7234a8852ce)

66942 of 119332 branches covered (56.1%)

99411 of 114323 relevant lines covered (86.96%)

2699649.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7991141942.1 21 Feb 2024 03:13PM UTC 0
86.96
GitHub Action Run
Source Files on build 7991141942
Detailed source file information is not available for this build.
  • Back to Repo
  • d592f26d on github
  • Prev Build on master (#7988969707)
  • Next Build on master (#8001422632)
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