|
Ran
|
Jobs
1
|
Files
476
|
Run time
24s
|
Badge
README BADGES
|
push
github
box: fix space:bsize() handling on space alter During building an index in background, some transaction can perform a dml request that affects space size (e.g. a replace), but the size will remain the same, because bsize is moved from the old space to the new space in memtx_space_prepare_alter() prior to space_execute_dml(). Fix this issue by calling space_finish_alter() in alter_space_do(). In fact, this patch partially reverts commit 9ec3b1a445a6 ("alter: zap space_vtab::commit_alter"). NO_DOC=bugfix Closes #9247 (cherry picked from commit 54a42186d)
62389 of 114257 branches covered (0.0%)
15 of 15 new or added lines in 4 files covered. (100.0%)
93440 of 108815 relevant lines covered (85.87%)
2934391.59 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 6506778253.1 | 0 |
85.87 |
GitHub Action Run |