Commit df6f60e7 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel

Quiet cachetable-debug-test. Fixes #1368.

git-svn-id: file:///svn/toku/tokudb.1032b+1343@8582 c7de825b-a66e-492c-adef-691d508d4ae1
parent ac1059ad
......@@ -69,11 +69,11 @@ cachetable_debug_test (int n) {
assert(size_current == i);
assert(size_limit == n);
toku_cachetable_print_state(ct);
if (verbose) toku_cachetable_print_state(ct);
}
toku_cachetable_verify(ct);
print_hash_histogram();
if (verbose) print_hash_histogram();
r = toku_cachefile_close(&f1, NULL_LOGGER); assert(r == 0 && f1 == 0);
r = toku_cachetable_close(&ct); assert(r == 0 && ct == 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment