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

Improve test robustness, found while working on #1367. Addresses #1367.

git-svn-id: file:///svn/toku/tokudb.1032b+1343@8577 c7de825b-a66e-492c-adef-691d508d4ae1
parent 0765ab50
......@@ -53,6 +53,7 @@ static void lookup (int i, int expect, int expectj) {
static void
test_abort_abort (void) {
int i, r;
assert(N%2==0); // this test won't work if N is too small
r=env->txn_begin(env, 0, &xchild, 0); CKERR(r);
for (i=0; i<N/2; i++) {
insert(i*2,i*4+1);
......
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