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

tarantool / tarantool / 8517 / 4

Build:
Build:
LAST BUILD BRANCH: fmt-util-2
DEFAULT BRANCH: master
Ran 03 Jul 2017 06:48PM UTC
Files 302
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

03 Jul 2017 06:14PM UTC coverage: 75.016% (+0.06%) from 74.952%
TARGET=coverage

push

travis-ci

Kirill Yukhin
sql: Limit number of terms in SELECT compoind stmts

Right now SQL query compiler is run on top of fiber's stack,
which is limited to 64KB by default, so maximum
number of entities in compound SELECT statement should be less than
50 (verified by experiment) or stack guard will be triggered.

In future we'll introduce heuristic which should understand that
query is 'complex' and run compilation in separate thread with larger
stack. This will also allow us not to block Tarantool while compiling
the query.

Closes #2548

53791 of 71706 relevant lines covered (75.02%)

1205472.14 hits per line

Source Files on job 8517.4 (TARGET=coverage)
  • Tree
  • List 0
  • Changed 267
  • Source Changed 1
  • Coverage Changed 267
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 8517
  • Travis Job 8517.4
  • 974bce9a on github
  • Prev Job for TARGET=coverage on 1.8 (#8489.4)
  • Next Job for TARGET=coverage on 1.8 (#8530.4)
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