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

tarantool / tarantool / 22283179588
88%
master: 88%

Build:
Build:
LAST BUILD BRANCH: release/3.5
DEFAULT BRANCH: master
Ran 22 Feb 2026 07:05PM UTC
Jobs 1
Files 514
Run time 1min
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

22 Feb 2026 06:52PM UTC coverage: 87.639% (-0.003%) from 87.642%
22283179588

push

github

ImeevMA
sql: throw duplicate column error for a view

This patch fixes the bug: instruction
box.execute([[CREATE TABLE t (a INTEGER PRIMARY KEY, a INTEGER);]])
and instruction
box.execute([[CREATE VIEW v AS SELECT 1 AS a, 1 AS a;]])
have different behaviors.
Now box.execute([[CREATE VIEW v as VIEW AS SELECT 1 AS a, 1 AS a;]])
returns an error: Space field 'a' is duplicate.

Closes #4545

NO_DOC=bugfix

(cherry picked from commit c704f81c2)

69818 of 117609 branches covered (59.36%)

1 of 2 new or added lines in 1 file covered. (50.0%)

50 existing lines in 16 files now uncovered.

104789 of 119569 relevant lines covered (87.64%)

1413492.56 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
96.81
-0.02% src/box/sql/select.c

Uncovered Existing Lines

Lines Coverage ∆ File
1
90.5
-0.07% src/box/applier.cc
1
88.96
-0.61% src/box/engine.c
1
96.88
-1.56% src/box/engine.h
1
96.3
-0.18% src/box/relay.cc
1
90.14
-0.08% src/box/vy_log.c
1
80.0
-2.05% src/lib/core/clock.c
1
22.64
-0.02% src/lib/uri/uri_parser.c
1
97.41
0.02% src/lib/vclock/vclock.c
2
85.94
-0.27% src/lib/core/say.c
2
95.45
-4.55% src/lib/json/json.h
2
97.15
-0.2% src/lib/msgpuck/msgpuck.h
4
92.56
-0.13% src/box/vinyl.c
4
89.24
-0.22% src/box/xrow.c
4
81.82
-12.12% src/lua/minifio.c
8
60.42
-3.55% src/lib/core/fio.c
16
90.97
-0.42% src/box/box.cc
Jobs
ID Job ID Ran Files Coverage
1 22283179588.1 22 Feb 2026 07:05PM UTC 514
87.64
GitHub Action Run
Source Files on build 22283179588
  • Tree
  • List 514
  • Changed 28
  • Source Changed 0
  • Coverage Changed 28
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 04f642e7 on github
  • Prev Build on release/3.5 (#21950146524)
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