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

tarantool / tarantool / 11918
100%
master: 88%

Build:
Build:
LAST BUILD BRANCH: ninarodicova/test2
DEFAULT BRANCH: master
Ran 26 Apr 2018 07:04AM UTC
Jobs 1
Files 347
Run time 19s
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
11918

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

Jobs
ID Job ID Ran Files Coverage
3 11918.3 (TARGET=coverage) 26 Apr 2018 07:05AM UTC 0
80.64
Travis Job 11918.3
Source Files on build 11918
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #11918
  • 853d156b on github
  • Prev Build on 2.0 (#11892)
  • Next Build on 2.0 (#12018)
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