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

tarantool / tarantool / 11176558614
88%

Build:
DEFAULT BRANCH: master
Ran 04 Oct 2024 08:35AM UTC
Jobs 1
Files 515
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 Oct 2024 08:23AM UTC coverage: 87.293% (+0.01%) from 87.283%
11176558614

push

github

locker
net_box: fix a crash when a trigger deletes itself

In 6d88274 we rewrote Lua module `internal.trigger` that is used in
`net.box` and possibly some external modules. Old implementation held
all triggers in a Lua table, so deleting a trigger on the fly wasn't a
problem. Now we store all triggers in a list and simply iterate over it
when the triggers are fired, so the trigger list became non-resistent to
modifications on the fly. In order to fix it, let's simply use
`trigger_run` - it is resistant to the list modifications.

Closes #10622

NO_DOC=bugfix

69074 of 122803 branches covered (56.25%)

11 of 11 new or added lines in 1 file covered. (100.0%)

22 existing lines in 14 files now uncovered.

101846 of 116671 relevant lines covered (87.29%)

2558326.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11176558614.1 04 Oct 2024 08:35AM UTC 0
87.29
GitHub Action Run
Source Files on build 11176558614
Detailed source file information is not available for this build.
  • Back to Repo
  • 78cfc5ef on github
  • Prev Build on master (#11159895267)
  • Next Build on master (#11182872425)
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