Commit 580b964e authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel

[t:4367] That test was already there. I think #4376 is invalid, and that...

[t:4367] That test was already there.  I think #4376 is invalid, and that there really is a bug that some write errors are ignored.  Fix #4376.

git-svn-id: file:///svn/toku/tokudb@38605 c7de825b-a66e-492c-adef-691d508d4ae1
parent 7ff99f06
......@@ -211,9 +211,5 @@ int
test_main (int argc, char * const argv[]) {
diskfull_parse_args(argc, argv);
do_writes_that_fail();
if (fail_at != FAIL_NEVER && write_count <= fail_at) {
// The makefile expects the code to fail if the -C argument is passed. If we didn't make enough calls to pwrite() then fail anyway.
assert(0);
}
return 0;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment