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

tarantool / tarantool / 12046 / 3
100%
master: 88%

Build:
Build:
LAST BUILD BRANCH: imeevma/gh-00000-update-runners
DEFAULT BRANCH: master
Ran 11 May 2018 07:15AM UTC
Files 349
Run time 14s
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

11 May 2018 06:57AM UTC coverage: 80.734% (-0.004%) from 80.738%
TARGET=coverage

push

travis-ci

kyukhin
sql: Generate rowid by counter

The function `OP_NextIdEphemeral` do not produce unique ids.
The new way to get rowid is to create sequential a counter.
One of registers initializes with int64_t = 0 and increases after each
insert. There are similar cases in `select.c` file, however, they are not as
straight-forward and would be fixed in future commits.

In case of error in `tarantoolSqlite3EphemeralGetMaxId` it was creating
diag string and silently continue working. It was a huge luck that
non-valid output of the function did not lead to crashes.

After the fix, it was found that some opcodes in `select.c` were using
wrong registers. These were fixed too, but they still have bugs. For
more information see #3297.

Also, fixed a memory leak.

Related to #3297

60751 of 75248 relevant lines covered (80.73%)

1509051.27 hits per line

Source Files on job 12046.3 (TARGET=coverage)
  • Tree
  • List 0
  • Changed 241
  • Source Changed 3
  • Coverage Changed 240
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 11054
  • Travis Job 12046.3
  • d02286c2 on github
  • Prev Job for TARGET=coverage on 2.0 (#12045.3)
  • Next Job for TARGET=coverage on 2.0 (#12051.3)
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