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

tarantool / tarantool / 22184211391
88%
master: 88%

Build:
Build:
LAST BUILD BRANCH: release/3.5
DEFAULT BRANCH: master
Ran 19 Feb 2026 01:59PM UTC
Jobs 1
Files 521
Run time 2min
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 01:42PM UTC coverage: 87.588% (-0.01%) from 87.601%
22184211391

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)

70099 of 118053 branches covered (59.38%)

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

40 existing lines in 16 files now uncovered.

105429 of 120369 relevant lines covered (87.59%)

1386311.2 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
94.78
-0.21% src/box/vy_read_iterator.c
1
85.79
-0.08% src/box/xlog.c
1
96.55
-1.15% src/lib/core/histogram.c
1
96.1
-0.05% src/lib/salad/bps_tree.h
1
91.68
-0.11% src/lib/swim/swim.c
1
75.06
-0.25% src/main.cc
2
91.34
-0.06% src/box/box.cc
2
89.08
-0.11% src/box/xrow.c
2
93.11
0.17% src/lib/core/fiber.c
3
92.43
0.0% src/box/vinyl.c
3
88.03
-0.06% src/box/vy_run.c
4
93.62
-2.13% src/box/vy_range.c
4
90.9
-0.41% src/box/vy_scheduler.c
4
93.05
-0.74% src/box/xrow_update_field.c
4
93.31
-1.27% src/lib/swim/swim_io.c
6
96.95
-0.51% src/lib/msgpuck/msgpuck.h
Jobs
ID Job ID Ran Files Coverage
1 22184211391.1 19 Feb 2026 01:59PM UTC 521
87.59
GitHub Action Run
Source Files on build 22184211391
  • Tree
  • List 521
  • Changed 24
  • Source Changed 0
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 9384dc8a on github
  • Prev Build on release/3.6 (#21950150997)
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