pub fn test_omap_overflow<KeySize, ValSize, O>(omap: &mut O) -> u64Expand description
Take an empty omap and add items consecutively to it until it overflows. Then test that on overflow we have rollback semantics, and we can still find all of the items that we added.