• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

xapi-project / xen-api / 5077
80%

Build:
DEFAULT BRANCH: master
Ran 30 Apr 2018 08:50AM UTC
Jobs 1
Files 399
Run time 16s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
5077

push

travis-ci

mseri
CA-288635: increase db flush chunk size

The semantics we actually want when flushing the entire DB is to
write out all the chunks and then wait until the operation is finished.
We can't do that since the file is opened with O_DSYNC, due to the lack
of an `fdatasync` in the Unix module.

To reduce the latency penalty from waiting for each 16KiB chunk to be
written increase the chunk size. Internally the ocaml runtime splits
writes greater than 64KiB into 64KiB chunks, so use that as our
blocksize.

Signed-off-by: Edwin Török <edvin.torok@citrix.com>

20182 of 98045 relevant lines covered (20.58%)

2287.04 hits per line

Jobs
ID Job ID Ran Files Coverage
3 5077.3 (BUILD_METHOD=opam-coverage) 30 Apr 2018 08:50AM UTC 0
20.58
Travis Job 5077.3
Source Files on build 5077
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5077
  • 8d4ec47d on github
  • Prev Build on master (#5072)
  • Next Build on master (#5086)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc