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
The file "src/lib/small/include/small/quota.h" isn't available on github. Either it's been removed, or the repo root directory needs to be updated.