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

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

Build:
Build:
LAST BUILD BRANCH: tt_static_upd
DEFAULT BRANCH: master
Ran 26 Apr 2018 07:05AM UTC
Files 347
Run time 16s
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

26 Apr 2018 06:48AM UTC coverage: 80.635% (-0.02%) from 80.653%
TARGET=coverage

push

travis-ci

kyukhin
sql: remove unnecessary MakeRecord opcodes

OP_MakeRecord in INSERT/UPDATE query is required for making
insertion into Tarantool and for checking constraints with
ON CONFLICT clause. There was one OP_MakeRecord for each
constraint with ON CONFLICT, and each constraint was checked by
VDBE. But now some constraints with error actions like ABORT can
be handled by Tarantool facilities (without emitting bytecode) and
therefore MakeRecord for that index would be unnecessary if it is
not a primary key index (in that case MakeRecord is also needed
for OP_IdxInsert). This patch contains a fix, which removes
unnecessary MakeRecord opcodes from INSERT/UPDATE VDBE listings.

Closes #3317

60662 of 75230 relevant lines covered (80.64%)

1498349.1 hits per line

Source Files on job 11918.3 (TARGET=coverage)
  • Tree
  • List 0
  • Changed 306
  • Source Changed 1
  • Coverage Changed 306
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 10956
  • Travis Job 11918.3
  • 853d156b on github
  • Prev Job for TARGET=coverage on 2.0 (#11892.3)
  • Next Job for TARGET=coverage on 2.0 (#12018.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