|
Ran
|
Jobs
1
|
Files
521
|
Run time
2min
|
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)
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
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
96.81 |
-0.02% | src/box/sql/select.c |
| 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 |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 22184211391.1 | 521 |
87.59 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|