Commit Graph

4 Commits

Author SHA1 Message Date
Nick Marino
1d6ab06cfb Remove unnecessary sleeps in verify_object_limits
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.
2016-03-04 15:36:15 -05:00
Brian Sparrow
d66bf7546b Add tests for read repair object limits
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.
2016-03-02 16:47:06 -05:00
Engel A. Sanchez
a77d6ecbe9 Refactor log grepping to rt
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
2013-10-17 11:21:04 -04:00
Engel A. Sanchez
43ee0e2e9c Add test for size/siblings limits 2013-10-02 16:34:15 -04:00