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

iwaseyusuke / ryu / 549
68%

Build:
DEFAULT BRANCH: master
Ran 15 Nov 2016 01:35AM UTC
Jobs 5
Files 400
Run time 5min
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
549

push

travis-ci

fujita
RPC: Specify encoding to msgpack.Packer/Unpacker

Currently, RPC requests using rpc_cli.py will crash on Python 3,
because the decoded string through msgpack-rpc is not str type
when the default encoding is not specified into msgpack.Unpacker.
On Python 2, bytes type is the same as str type, and this problem
does not occur.

The old spec of msgpack had no notation of the encoding, but now,
msgpack defines "UTF-8" as the default encoding and has the explicit
type definitions for String and Binary.
  https://github.com/msgpack/msgpack/blob/master/spec.md

This patch fixes to specify the encoding to msgpack.Packer/Unpacker
and enable to use Binary type when packing for the Python 3
compatibility.

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>

52664 of 77315 relevant lines covered (68.12%)

2.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 549.1 (TOX_ENV=py27) 15 Nov 2016 01:40AM UTC 0
68.07
Travis Job 549.1
2 549.2 (TOX_ENV=py34) 15 Nov 2016 01:40AM UTC 0
68.08
Travis Job 549.2
3 549.3 (TOX_ENV=py35) 15 Nov 2016 01:40AM UTC 0
68.09
Travis Job 549.3
4 549.4 (TOX_ENV=pypy26) 15 Nov 2016 01:40AM UTC 0
68.08
Travis Job 549.4
5 549.5 (TOX_ENV=pep8) 15 Nov 2016 01:35AM UTC 0
Travis Job 549.5
Source Files on build 549
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #549
  • 1af384fa on github
  • Prev Build on master (#527)
  • Next Build on master (#552)
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