Ran
|
Jobs
1
|
Files
514
|
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)
68436 of 121721 branches covered (56.22%)
101048 of 115835 relevant lines covered (87.23%)
2451652.85 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
93.4 |
-0.17% | src/box/txn_limbo.c |
1 |
22.68 |
-0.02% | src/lib/uri/uri_parser.c |
1 |
92.45 |
-0.47% | src/box/recovery.cc |
1 |
84.43 |
0.11% | src/box/xlog.c |
2 |
82.22 |
-4.44% | src/lib/core/latch.h |
2 |
85.71 |
-9.52% | src/lib/core/tt_sigaction.c |
3 |
90.54 |
-0.23% | src/box/applier.cc |
3 |
92.08 |
-0.05% | src/box/vinyl.c |
4 |
93.31 |
-1.27% | src/lib/swim/swim_io.c |
6 |
94.55 |
-1.31% | src/box/vy_read_iterator.c |
9 |
60.42 |
-4.29% | src/lib/core/fio.c |
17 |
90.84 |
-0.47% | src/box/box.cc |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11141455996.1 | 514 |
87.23 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|