Discussed this with Brian and turned out they were just left over from
some debugging he'd been doing earlier. I tried the test without them
and it works fine.
Tests to verify that object limits are ignored for read repair. This
requires an intercept to spoof all puts as read repair since there’s no
external API for forcing read repair. Intercept used to replace both
put/6 and coord_put/6 and simply adds the `rr` property to the put
options.
Following Evan's advice, refactoring log grepping stuff to rt.
And some minor cleanup in the object limit test:
* renaming threshold to limit for consistency
* removing line printing out log contents