|
Ran
|
Jobs
1
|
Files
514
|
Run time
1min
|
Badge
README BADGES
|
push
github
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
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
96.81 |
-0.02% | src/box/sql/select.c |
| 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 |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 22283179588.1 | 514 |
87.64 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|