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

tarantool / tarantool / 19532453962
88%

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

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%)

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

24 existing lines in 12 files now uncovered.

105314 of 120155 relevant lines covered (87.65%)

1350754.83 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
90.5
-0.07% src/box/applier.cc
1
94.99
0.0% src/box/vy_read_iterator.c
1
96.1
-0.05% src/lib/salad/bps_tree.h
1
91.56
-0.11% src/lib/swim/swim.c
1
22.7
0.04% src/lib/uri/uri_parser.c
2
95.84
-0.11% src/box/iproto.cc
2
96.13
-0.35% src/box/relay.cc
2
85.78
-0.17% src/box/xlog.c
2
92.84
0.12% src/lib/core/fiber.c
3
88.01
-0.01% src/box/vy_run.c
4
92.43
-0.13% src/box/vinyl.c
4
81.82
-12.12% src/lua/minifio.c
Jobs
ID Job ID Ran Files Coverage
1 19532453962.1 20 Nov 2025 10:00AM UTC 514
87.65
GitHub Action Run
Source Files on build 19532453962
  • 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 Repo
  • 2c27c9ea on github
  • Prev Build on master (#19529469902)
  • Next Build on master (#19538920465)
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

© 2025 Coveralls, Inc