From 6f1b494ea43aa181277e54f1317f0b7ec9976670 Mon Sep 17 00:00:00 2001 From: Zardosht Kasheff <zardosht@tokutek.com> Date: Mon, 26 Nov 2012 20:46:13 +0000 Subject: [PATCH] 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 --- ft/tests/cachetable-simple-read-pin-nonblocking.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ft/tests/cachetable-simple-read-pin-nonblocking.cc b/ft/tests/cachetable-simple-read-pin-nonblocking.cc index 5ef217732ba..070fa4fa357 100644 --- a/ft/tests/cachetable-simple-read-pin-nonblocking.cc +++ b/ft/tests/cachetable-simple-read-pin-nonblocking.cc @@ -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; -- 2.30.9