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

tarantool / go-tarantool / 5392362087 / 2
75%
master: 75%

Build:
DEFAULT BRANCH: master
Ran 27 Jun 2023 04:57PM UTC
Files 53
Run time 1s
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

27 Jun 2023 04:46PM UTC coverage: 79.185% (-0.2%) from 79.365%
5392362087.2

push

github

oleg-jukovec
queue: encode UUID argument of identify() as string instead of binary

The identify() function expects the UUID argument to be a plain string
while the go connector encodes it in MsgPack as a binary blob (MP_BIN).
This works fine for now because Tarantool stores MP_BIN data in a string
when decoded to Lua but this behavior is going to change soon: we're
planning to introduce the new Lua type for binary data and update the
MsgPack decoder to store MP_BIN data in a varbianry object instead of
a plain string.

Let's prepare for that by converting the UUID data to a string before
encoding.

Needed for tarantool/tarantool#1629

5265 of 6649 relevant lines covered (79.18%)

3877.46 hits per line

Source Files on job 5392362087.2
  • Tree
  • List 53
  • Changed 16
  • Source Changed 0
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5392362087
  • c2498be2 on github
  • Prev Job for on master (#5390256522.1)
  • Next Job for on master (#5403553164.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