Ran
|
Jobs
1
|
Files
479
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
test: disable fiber slice check in replica_apply_order test Since commit e19bca5a74e8 ("box: check fiber slice in generic implementation of index count"), Vinyl's version of `index.count()` checks the fiber slice. As a result, the test may fail if it runs under a heavy load: ``` | @@ -94,6 +94,7 @@ | end | end; | | --- | + | - error: fiber slice is exceeded | | ... | -- Verify that at any moment max index is corresponding to amount of tuples, | -- which means that changes apply order is correct ``` Let's set the max fiber slice to a big value to avoid that. NO_DOC=test fix NO_CHANGELOG=test fix (cherry picked from commit b5fb66437)
63051 of 114351 branches covered (55.14%)
93914 of 109317 relevant lines covered (85.91%)
2651870.17 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
95.4 |
-1.15% | src/histogram.c |
1 |
98.17 |
-0.06% | src/lib/salad/bps_tree.h |
1 |
95.24 |
-1.59% | src/lib/small/include/small/quota.h |
2 |
91.28 |
-0.33% | src/box/memtx_space.c |
3 |
93.2 |
-1.02% | src/box/gc.c |
4 |
93.31 |
-1.27% | src/lib/swim/swim_io.c |
4 |
91.87 |
-0.14% | src/box/vinyl.c |
17 |
86.57 |
-0.64% | src/box/box.cc |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11141457499.1 | 479 |
85.91 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|