Commit f86a9321 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5507 another test fix (sigh)


git-svn-id: file:///svn/toku/tokudb@48055 c7de825b-a66e-492c-adef-691d508d4ae1
parent e0781017
...@@ -261,6 +261,7 @@ void checkpointer_test::test_end_checkpoint() { ...@@ -261,6 +261,7 @@ void checkpointer_test::test_end_checkpoint() {
// 2. Add data before running checkpoint. // 2. Add data before running checkpoint.
const uint32_t count = 6; const uint32_t count = 6;
ctpair pairs[count]; ctpair pairs[count];
ZERO_ARRAY(pairs);
add_pairs(&cf, pairs, count / 2, 0); add_pairs(&cf, pairs, count / 2, 0);
assert(m_cp.m_list->m_n_in_table == count / 2); assert(m_cp.m_list->m_n_in_table == count / 2);
......
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