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

tarantool / tarantool / 13130751507
88%

Build:
DEFAULT BRANCH: master
Ran 04 Feb 2025 08:11AM UTC
Jobs 1
Files 518
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 Feb 2025 07:54AM UTC coverage: 87.355% (-0.01%) from 87.365%
13130751507

push

github

locker
netbox: fix in-progress request counter underflow during schema fetch

If the remote schema changes while the client is fetching it, it will
restart the procedure. This effectively abandons the requests issued
in the previous attempt to fetch the schema. The server will still reply
to them though - when this happens, the client will subtract the counter
of in-progress requests, underflowing it, because these requests were
never accounted in the first place.

In case of a debug build, this bug results in a client crash due to an
assertion failure. In case of a release build, the client doesn't crash,
but the server will hang on shutdown because the counter is used for
implementing the graceful shutdown protocol.

Let's fix this issue by accounting these abandoned requests when
we restart fetching the remote schema.

Closes #11062

NO_DOC=bug fix

69688 of 123224 branches covered (56.55%)

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

48 existing lines in 14 files now uncovered.

102665 of 117526 relevant lines covered (87.36%)

2551695.39 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
96.11
-0.19% src/box/relay.cc
1
95.9
0.0% src/box/replication.cc
2
95.84
-0.11% src/box/iproto.cc
2
89.14
-0.11% src/box/xrow.c
2
95.45
-4.55% src/lib/json/json.h
2
84.53
-0.72% src/lib/core/coio.c
2
92.92
-0.11% src/lib/core/fiber.c
2
92.14
0.0% src/box/vinyl.c
2
85.71
-9.52% src/lib/core/tt_sigaction.c
3
22.64
-0.04% src/lib/uri/uri_parser.c
3
94.68
-1.6% src/box/vy_range.c
4
93.87
-0.75% src/box/xrow_update_field.c
4
87.41
-0.21% src/box/vy_run.c
18
90.88
-0.51% src/box/box.cc
Jobs
ID Job ID Ran Files Coverage
1 13130751507.1 04 Feb 2025 08:11AM UTC 518
87.36
GitHub Action Run
Source Files on build 13130751507
  • Tree
  • List 518
  • Changed 458
  • Source Changed 0
  • Coverage Changed 25
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 2df32040 on github
  • Prev Build on master (#13129466700)
  • Next Build on master (#13136060707)
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