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

tarantool / tarantool / 26441
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: gh-12608-memtx-fix-replace-rollback-after-result-tuple-preparing-error
DEFAULT BRANCH: master
Ran 16 Dec 2020 09:32PM UTC
Jobs 1
Files 310
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

16 Dec 2020 11:46AM UTC coverage: 82.831% (-0.01%) from 82.843%
26441

push

travis-ci

kyukhin
<a href="https://github.com/tarantool/tarantool/commit/<a class=hub.com/tarantool/tarantool/commit/8915ae203f873198caf76fbad4bf9edce76a6153">8915ae203<a href="https://github.com/tarantool/tarantool/commit/8915ae203f873198caf76fbad4bf9edce76a6153">&quot;&gt;bitset: replace zero-length array with flexible-array member

Zero-lenght arrays are GNU C extension.
There&amp;#39;s ISO C99 flexible array member, which
is preffered mechanism to declare variable-length types.

Flexible array member allows us to avoid applying sizeof
operator cause it&amp;#39;s incomplete type, so it will be an error
at compile time. There&amp;#39;re any moments else why it&amp;#39;s better
way to implement such structures via FAM:
https://gcc.gnu.org/onlinedocs/gcc/Zero-Length.html

In this issue it fixed gcc 10 warning:
&amp;quot;warning: writing 1 byte into
a region of size 0 [-Wstringop-overflow=]&amp;quot;

Closes #4966
Closes #5564

(cherry picked from commit </a><a class="double-link" href="https://github.com/tarantool/tarantool/commit/<a class="double-link" href="https://github.com/tarantool/tarantool/commit/9b0278f4d25827239d291de338409bb237648d71">9b0278f4d</a>">9b0278f4d</a><a href="https://github.com/tarantool/tarantool/commit/8915ae203f873198caf76fbad4bf9edce76a6153">)

42774 of 51640 relevant lines covered (82.83%)

969081.1 hits per line

Jobs
ID Job ID Ran Files Coverage
3 26441.3 (TARGET=coverage) 16 Dec 2020 09:32PM UTC 0
82.83
Travis Job 26441.3
Source Files on build 26441
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #26441
  • 8915ae20 on github
  • Prev Build on 1.10 (#26272)
  • Next Build on 1.10 (#26533)
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