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

tarantool / tarantool / 22669557930
88%

Build:
DEFAULT BRANCH: master
Ran 04 Mar 2026 12:52PM 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

04 Mar 2026 12:34PM UTC coverage: 87.685% (+0.01%) from 87.671%
22669557930

push

github

locker
lua: fix box.error usage in loaders

The Lua module loader users box.error to raise an error if it fails to
load a module. The problem is that the box module is undefined at
startup when we load built-in modules so it falls back to the plain
error. However, the check of box presence might trigger the strict
checker failure, which would hide the original error:

```
builtin/internal.loaders.lua:241: variable 'box' is not declared
__index (metamethod), builtin/strict.lua:32
```

Let's fix this by using rawget for checking if box is defined.

Fixes commit 4175ab0545405 ("error: set trace of caller for API in Lua
for several modules").

Needed to investigate #12363

NO_DOC=bug fix
NO_CHANGELOG=this is a minor issue, which can happen only if the user
             overrides a built-in module and fails

70448 of 118502 branches covered (59.45%)

105953 of 120834 relevant lines covered (87.68%)

1402370.96 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
90.5
-0.07% src/box/applier.cc
1
95.0
-0.1% src/box/replication.cc
1
95.22
-0.22% src/box/txn_limbo_queue.c
1
22.7
0.04% src/lib/uri/uri_parser.c
2
92.47
-0.09% src/box/vinyl.c
2
96.3
-3.7% src/lib/core/backtrace.c
2
80.95
-9.52% src/lib/core/tt_sigaction.c
3
92.81
-0.13% src/lib/core/fiber.c
4
93.43
-0.36% src/box/xrow_update_field.c
4
81.82
-12.12% src/lua/minifio.c
Jobs
ID Job ID Ran Files Coverage
1 22669557930.1 04 Mar 2026 12:52PM UTC 526
87.68
GitHub Action Run
Source Files on build 22669557930
  • Tree
  • List 526
  • Changed 22
  • Source Changed 0
  • Coverage Changed 22
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • c7752192 on github
  • Prev Build on master (#22665026155)
  • Next Build on master (#22681756933)
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