fellow_cache_test: Can now activate full fault injection

parent 45537d38
...@@ -6546,21 +6546,11 @@ test_fellow_cache_unbusy_inject(struct fellow_cache *fc) ...@@ -6546,21 +6546,11 @@ test_fellow_cache_unbusy_inject(struct fellow_cache *fc)
fellow_cache_obj_deref(fc, fco); fellow_cache_obj_deref(fc, fco);
next: next:
if (injcount < 0) { if (injcount < 0)
injcount = fc_inj_count(); injcount = fc_inj_count();
/* else
* 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
injcount--; injcount--;
} }
}
fc_inj_reset(); 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