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

tarantool / tarantool / 12629
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: tests_2Kb
DEFAULT BRANCH: master
Ran 27 Jun 2018 08:10PM UTC
Jobs 1
Files 301
Run time 39s
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

pending completion
12629

push

travis-ci

kostja
iproto: fix IPROTO_SERVER_IS_RO key code

IPROTO_SERVER_IS_RO currently has code 0x07 and is defined in the header
key section, which is wrong, because this key is only used in request
body. Let's move it to the body section, where it belongs, and set its
code to 0x29. This shouldn't break anything even if 0x07 is reused in
future, because the two codes belong to different sections and hence are
never parsed in the same function. Worst that can happen is we fail to
bootstrap a node in the cluster if it is running a newer tarantool
version.

While we are at it, let's also add the key name and change its type from
MP_UINT to MP_BOOL.

Fixes commit a8ecd1e122ae ("replication: fix bug with read-only replica
as a bootstrap leader").

39584 of 48298 relevant lines covered (81.96%)

896128.77 hits per line

Jobs
ID Job ID Ran Files Coverage
3 12629.3 (TARGET=coverage) 27 Jun 2018 08:10PM UTC 0
81.96
Travis Job 12629.3
Source Files on build 12629
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12629
  • e5e8ef4f on github
  • Prev Build on 1.10 (#12627)
  • Next Build on 1.10 (#12631)
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