Commit c2d2372f authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:2996], make partial fix to test

git-svn-id: file:///svn/toku/tokudb@25519 c7de825b-a66e-492c-adef-691d508d4ae1
parent 49979cbb
......@@ -255,6 +255,7 @@ int test_main (int argc, char * const argv[]) {
r = txna->abort(txna); CKERR(r);
r = txnb->abort(txnb); CKERR(r);
/*
u_int32_t flags = DB_YESOVERWRITE;
......@@ -335,7 +336,7 @@ int test_main (int argc, char * const argv[]) {
verify_excl_ops_fail(env,db);
r = txna->abort(txna); CKERR(r);
r = txnb->abort(txnb); CKERR(r);
*/
r = db->close(db, 0); CKERR(r);
r = env->close(env, 0); CKERR(r);
......
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