|
Ran
|
Jobs
1
|
Files
306
|
Run time
3min
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/tarantool/tarantool/commit/<a class=hub.com/tarantool/tarantool/commit/9fc64bbfb1b38593e90dd592123b6507c4d8efec">9fc64bbfb<a href="https://github.com/tarantool/tarantool/commit/9fc64bbfb1b38593e90dd592123b6507c4d8efec">">vinyl: fix squashing set and arithmetic operations Before this patch in upsert squashing procedure (which is implemented as xrow_upsert_squash() function) was missed the case when first (old one) operation is set and second one is addition or subtraction. This led to the wrong result of squashing these operations. Let&#39;s fix it and handle such case: {&#39;+&#39;, x} applied on the top of {&#39;=&#39;, y} is {&#39;=&#39;, x+y}. Closes #5106 Part of #5107 (cherry picked from commit </a><a class="double-link" href="https://github.com/tarantool/tarantool/commit/<a class="double-link" href="https://github.com/tarantool/tarantool/commit/a3de4f742314bb3ff2bb0aa881f9ae4a62467019">a3de4f742</a>">a3de4f742</a><a href="https://github.com/tarantool/tarantool/commit/9fc64bbfb1b38593e90dd592123b6507c4d8efec">)
41995 of 50813 relevant lines covered (82.65%)
917608.56 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 3 | 23409.3 (TARGET=coverage) | 0 |
82.65 |
Travis Job 23409.3 |