fellow_cache_test: Can now activate full fault injection

parent 45537d38
......@@ -6546,20 +6546,10 @@ test_fellow_cache_unbusy_inject(struct fellow_cache *fc)
fellow_cache_obj_deref(fc, fco);
next:
if (injcount < 0) {
if (injcount < 0)
injcount = fc_inj_count();
/*
* XXX TODO
HIT 6 = fellow_cache_async_write_complete:2171
Incomplete code in fellow_cache_async_write_complete(), fellow_cache.c line 2175:
Aborted
*
*/
injcount -= 2; // XXX
} else {
// XXX check obj
else
injcount--;
}
}
fc_inj_reset();
}
......
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