about summary refs log tree commit homepage
path: root/test/pwrite-wrap.c
DateCommit message (Collapse)
2013-07-12tests: introduce pwrite-wrap test for slow I/O
pwrite can be a slow, blocking function on an overloaded system, but a slow pwrite requires a wrapper to simulate. This allows us to have coverage of the: if (mog_ioq_contended()) return MOG_NEXT_WAIT_RD; cases in http_put.c