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

tarantool / tarantool / 22681756933
88%

Build:
DEFAULT BRANCH: master
Ran 04 Mar 2026 06:01PM 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 05:44PM UTC coverage: 87.649% (-0.04%) from 87.685%
22681756933

push

github

Gerold103
sio: platform-agnostic getprotobyname/num()

Recently the lua/socket.c code started using getprotobynumber_r()
and getprotobyname_r(). They exist on Linux, since the
non-reentrant versions of these functions aren't thread-safe.

But on MacOS these calls don't exist. The default ones are
declared as thread-safe out of the box in `man`, but not so in
online docs.

Lets make MacOS use the normal versions of these functions and
protect them with a mutex just in case. Wouldn't be a solution for
prod, but Mac is a dev-only platform for Tarantool, so not an
issue.

Closes #12362

NO_DOC=bugfix
NO_TEST=tested
NO_CHANGELOG=the bug wasn't released yet

70409 of 118498 branches covered (59.42%)

26 of 27 new or added lines in 2 files covered. (96.3%)

69 existing lines in 18 files now uncovered.

105920 of 120845 relevant lines covered (87.65%)

1393408.95 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
83.72
-0.37% src/lua/socket.c

Uncovered Existing Lines

Lines Coverage ∆ File
1
96.3
-0.18% src/box/relay.cc
1
92.52
0.04% src/box/vinyl.c
1
96.55
-1.15% src/lib/core/histogram.c
1
96.3
-3.7% src/lib/digest/crc32_hw_impl.c
1
96.1
-0.05% src/lib/salad/bps_tree.h
1
91.68
-0.11% src/lib/swim/swim.c
1
97.41
-0.86% src/lib/vclock/vclock.c
2
93.77
-0.29% src/box/memtx_space.c
2
85.67
-0.2% src/box/xlog.c
2
81.38
-0.6% src/lib/core/coio.c
3
88.03
-0.2% src/box/vy_run.c
3
22.66
-0.04% src/lib/uri/uri_parser.c
4
96.95
-0.41% src/lib/msgpuck/msgpuck.h
4
93.31
-1.27% src/lib/swim/swim_io.c
7
94.99
-1.46% src/box/vy_read_iterator.c
8
60.42
-5.56% src/lib/core/fio.c
9
88.14
-7.63% src/box/vy_regulator.c
18
91.05
-0.55% src/box/box.cc
Jobs
ID Job ID Ran Files Coverage
1 22681756933.1 04 Mar 2026 06:01PM UTC 526
87.65
GitHub Action Run
Source Files on build 22681756933
  • Tree
  • List 526
  • Changed 34
  • Source Changed 0
  • Coverage Changed 34
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 039bf485 on github
  • Prev Build on master (#22669557930)
  • Next Build on master (#22716048711)
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