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

tarantool / tarantool / 17077 / 5
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: non-failing-fiber-new
DEFAULT BRANCH: master
Ran 21 May 2019 05:59PM UTC
Files 305
Run time 27s
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

21 May 2019 03:20PM UTC coverage: 82.486% (+0.04%) from 82.443%
TARGET=coverage

push

travis-ci

Gerold103
crypto: fix assertion on cipher reinitialization

Crypto provides API to create stream objects. These streams
consume plain and return ecnrypted data. Steps:

    1 c = cipher.new([key, iv])
    2 c:init(key, iv)
    3 c:update(input)
    4 c:result()

Step 2 is optional, if key and iv are specified in new(), but if
it called without key or iv, then result() method crashes.

The commit allows to fill key and iv gradually, in several init()
calls, and remembers previous results.

Closes #4223

(cherry picked from commit 263335802)

41578 of 50406 relevant lines covered (82.49%)

842557.62 hits per line

Source Files on job 17077.5 (TARGET=coverage)
  • Tree
  • List 0
  • Changed 258
  • Source Changed 0
  • Coverage Changed 258
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 13974
  • Travis Job 17077.5
  • e408fe50 on github
  • Prev Job for TARGET=coverage on 1.10 (#17070.5)
  • Next Job for TARGET=coverage on 1.10 (#17116.5)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc