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

tarantool / tarantool / 6729222482 / 1
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 02 Nov 2023 06:57AM UTC
Files 507
Run time 19s
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

02 Nov 2023 06:46AM UTC coverage: 86.392% (-0.02%) from 86.416%
6729222482.1

push

github

locker
test: fix number to string conversion in tuple format map test

Though the range of values of the number being converted to string in the
tuple format map test never exceeds 10, GCC 12 issues warnings about the
size of the buffer to which the string version of the number is written:

NO_WRAP
```
test/unit/tuple_format_map.c:256:53: error: ‘%zu’ directive output may be truncated writing between 1 and 19 bytes into a region of size 4 [-Werror=format-
truncation=]
  256 |                 snprintf(name, lengthof(name), "test%zu", i);
      |                                                     ^~~
test/unit/tuple_format_map.c:256:48: note: directive argument in the range [0, 9223372036854775807]
  256 |                 snprintf(name, lengthof(name), "test%zu", i);
      |                                                ^~~~~~~~~
test/unit/tuple_format_map.c:256:17: note: ‘snprintf’ output between 6 and 24 bytes into a destination of size 8
  256 |                 snprintf(name, lengthof(name), "test%zu", i);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
NO_WRAP

Let's make GCC happy and increase all the buffer sizes to 32.

NO_CHANGELOG=<build fix>
NO_DOC=<build fix>
NO_TEST=<build fix>

65606 of 117990 branches covered (0.0%)

97533 of 112896 relevant lines covered (86.39%)

2633266.73 hits per line

Source Files on job 6729222482.1
  • Tree
  • List 0
  • Changed 419
  • Source Changed 0
  • Coverage Changed 26
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 6729222482
  • 2b3aff86 on github
  • Prev Job for on master (#6719388900.1)
  • Next Job for on master (#6731612769.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