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

tarantool / tarantool / 22177551240
88%

Build:
DEFAULT BRANCH: master
Ran 19 Feb 2026 10:27AM UTC
Jobs 1
Files 526
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

19 Feb 2026 10:13AM UTC coverage: 87.652% (+0.01%) from 87.641%
22177551240

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

70398 of 118379 branches covered (59.47%)

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

25 existing lines in 9 files now uncovered.

105836 of 120745 relevant lines covered (87.65%)

1402599.92 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
96.29
-0.01% src/box/relay.cc
1
92.52
0.09% src/box/vinyl.c
1
91.56
-0.1% src/box/vy_scheduler.c
2
89.1
-0.12% src/box/xrow.c
2
85.71
-9.52% src/lib/core/tt_sigaction.c
3
90.99
-0.09% src/box/box.cc
3
85.86
-0.19% src/box/xlog.c
4
93.31
-1.27% src/lib/swim/swim_io.c
8
60.42
-5.56% src/lib/core/fio.c
Jobs
ID Job ID Ran Files Coverage
1 22177551240.1 19 Feb 2026 10:27AM UTC 526
87.65
GitHub Action Run
Source Files on build 22177551240
  • Tree
  • List 526
  • Changed 25
  • Source Changed 0
  • Coverage Changed 25
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • c704f81c on github
  • Prev Build on master (#22150768119)
  • Next Build on master (#22180973268)
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