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

tarantool / tarantool / 22945
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: mk-index-mvcc-support
DEFAULT BRANCH: master
Ran 10 Jun 2020 11:47PM UTC
Jobs 1
Files 306
Run time 49s
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

10 Jun 2020 09:34PM UTC coverage: 82.601% (-0.04%) from 82.639%
22945

push

travis-ci

Korablev77
vinyl: bump dump_generation in case scheduler doesn't catch up with DDL

It may turn out that dump_generation does not catch up with current
generation and no other dump tasks are in progress. This may happen
dump process is throttled due to errors. In this case generation is
bumped but dump_generation is not (since dump is not completed). In
turn, throttling opens a window for DDL operations. For instance, index
dropping and creation of new one results in mentioned situation:

box.snapshot() -- fails for some reason; next attempt at dumping will be
               -- taken in one second.
s:drop() -- drop index to be dumped
s = box.schema.space.create('test', {engine = 'vinyl'})
-- create new one (its mem generation is greater than scheduler's one)
i = s:create_index('pk')

Closes #4821

(cherry picked from commit 38ac17f3f)

4 of 4 new or added lines in 1 file covered. (100.0%)

41976 of 50818 relevant lines covered (82.6%)

926724.36 hits per line

Jobs
ID Job ID Ran Files Coverage
3 22945.3 (TARGET=coverage) 10 Jun 2020 11:47PM UTC 0
82.6
Travis Job 22945.3
Source Files on build 22945
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #22945
  • d8f2ed01 on github
  • Prev Build on 1.10 (#22931)
  • Next Build on 1.10 (#22951)
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