closes #5669, increase the cachetable limit, it needs to be at least twice the size of the single pair that we have, otherwise, the evictor may sneak in when we are calling change_pair_attr, and catch the cachetable to have a size of 16, because we have added the new attr but not removed the old one

git-svn-id: file:///svn/toku/tokudb@50322 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Zardosht Kasheff 2013-04-17 00:01:18 -04:00 committed by Yoni Fogel
parent 997977d490
commit 21c863b635

View file

@ -63,7 +63,7 @@ static void *run_expensive_fetch(void *arg) {
static void
run_test (void) {
const int test_limit = 12;
const int test_limit = 20;
int r;
void *ret;
CACHETABLE ct;