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

tarantool / tarantool / 19532453962 / 1
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 20 Nov 2025 10:00AM UTC
Files 514
Run time 26s
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

20 Nov 2025 09:43AM UTC coverage: 87.648% (+0.01%) from 87.635%
19532453962.1

push

github

sergepetrenko
netbox: reduce spam in netbox logs

Before this patch a lot of "Connection refused" records were printed in
log files during netbox connection. This happened in two general
situations:
1) Current instance tries to connect to non-existent instance.
2) Current instance loses a succeeded connection to another instance.

The spam in logs was appearing because we didn't have any logic in
`netbox_worker_f` which would control periodic errors' logging during
netbox connection.

Now, we fix this issue by passing a whole error object into lua stack
instead of errmsg and changing logic of errors' displaying in `new_sm`
netbox lua function. We display error in "warning" mode only if
1) This error is the first one in netbox session.
2) Current and previous error has different types (codes).
3) Current and previous error has different messages and different types
   of parent error.

Otherwise, current error will be repeated in "verbose" mode.

Closes #10506

NO_DOC=bugfix

70126 of 118099 branches covered (59.38%)

105314 of 120155 relevant lines covered (87.65%)

1350754.83 hits per line

Source Files on job 19532453962.1
  • Tree
  • List 514
  • Changed 21
  • Source Changed 0
  • Coverage Changed 21
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 19532453962
  • 2c27c9ea on github
  • Prev Job for on master (#19529469902.1)
  • Next Job for on master (#19538920465.1)
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